https://mcp.insito.app/mcp. It exposes
exactly the same tools as the npm package, but nothing runs on your machine —
your MCP client talks to it over Streamable HTTP.
Choose the remote server when:
- your client supports remote MCP servers with OAuth (like Claude.ai) — you sign in and approve access, no API key to copy;
- you don’t want to run
npxlocally, or you’re in an environment without Node.js.
@insito/mcp package remains the right choice for
stdio-only setups.
MCP access is available on paid plans. Requests from free-plan workspaces
are rejected with an upgrade message.
Claude.ai (OAuth — no API key)
- In Claude.ai, open Settings → Connectors → Add custom connector.
- Enter the server URL:
https://mcp.insito.app/mcp. - Claude discovers Insito’s OAuth support automatically and opens a sign-in window. Log in to your Insito dashboard account and click Approve.
- That’s it — Claude can now use the Insito tools in any chat.
Cursor / Claude Desktop (URL + API key)
Clients that support remote servers but not OAuth can connect with a dashboard API key (insk_…, created under Settings → API keys)
sent as a bearer token:
.cursor/mcp.json
claude_desktop_config.json for Claude Desktop
versions with remote server support.
How auth works
- Every request is authenticated — the hosted server holds no sessions and forwards your credential to the Insito API on each call, so revoking a key or disconnecting an app takes effect immediately.
- OAuth uses the standard authorization-code flow with PKCE. Claude receives a short-lived access token and refreshes it automatically in the background; approving the connection is a one-time action.
- Either way, the connection acts on your workspace with your account’s permissions.