Account and Transaction MCP ServerServer

ag2-mcp-servers
GitHub
Open BankingMCPFinance

Loading subscription status...

💡 Description

An MCP server that provides a conversational interface to the UK Open Banking account information API, allowing agents to interact with bank account data through natural language commands.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Account and Transaction MCP Server": {
        "env": {
          "SECURITY": "API_KEYS",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [
          "stdio"
        ],
        "command": "python mcp_server/main.py"
      }
    }
  ]
}

🛠️ Tools

Pythonuv