INDIVIDUAL MCP TOOL
get_health
Current feed status: events in store and last_odds_update_seconds_ago (feed-update age).
LIVE ENDPOINT
https://pinnwire.com/mcp
Connect to this endpoint to inspect the live schema for get_health 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.
Parent server
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.pinnwire]
url = "https://pinnwire.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pinnwire": {
"type": "http",
"url": "https://pinnwire.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pinnwire
Remote MCP URL: https://pinnwire.com/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": {
"pinnwire": {
"url": "https://pinnwire.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pinnwire": {
"type": "http",
"url": "https://pinnwire.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pinnwire",
"transport": "streamable-http",
"url": "https://pinnwire.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_live_odds— Current live (in-play) sports betting odds from Pinnacle, the sharp bookmaker whose prices arbitrage scanners, betting models and prediction markets treat as the market reference.get_prematch_odds— Current prematch (pregame / upcoming-match) Pinnacle odds for one sport — sharp lines for handicapping, expected-value screens and model features.get_event— Current full odds detail for one event (live, prematch or special) by event_id.get_prematch_lines— Compact current full-game lines for one prematch event (no period structure).get_drops— Recent Pinnacle price DROPS — the dropping-odds / odds-shortening / steam-move signal: every outcome whose price fell, with from/to decimal prices, drop %, and nvp, the no-vig decimal fair price (1/nvp = fair implied probability — a de-vigged baseline for arbitrage checks, +EV / value betting, prediction-market pricing and model calibration; an estimate, not a guarantee).list_sports— Map the 13 covered sports to sport_id values before calling the odds tools.