BusinessMCP

Agent connections

Connect any AI agent to your business

Point Claude, GPT, Gemini, Claude Desktop or Cursor at your company’s own MCP endpoint. One Bearer key, and every agent works with your unified data and tools.

How it works

Three steps to an agent-ready business

01

Connect your stack

Install the tracking script and link your tools, databases, ad platforms and Stripe. BusinessMCP unifies everything into one hosted MCP server.

02

Get your endpoint & key

Your company gets a stable MCP endpoint at /api/mcp and a Bearer mcph_* API key. Scope which tools each key can call.

03

Point any agent at it

Drop the URL and key into Claude, GPT, Gemini, Claude Desktop or Cursor. Every agent now works with your live business context.

Setup snippets

Copy, paste, connect

Replace mcph_your_key_here with the key from your dashboard. The endpoint URL is the same across every client.

Claude Desktop

Add to your claude_desktop_config.json, then restart Claude Desktop.

{
  "mcpServers": {
    "businessmcp": {
      "url": "https://businessmcp.com/api/mcp",
      "headers": {
        "Authorization": "Bearer mcph_your_key_here"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project (or the global Cursor MCP settings).

{
  "mcpServers": {
    "businessmcp": {
      "url": "https://businessmcp.com/api/mcp",
      "headers": {
        "Authorization": "Bearer mcph_your_key_here"
      }
    }
  }
}

Claude (API / Agents)

Pass your endpoint as an MCP server in the Messages API mcp_servers array.

{
  "mcp_servers": [
    {
      "type": "url",
      "url": "https://businessmcp.com/api/mcp",
      "name": "businessmcp",
      "authorization_token": "mcph_your_key_here"
    }
  ]
}

GPT / Gemini & other agents

Any MCP-capable client works. Register the remote server with a Bearer header.

# Streamable HTTP MCP endpoint
URL:  https://businessmcp.com/api/mcp
AUTH: Authorization: Bearer mcph_your_key_here

# Most agent frameworks accept a remote MCP server
# by URL + Bearer token — no local install required.

Common questions

What is the MCP endpoint, exactly?

It is your company’s own Model Context Protocol server, hosted by us at /api/mcp. It exposes your unified data and connected tools over a standard interface that any MCP-capable AI agent can call — securely, with a Bearer mcph_* key.

Is it really model-agnostic?

Yes. The same endpoint works with Claude, GPT, Gemini and any other agent that speaks MCP. Connect a tool once and every model you run can use it — no rebuilds when you switch providers.

How do I keep it secure?

Keys are prefixed mcph_ and scoped per connection with a per-tool allowlist. Credentials for your connected tools stay server-side and are never handed to the agent. Rotate or revoke keys at any time.

Do agents get my raw credentials?

No. Agents get capability, never custody. They call named tools on your endpoint; BusinessMCP executes against your connected providers using vaulted credentials the agent never sees.

One endpoint for every agent you run

Unify your business, mint a key, and connect your favorite AI in minutes. Free to start.

Get started free