← Back to search
80
Agent Ready
Agentic Readiness Score
ai-tools aipaymentllms-txtai-pluginapimcpai-friendly

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 80/100

            

llms.txt Content

# IBANforge > IBAN validation & BIC/SWIFT lookup API for developers and AI agents ## API Base URL https://api.ibanforge.com ## Endpoints ### Validate IBAN POST /v1/iban/validate Content-Type: application/json Body: {"iban": "CH93 0076 2011 6238 5295 7"} Cost: $0.005 USDC (free during launch) ### Batch Validate POST /v1/iban/batch Content-Type: application/json Body: {"ibans": ["CH93...", "DE89..."]} Cost: $0.002/IBAN (free during launch) ### Lookup BIC/SWIFT GET /v1/bic/{code} Example: GET /v1/bic/UBSWCHZH80A Cost: $0.003 USDC (free during launch) ### Free Endpoints GET /v1/demo — Example results, always free GET /health — API health check GET /stats — Usage statistics GET /openapi.json — OpenAPI 3.1 specification GET /.well-known/x402 — x402 agent discovery ## MCP Integration Tools: validate_iban, batch_validate_iban, lookup_bic, check_compliance Config: {"command": "npx", "args": ["tsx", "src/mcp/server.ts"]} ## SDKs TypeScript: npm install @ibanforge/sdk Python: pip install ibanforge ## Links Documentation: https://ibanforge.com/docs Playground: https://ibanforge.com/playground Pricing: https://ibanforge.com/pricing GitHub: https://github.com/cammac-creator/ibanforge