BoogieBoard

BoogieBoard MCP

Remote connector for BoogieBoard territory planning.

Ready

Connector URL

https://boogieboard.ai/mcp
  1. 1
    Use the connector URL in any remote MCP client that supports streamable HTTP.
  2. 2
    Interactive clients should open the BoogieBoard authorization screen automatically.
  3. 3
    For 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

  1. 1
    Open Claude settings and go to Connectors.
  2. 2
    Choose Add custom connector, then paste the connector URL above.
  3. 3
    Connect 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

  1. 1
    Add the remote BoogieBoard MCP server.
  2. 2
    Start the login flow and approve BoogieBoard in the browser.
  3. 3
    Use team_slug in prompts to choose the BoogieBoard team for each request.
codex mcp add boogieboard --url https://boogieboard.ai/mcp
codex mcp login boogieboard