Skip to main content
Bridge Town
MCP Server

Your agent. Bridge Town's models. Connect once.

Bridge Town is an MCP-native financial planning platform. Connect your AI agent to one Streamable HTTP endpoint — no server-side LLM, no proxied prompts. Your agent stays in control of the session.

connector ready
Connect AI ↗

Connects via OAuth — no API token needed.

https://api.bridgetown.builders/mcp
Connect to Claude.ai →

Full setup guide →

/ what your agent can do

One connection. Every financial workflow.

  • Create and manage projects

    Version-controlled workspaces for financial models — branch, merge, and review like code.

  • Write and run models

    Python models executed in an isolated sandbox. No network access. Every run is logged.

  • Query financial data

    Attach Google Sheets, CSV files, or uploaded data sources. Query with DuckDB inside the sandbox.

  • Compare scenarios

    Branch a model, change assumptions, see the financial delta before merging.

  • Generate dashboards

    One-call HTML reports shareable as a link or file. Plotly-backed, no extra config.

  • Review history

    Diff any two model versions. Roll back to any prior state. Append-only audit trail.

/ endpoint

One URL. Every client.

Transport MCP Streamable HTTP
URL https://api.bridgetown.builders/mcp
Auth OAuth 2.0 (Claude.ai) · Bearer token (all others)
Tools 75 tools · 14 hot · rest via tool search

Claude.ai connects via OAuth — no token needed. Claude Code, Claude Desktop, Cursor, Codex, and OpenCode use a bearer token from app.bridgetown.builders/connect. See the clients guide →

/ security

Your data never touches a language model.

Bridge Town does not invoke any server-side language model. Your agent runs on your infrastructure; Bridge Town provides the storage, compute, version control, and audit trail it reads from and writes to. Every tool call is logged in an append-only audit trail.

Full security architecture →