Endpoint
Confirm the production MCP endpoint for your deployment before publishing. The host follows the same
convention as the rest of the platform (
api.agntix.ai, app.agntix.ai, status.agntix.ai); update
this value if your environment differs.Transport
Authentication
The MCP server uses the same credentials as the REST API — see Authentication for how to create a key.
The scopes on the key apply to every tool call. A
chat:read key can only invoke read tools; write/delete tools return 403 Forbidden.
Connection config
Most clients accept either a remote URL with headers, or a stdio command. Use whichever your client supports.Verify the connection
Once configured, ask your assistant to list its Agntix tools, or have it run a read-only action such as “list my Agntix agents.” A successful response confirms the server URL and key are correct. A401 means the key is missing or invalid; a 403 means the key lacks the scope for that tool.
See the Client Setup page for step-by-step configuration of Claude Desktop, Cursor, and other clients.