OAuth-gated MCP server. Connect your AI agent runtime here.
Add this URL to your MCP-speaking agent runtime (Claude Code, Claude Desktop, Cursor, Windsurf, Hermes, OpenClaw, claude.ai connectors, ChatGPT custom connectors, etc.).
/mcp — Streamable HTTP transport (current MCP spec). This is what every modern client should use.
Example MCP config (file location depends on your client):
{
"mcpServers": {
"interego": {
"url": "/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.
For the hosted chat apps (web + mobile), paste the /mcp URL into the connector picker:
/mcp. Sign in via the OAuth popup./mcp. Approve the passkey/wallet enrollment when prompted.Once connected, both apps will discover the 60+ Interego tools automatically. No CLI required.
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:
publish_context(..., share_with: [did:web:bob]) uses relay-managed encryption. End-to-end encryption requires client-held keys and a payload sealed by the client before transport.