🛰️ MCP Gateway with TOFU Agent Authorization

Give AI AgentsSecure MCP Access

Connect GitHub, Slack, or Notion once. Your agents get a URL. New agents trigger a push notification — approve once, trusted forever. Zero credentials to manage.

1. Connect GitHub via OAuth in the dashboard
2. Get a Direct URL — paste into VS Code or your agent
3. New agent? You get an email — approve once, done
4. Agent uses your token directly with GitHub MCP
✓ Zero Credentials
✓ TOFU Consent
✓ Agent Fingerprinting
✓ KMS Encrypted Tokens
✓ VS Code Ready
🔗

Just a URL

No API keys, no SDK, no tokens to manage. Paste a URL into VS Code, LangChain, or CrewAI and it works.

🔔

Human-in-the-Loop

New agent? Get an email notification. Approve or deny with one click. Like SSH fingerprints — trust once, auto-approved forever.

🛡️

Agent Fingerprinting

Every agent is fingerprinted (IP, User-Agent, TLS JA3). Revoke any agent instantly. Full audit trail of every token request.

Works with everything

VS Code MCP Config
{
  "servers": {
    "github": {
      "type": "http",
      "url": "<your Direct URL>"
    }
  }
}
curl / Python / Any Agent
# Get token from Passkey
curl /u/your-slug/token

# Use directly with GitHub MCP
curl api.githubcopilot.com/mcp/ \
  -H "Authorization: Bearer <token>"

Connect your first agent in 2 minutes

Free tier includes 2 service connections, 3 trusted agents, and 100 token requests per day.