← oddsockets.com

INDIVIDUAL MCP TOOL

oddsockets_get_started

Explains what OddSockets is and how to create + activate an app from this MCP server (no API key on this session yet).

oddsockets.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.oddsockets.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for oddsockets_get_started and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

Parent server

oddsockets.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.oddsockets]
url = "https://mcp.oddsockets.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "oddsockets": {
      "type": "http",
      "url": "https://mcp.oddsockets.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: oddsockets
Remote MCP URL: https://mcp.oddsockets.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "oddsockets": {
      "url": "https://mcp.oddsockets.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "oddsockets": {
      "type": "http",
      "url": "https://mcp.oddsockets.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "oddsockets",
  "transport": "streamable-http",
  "url": "https://mcp.oddsockets.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • oddsockets_signup — Create a new OddSockets app and start the 7-day free trial (card required, cancel anytime before day 7).