Interego MCP relay

OAuth-gated MCP server. Connect your AI agent runtime here.

Connect your agent runtime

Add this URL to your MCP-speaking agent runtime (Claude Code, Claude Desktop, Cursor, Windsurf, Hermes, OpenClaw, claude.ai connectors, ChatGPT custom connectors, etc.).

Example MCP config (file location depends on your client):

{
  "mcpServers": {
    "interego": {
      "url": "/mcp"
    }
  }
}
There is no second transportNOT MCP
/sse answers text/event-stream but is not an MCP transport — it is a write-activity feed for your own pod. MCP's older HTTP+SSE transport was deprecated in protocol revision 2025-03-26, and this relay never implemented it: a client pointed at /sse waits for an event: endpoint frame that never arrives, and times out. If your client cannot speak Streamable HTTP, use the stdio server instead.
First call triggers an OAuth flow in your browser. You'll be asked to enroll a passkey, Ethereum wallet, or did:key. Your private keys never leave your device — no password, no email, no account database.

ChatGPT & Claude.ai connector setup

For the hosted chat apps (web + mobile), paste the /mcp URL into the connector picker:

Once connected, both apps will discover the 60+ Interego tools automatically. No CLI required.

New to Interego, or just a person?

You don't need an MCP client to start. Create an identity and pod directly — passkey or wallet, about 30 seconds — then point an agent at it later:

What's exposed here

For auditors / developers