MCP.so
Sign In
Servers

mcp-odds-api

@marcoeg

MCP server for odds-api

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-odds-api": {
      "command": "uvx",
      "args": [
        "--env-file",
        "/path/to/.env",
        "mcp-odds-api",
        "--transport",
        "sse",
        "--port",
        "9090"
      ]
    }
  }
}

More from Developer Tools