For developers building MCP servers

Add OAuth + audit logs
to any MCP server in one line

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.

one-line config · click to copy
// 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_••••"
      }
    }
  }
}

Everything you need to ship MCP safely

Auth, audit, and quotas that would take weeks to build — live in two minutes.

🔐

OAuth-style scoped tokens

Issue per-client tokens scoped to exact JSON-RPC methods. Revoke instantly. No auth code to write or maintain.

📜

Audit log out of the box

Every call — method, status, latency, IP — captured and queryable. Know exactly who hit your MCP server and when.

One-line integration

Point Claude or Cursor at your proxy URL with a bearer token. That's it. Copy-paste config, zero SDK.

🛡️

Quotas & rate control

Per-token monthly auth limits stop runaway clients and protect your upstream from abuse.

🌐

Wraps anything

Any HTTP/Streamable MCP server — local, internal, or third-party. We sit in front and forward verbatim.

📈

Usage insights

See traffic per connection, top methods, and denials. Built for teams shipping internal MCP tools.

Three steps to a secured MCP server

No SDK, no redeploy of your server.

1

Add your server

Paste your MCP server's URL. We generate a proxy endpoint and a scoped bearer token.

2

Swap the URL

Point Claude/Cursor at the proxy URL with the token. One line in your client config.

3

Watch the audit log

Every request is authenticated, scope-checked, quota-limited, and logged. Revoke anytime.

Simple, transparent pricing

Start free. Upgrade when you ship.

Free
$0/mo
≈ ₹0/mo · billed via Razorpay or Stripe
  • 1 MCP server
  • 100 authenticated calls / month
  • Full audit log (7-day retention)
  • Scoped bearer tokens
  • Community support
Start free
Team
$49/mo
≈ ₹3,999/mo · billed via Razorpay or Stripe
  • 50 MCP servers
  • Everything in Pro
  • SSO (coming soon)
  • Team members & roles
  • Audit export (CSV)
  • Priority support
Upgrade to Team
Copied to clipboard