Bridge Town
@Bridge-Town
Bridge Town について
Public documentation and registry metadata for the Bridge Town hosted MCP connector.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"bridge-town": {
"transportType": "streamable-http",
"url": "https://api.bridgetown.builders/mcp"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Bridge Town?
Bridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
How to use Bridge Town?
For Claude.ai, navigate to Customize → Add custom connector and paste https://api.bridgetown.builders/mcp, then approve the OAuth prompt. Generic MCP clients supporting Streamable HTTP can configure a server with the endpoint and a bearer token (btk_); for clients that require stdio, use the provided shim with npx github:Bridge-Town/financial-modeling-mcp and set the BRIDGE_TOWN_API_TOKEN environment variable.
Key features of Bridge Town
- MCP-native financial modeling with 75+ tools
- Git-versioned projects and scenario branching
- Cloud execution in isolated, no‑outbound‑network sandboxes
- Google Sheets integration with
drive.fileOAuth scope - OAuth and bearer‑token authentication for any MCP client
- MCP resources for health, skills, and templates
Use cases of Bridge Town
- Build and run financial models as code using AI agents
- Branch and merge scenarios for what‑if analysis
- Write model outputs directly to Google Sheets
- Collaborate on models with teammates via pull requests
- Automate FP&A workflows with skill templates and prompts
FAQ from Bridge Town
Does Bridge Town run its own AI model?
No. Bridge Town does not run a server‑side LLM or proxy your prompts. The AI client and model provider handle the conversation; Bridge Town only receives structured MCP tool calls.
What transport does Bridge Town use?
The hosted server uses MCP Streamable HTTP. For local MCP hosts that require a stdio binary, a minimal shim (forwarding to the same HTTP endpoint) is available via npx github:Bridge-Town/financial-modeling-mcp.
How do I authenticate with Bridge Town?
Claude.ai uses OAuth automatically. For generic clients, generate a token (starting with btk_) at https://app.bridgetown.builders/connect and include it as a Bearer token in the Authorization header or via the shim’s BRIDGE_TOWN_API_TOKEN environment variable.
Where are my financial models executed?
Model execution runs in isolated cloud containers with no outbound network access. Bridge Town is tenant‑isolated and OAuth‑backed.
Can Bridge Town access any Google Sheet?
No. Bridge Town uses Google’s drive.file scope, so it can only access Sheets a user explicitly selects through the Bridge Town flow or Sheets created by Bridge Town.
「開発者ツール」の他のコンテンツ
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
コメント