Getting StartedIntermediate 5 min

Run Multiple MCP Services in One Workspace

Subscribe to several MCPs, manage API keys, and configure multiple MCP server entries in your AI client.

One workspace, many MCPs

Agencies and power users often run Ads + CRM + Analytics + Payments together. Each service is a separate MCP endpoint and subscription.

Subscriptions

  • [Services](/services) — pick live MCPs you need
  • Each service adds tools under its own endpoint (e.g. `https://crm.mcp.mcp360.net/`)
  • Bundles and Agency plans cover multiple services — see [Pricing](/pricing)
  • API keys

  • One API key can authenticate **all** services your org subscribes to
  • Create separate keys per client or per team member for auditability
  • Rotate keys at [Dashboard → API Keys](/dashboard/api-keys)
  • AI client configuration

    Add one MCP server entry per service in claude_desktop_config.json or .cursor/mcp.json:

    json
    {
      "mcpServers": {
        "mcp360-ads": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "https://meta-ads.mcp.mcp360.net/"],
          "env": { "MCP_API_KEY": "mcp_live_YOUR_KEY" }
        },
        "mcp360-crm": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "https://crm.mcp.mcp360.net/"],
          "env": { "MCP_API_KEY": "mcp_live_YOUR_KEY" }
        }
      }
    }

    Cross-service workflows

    Ask your AI to combine tools across servers, e.g.:

    Pull last week's ad spend from MCP360 Ads and match it to HubSpot deals created the same week.

    Business Operations MCP also provides orchestrated workflows across finance, CRM, and payments — see Biz Ops guide.

    Usage & limits

    Monitor calls at Dashboard → Usage. Free tiers apply per service.

    Related

  • [Per-service setup guides](/guides?category=mcp-service)
  • [Agency approval workflows](/guides/approval-workflows-agency)
  • Next step

    Connect business tools to Claude, ChatGPT, or any AI agent. No credit card required.

    Get Started Free

    Related Guides