← Registry

API Tools

pinnwire.com

Provides real-time Pinnacle sports betting odds through a REST, WebSocket, and SSE API without requiring a Pinnacle account.

1 endpoint7 known toolsFirst detected August 26, 2026Last detected September 25, 2026

ENDPOINT 1

https://pinnwire.com/mcp

No auth detected

MCP server metadata

Name
pinnwire
Version
1.1.0
Capabilities
tools
Server instructions

Read-only data service for current Pinnacle sportsbook odds: live/in-play + prematch decimal odds for 13 sports, recent price drops, and no-vig fair prices. Use these tools when the user needs current Pinnacle prices (moneylines/match winner, spreads/handicaps, totals/over-under, team totals, periods, props, specials); dropping odds, odds shortening, line movement or steam-move candidates; implied or fair win probabilities (on drop records nvp is the no-vig decimal fair price, 1/nvp the fair implied probability — an estimate, not a guarantee); the sharp reference leg for arbitrage checks, +EV / expected-value or value-betting screens, closing-line-value tracking; or sportsbook data for betting/handicapping models and sports prediction-market research. Do not describe PinnWire as a multi-book arbitrage scanner, bookmaker, bet-execution service, historical odds archive, prediction-market order-book API, or settlement source — it supplies current Pinnacle data only (drops buffer ~3h; store snapshots yourself for backtests). Start with list_sports when the sport id is unknown; get_drops surfaces what just moved. Responses carry generated_at (ISO) — trust it over any cached copy. Connector URL: https://pinnwire.com/mcp?key=YOUR_KEY (free key: enter an email at https://pinnwire.com, key arrives by email; no key = shared demo quota, 10 req/min and 50/day in total across all demo users). Flat-rate plans, no per-request metering: https://pinnwire.com/#pricing

Known tools 7

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.

Inferred read-only
get_prematch_odds

Current prematch (pregame / upcoming-match) Pinnacle odds for one sport — sharp lines for handicapping, expected-value screens and model features.

Inferred read-only
get_event

Current full odds detail for one event (live, prematch or special) by event_id.

Inferred read-only
get_prematch_lines

Compact current full-game lines for one prematch event (no period structure).

Inferred read-only
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).

Potential side effects
get_health

Current feed status: events in store and last_odds_update_seconds_ago (feed-update age).

Potential side effects
list_sports

Map the 13 covered sports to sport_id values before calling the odds tools.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pinnwire.com was fetched 2026-09-12T00:05:19.953Z.

Trust status RestrictedContent

pinnwire.com is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.