Skip to content

Using Bridge Town on Smithery

Bridge Town is listed on Smithery at smithery.ai/servers/bridge-town/finance. Use that page when you want Smithery to launch the Bridge Town MCP server configuration for a supported agent or workspace.

Bridge Town remains hosted by Bridge Town. Smithery is the discovery and connection surface; the MCP endpoint, authentication, tenant isolation, and tool execution stay on Bridge Town infrastructure.

FieldValue
Smithery listinghttps://smithery.ai/servers/bridge-town/finance
MCP endpointhttps://api.bridgetown.builders/mcp
TransportMCP Streamable HTTP
AuthenticationOAuth through Bridge Town
Session parametersNone required

Do not paste Bridge Town API tokens into Smithery. The Smithery listing should send users through the same Bridge Town OAuth flow used by other hosted MCP clients.

  1. Open the Bridge Town Smithery listing: https://smithery.ai/servers/bridge-town/finance.
  2. Choose the Smithery client or install flow you want to use.
  3. Approve the Bridge Town OAuth prompt.
  4. Confirm the server URL is https://api.bridgetown.builders/mcp.
  5. Start a session and ask the client to list Bridge Town tools or projects.

Once connected, the agent can call the same 75 Bridge Town MCP tools available through Claude.ai, Claude Code, Claude Desktop, Codex, OpenCode, and other MCP clients.

Use these prompts to confirm the Smithery connection is live:

List my Bridge Town projects and show the project names only.
Search Bridge Town tools for Google Sheets formatting and tell me which tool or
skill I should use.
Read the Bridge Town skill for formatting financial statements in Google Sheets,
then summarize the workflow before taking any action.

The final prompt should route through get_skill when the host cannot read MCP resources directly. Hosts that can read resources may use the canonical skills:// and skill://{name} resources instead.

Bridge Town’s Google Sheets tools work through the same OAuth-backed Bridge Town account, but Google Sheet access still follows Bridge Town’s Drive security model:

  • Bridge Town uses Google drive.file scope.
  • A sheet must be selected through the Bridge Town web app or created by Bridge Town before an agent can read or write it.
  • Use list_data_sources to confirm the connected source_name.
  • Use write_gsheet, format_gsheet, and modify_gsheet_structure for Sheet output and layout changes.

For the full workflow, see the Google Sheets Integration guide.

If you maintain the Smithery listing, keep these settings aligned with Bridge Town production:

  • Server URL: https://api.bridgetown.builders/mcp
  • OAuth callback URL allowed in Auth0: https://smithery.run/oauth/callback
  • Namespace: bridge-town
  • Server id: finance
  • Session config parameters: none

Smithery domain verification may require a TXT record on www.bridgetown.builders. Keep any existing TXT values in place when adding a Smithery verification value.

If OAuth fails with Callback URL mismatch, add https://smithery.run/oauth/callback to the Bridge Town Auth0 application’s allowed callback URLs, then retry the Smithery connection.

Add the Smithery-provided TXT value to www.bridgetown.builders in Vercel DNS. Do not replace existing TXT records. DNS propagation can take a few minutes.

This is expected. Bridge Town serves MCP over Streamable HTTP and expects MCP client requests to use POST. Use https://api.bridgetown.builders/mcp exactly; do not add /sse, /v1, or another transport-specific suffix.