Server data from the Official MCP Registry
Live sports betting odds, cross-book +EV, and graded player-prop resolution across 13 books.
Live sports betting odds, cross-book +EV, and graded player-prop resolution across 13 books.
PropLine MCP is a well-structured, focused API wrapper with proper authentication, clear permissions aligned to its purpose, and solid code quality. The server requires an API key for operation, uses environment variables correctly, and makes only legitimate HTTP calls to a single upstream API service. No malicious patterns, credential leaks, or dangerous operations detected. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
5 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PROPLINE_API_KEY
Environment variable: PROPLINE_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-proplineapi-propline-mcp": {
"env": {
"PROPLINE_API_KEY": "your-propline-api-key-here",
"PROPLINE_BASE_URL": "your-propline-base-url-here"
},
"args": [
"-y",
"propline-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Listed in the official MCP Registry as io.github.proplineapi/propline-mcp — discoverable from Claude Code, Claude Desktop, and any MCP-aware client.
Model Context Protocol server for the PropLine player props betting odds API. Plug it into Claude Desktop, Claude Code, or any MCP-compatible client and ask natural-language questions about live odds, prop resolution, cross-book +EV, scores, and box-score stats — the model picks the right tool, calls the API, and answers from real data.
No more "I'd need an API for that" deflections from your AI assistant. PropLine MCP turns sports-betting research into a chat.
Once installed, you can prompt the model with things like:
The model uses these tools transparently:
| Tool | What it does |
|---|---|
propline_list_sports | Discover what sports PropLine polls (24 today) |
propline_list_events | Upcoming events for a sport, with ids |
propline_list_event_markets | Available market types for an event |
propline_get_odds | Live odds — bulk by sport or full props per event |
propline_get_odds_history | Pro: full snapshot history per outcome |
propline_get_scores | Game scores + status (free) |
propline_get_resolution_summary | Graded-prop volume + per-sport/market breakdown (free) |
propline_get_event_stats | Raw box-score stats (free, book-agnostic) |
propline_get_event_results | Pro: graded won/lost/push per prop |
propline_get_player_history | Player prop history with resolution |
propline_get_event_ev | Pro: cross-book +EV with no-vig fair lines |
prop-line.com — free tier is 1,000 requests/day, no credit card. Pro at $19/mo unlocks resolution, history, and +EV.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"propline": {
"command": "npx",
"args": ["-y", "propline-mcp"],
"env": {
"PROPLINE_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
Restart Claude Desktop. The hammer icon should show 10 PropLine tools.
claude mcp add propline \
--env PROPLINE_API_KEY=YOUR_KEY \
-- npx -y propline-mcp
Run propline-mcp as a stdio server. Most clients accept a command + env. See the MCP spec for client-specific config.
| Env var | Required | Default | Notes |
|---|---|---|---|
PROPLINE_API_KEY | yes | — | Get a free key at prop-line.com |
PROPLINE_BASE_URL | no | https://api.prop-line.com | Override for self-hosted setups |
PropLine is API-compatible at the response level (same bookmakers[].markets[].outcomes[] shape) and adds three things the-odds-api doesn't offer at any tier:
Pricing: free at 1,000 req/day (vs their 500/month), Pro at $19/mo for 25,000 req/day, Streaming at $79/mo for 1,000,000 req/day. No credit math.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.