Skip to content
MCP-Bridge
Finance & Payments

Afterbanks API MCP Config

La estandarización de la conexión con cualquier banco en tiempo real.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/afterbanks-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/afterbanks-com.json to fetch programmatically.

{
  "mcpServers": {
    "afterbanks-com": {
      "command": "npx",
      "args": ["-y","@mcp/afterbanks-com"],
      "env": {
      "AFTERBANKS_API_API_KEY": "your_afterbanks_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/afterbanks-com.json

Environment Variables

AFTERBANKS_API_API_KEY

Replace your_afterbanks_api_api_key with your actual afterbanks api api key

Endpoints

GET/forms

Lista de bancos soportados

POST/me

Información de uso de mi licencia

POST/serviceV3

Posición global y movimientos hasta una fecha dada.