Connect an agent
Banks MCP gives compatible agents a standard, read-only interface to the bank connections on this computer. Keep this server running while the agent uses it.
1. Add the local endpoint
The agent and Banks MCP must run on the same computer.
Endpoint
http://127.0.0.1:8765/mcpTerminal command
codex mcp add banks --url http://127.0.0.1:8765/mcp2. Try a first prompt
Select an example to copy it to your clipboard.
Available tools
Every current tool is read-only, non-destructive, and idempotent.
See which banks this device can access.
Inspect accounts, cards, and masked identifiers.
Summarize assets and liabilities by currency.
Read bounded history for a connected account.
Review recent activity across bank products.
Local security model
Banks MCP is designed to keep access scoped to this computer.
The server binds to 127.0.0.1 and validates browser origins and host headers.
Credentials remain encrypted locally and are never returned by an MCP tool.
If a client cannot connect, confirm Banks MCP is running and its configured URL exactly matches the endpoint above.