Skip to content
MCP-Bridge
Finance & PaymentsAuto-generated

Afterbanks API MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/afterbanks-com

Environment Variables

AFTERBANKS_API_API_KEY

Example: your_afterbanks_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "afterbanks-com": {
      "command": "npx",
      "args": ["-y","@mcp/afterbanks-com"],
      "env": {
      "AFTERBANKS_API_API_KEY": "your_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.