skip to main content
Browse documentation

The MCP server

Each workspace gets its own MCP server, so AI clients like Claude Desktop, Cursor, and ChatGPT can reach your capabilities.

MCP — the Model Context Protocol — is an open standard for connecting AI clients to external tools. Syncanix gives each workspace its own MCP server, exposing the same capabilities your widget uses.

Who it’s for

The MCP server is available on Growth plans and above. It’s for letting your users reach your product from the AI clients they already use, with their own identity and permissions.

Your server URL

Your server lives at a per-workspace URL. It speaks MCP over Streamable HTTP, so any compliant client can connect.

https://mcp.syncanix.com/v1/<your-workspace>

Try it in the dashboard

The dashboard’s MCP page includes a built-in tester: initialize a session, list the available tools, pick one, fill in its arguments, and run a real call — without leaving the dashboard.

Next steps