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
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
Next step
Connect business tools to Claude, ChatGPT, or any AI agent. No credit card required.
Get Started Free →