API Reference

MCP360 exposes tools via the Model Context Protocol — not a traditional REST surface for business data.

Authentication

Create API keys at Dashboard → API Keys. Pass the key as MCP_API_KEY for mcp-remote or Authorization: Bearer mcp_live_... for HTTP clients.

Quick start

MCP endpoints

Each live service has a dedicated MCP URL (e.g. https://crm.mcp.mcp360.net/). Tool schemas are discovered by your MCP client at connection time.

Per-service endpoints

Errors & limits

  • 401 — invalid or missing API key
  • not_connected — connect platform in dashboard first
  • approval_required — sensitive write pending manager approval
  • Rate limits vary by plan — see Usage
Troubleshooting

Integrations API (OAuth)

Platform connections use /api/integrations/connect/{service}/{platform} while authenticated. See Unified OAuth guide.