Connect Claude Web, Raycast, or any MCP client to real-time messaging over HTTP+SSE. No install — just a URL and your API key.
Point any MCP client that supports remote HTTP/SSE transport at the OddSockets MCP endpoint.
Server URL
https://mcp.oddsockets.ai/sse
Connect without an Authorization header. The session starts in onboarding mode with two tools.
oddsockets_get_started — what OddSockets is and how to sign upoddsockets_signup — pass a short app slug, get an API key instantly (no email, no card)Already have a key? Add it as a Bearer token. Configs for common clients below.
Claude Web / Desktop (mcp config)
{
"mcpServers": {
"oddsockets": {
"url": "https://mcp.oddsockets.ai/sse",
"headers": { "Authorization": "Bearer YOUR_ODDSOCKETS_API_KEY" }
}
}
}
Raycast / generic SSE client
Transport: SSE (HTTP) Endpoint: https://mcp.oddsockets.ai/sse Header: Authorization: Bearer YOUR_ODDSOCKETS_API_KEY
Once connected with a key, the full toolset unlocks in place.
oddsockets_publish — publish a message to a channeloddsockets_history — read recent messages on a channeloddsockets_presence — see who's on a channeloddsockets_list_channels · oddsockets_create_channel · oddsockets_delete_channeloddsockets_list_keys · oddsockets_create_key · oddsockets_revoke_keyoddsockets_status · oddsockets_me · oddsockets_usageThe same channels are available via the CLI and a native SDK for 19 languages.