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.
Add to your Codex config under mcpServers:
{
"mcpServers": {
"bridge-town": {
"transport": {
"type": "http",
"url": "https://api.bridgetown.builders/mcp",
"headers": {
"Authorization": "Bearer btk_YOUR_TOKEN"
}
}
}
}
}Replace btk_YOUR_TOKEN with your token from Connect AI.
Add to Cursor settings.json under mcpServers:
{
"mcpServers": {
"bridge-town": {
"transport": {
"type": "http",
"url": "https://api.bridgetown.builders/mcp",
"headers": {
"Authorization": "Bearer btk_YOUR_TOKEN"
}
}
}
}
}Replace btk_YOUR_TOKEN with your token from Connect AI.
Add to opencode.json under mcpServers:
{
"mcpServers": {
"bridge-town": {
"transport": {
"type": "http",
"url": "https://api.bridgetown.builders/mcp",
"headers": {
"Authorization": "Bearer btk_YOUR_TOKEN"
}
}
}
}
}Replace btk_YOUR_TOKEN with your token from Connect AI.
Generic config for any MCP-compatible client:
{
"mcpServers": {
"bridge-town": {
"transport": {
"type": "http",
"url": "https://api.bridgetown.builders/mcp",
"headers": {
"Authorization": "Bearer btk_YOUR_TOKEN"
}
}
}
}
}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.
One URL. Every client.
MCP Streamable HTTPhttps://api.bridgetown.builders/mcpOAuth 2.0 (Claude.ai) · Bearer token (all others)75 tools · 14 hot · rest via tool searchClaude.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 →
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 →