API Tools
oddsockets.com
An MCP server for OddSockets that helps users sign up, create and activate an app, and start a free trial to access odds data.
ENDPOINT 1
https://mcp.oddsockets.ai/mcp
MCP server metadata
- Name
- oddsockets
- Version
- 1.1.0
Known tools 2
oddsockets_get_startedExplains what OddSockets is and how to create + activate an app from this MCP server (no API key on this session yet).
Potential side effectsoddsockets_signupCreate a new OddSockets app and start the 7-day free trial (card required, cancel anytime before day 7).
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.