BoogieBoard MCP
Remote connector for BoogieBoard territory planning.
Ready
Connector URL
https://boogieboard.ai/mcp
- 1Use the connector URL in any remote MCP client that supports streamable HTTP.
- 2Interactive clients should open the BoogieBoard authorization screen automatically.
- 3For unattended workflows, send an API key with
Authorization: Api-Key <key>.
For CSV imports through a hosted connector, upload file bytes to https://boogieboard.ai/mcp/uploads/ first and pass the returned mcp_upload_path to CSV tools. Do not paste full CSVs into tool arguments; local client paths are not readable by the remote server.
Scenario onboarding keeps the root node unchanged, waits for datasource accounts to sync into the scenario, creates routing nodes with explicit json_query rules, and keeps final territory leaves rule-free.
Load in Claude
- 1Open Claude settings and go to Connectors.
- 2Choose Add custom connector, then paste the connector URL above.
- 3Connect and approve BoogieBoard when the authorization screen opens.
For Claude Code, use:
claude mcp add --transport http boogieboard https://boogieboard.ai/mcp
Load in Codex
- 1Add the remote BoogieBoard MCP server.
- 2Start the login flow and approve BoogieBoard in the browser.
- 3Use
team_slugin prompts to choose the BoogieBoard team for each request.
codex mcp add boogieboard --url https://boogieboard.ai/mcp
codex mcp login boogieboard