Stop hand-rolling OAuth and token handling. mcp-connect is a hosted auth proxy that wraps any MCP server with scoped tokens and a full audit log — copy-paste setup for Claude & Cursor.
// claude_desktop_config.json — wrap ANY MCP server { "mcpServers": { "my-server": { "url": "https://mcp.aiskillhub.info/p/con_xxxx", "headers": { "Authorization": "Bearer mcpc_con_xxxx_••••" } } } }
Auth, audit, and quotas that would take weeks to build — live in two minutes.
Issue per-client tokens scoped to exact JSON-RPC methods. Revoke instantly. No auth code to write or maintain.
Every call — method, status, latency, IP — captured and queryable. Know exactly who hit your MCP server and when.
Point Claude or Cursor at your proxy URL with a bearer token. That's it. Copy-paste config, zero SDK.
Per-token monthly auth limits stop runaway clients and protect your upstream from abuse.
Any HTTP/Streamable MCP server — local, internal, or third-party. We sit in front and forward verbatim.
See traffic per connection, top methods, and denials. Built for teams shipping internal MCP tools.
No SDK, no redeploy of your server.
Paste your MCP server's URL. We generate a proxy endpoint and a scoped bearer token.
Point Claude/Cursor at the proxy URL with the token. One line in your client config.
Every request is authenticated, scope-checked, quota-limited, and logged. Revoke anytime.
Start free. Upgrade when you ship.