PropLine
Officialpropline-mcp
已在官方 MCP Registry 中列出,标识为 io.github.proplineapi/propline-mcp —— 可从 Claude Code、Claude Desktop 以及任何支持 MCP 的客户端中发现。
用于 PropLine 球员道具投注赔率 API 的 Model Context Protocol 服务器。将其接入 Claude Desktop、Claude Code 或任何兼容 MCP 的客户端,并用自然语言询问关于实时赔率、道具结算、跨博彩公司 +EV、比分和 box-score 统计数据的问题——模型会选择合适的工具、调用 API,并基于真实数据作答。
你的 AI 助手再也无法用“我需要一个 API 才能做到”来搪塞。PropLine MCP 将体育博彩研究变成一场对话。
你可以问什么
安装后,你可以向模型提出如下问题:
“今晚 Yankees 对 Red Sox 的比赛,所有博彩公司的 +EV 是多少?”
“拉取 Aaron Judge 最近 20 条道具投注历史,包含命中/未命中的结果。”
“将今天 MLB 投手的三振道具从 DraftKings 和 Pinnacle 并排列出。”
“Nikola Jokic 的得分道具昨晚命中了吗?当时的盘口是多少?”
“将 PrizePicks 的 DFS 预测与 Bovada 的今晚 NBA 赛程盘口进行比较。”
“Lakers 对 Celtics 的第一节总分是多少?哪家博彩公司的 Over 最好?”
模型会透明地使用这些工具:
工具 | 功能 |
| 发现 PropLine 目前采集哪些体育项目(今日 54 项) |
| 某个体育项目即将开赛的赛事,附带 ID |
| 某场比赛可用的市场类型 |
| 实时赔率——按体育项目批量获取,或按比赛获取全部投注项。接受 |
| Hobby+:每个结果的快照历史;支持 |
| Hobby+:每个(博彩公司、市场、结果)的开盘线 和 收盘线——CLV 辅助工具。接受 |
| Hobby+:根据收盘线对 已下注 的注单进行评级。返回收盘价、去水后的收盘公平概率( |
| Backfill-pass / Enterprise:某个体育项目的大批量盘口变动逐笔历史(每个快照、每家博彩公司)。需要 |
| 整个赛季的期货(futures)——总冠军/分区冠军/联盟冠军、MVP + 奖项、赛季胜场总数——覆盖 Bovada/FanDuel/DraftKings/Pinnacle(免费) |
| 比赛比分 + 状态(免费) |
| PrizePicks Power/Flex 赔付表 + 每条腿(leg)的盈亏平衡胜率(免费) |
| 合成的每日 MLB Grand Salami——总得分 + 每家博彩公司的隐含盘口(免费) |
| 合成的每日 NHL 进球总数——冰球界的 Grand Salami(免费) |
| 已结算投注项数量 + 按体育项目/市场的细分(免费) |
| 原始技术统计(box-score)数据(免费,与博彩公司无关) |
| 投注项结算所依据的比赛条件——预计先发投手、阵容标志、本垒裁判、开赛时天气(免费) |
| 盘口变动 + 急动(steam)检测(跨所有博彩公司的聪明钱信号),来自逐笔历史(Hobby+) |
| Pro:每个投注项的已结算赢/输/走盘(push) |
| 球员投注项历史,包含结算结果 |
| 球员比赛日志——最近比赛,每场包含所有原始技术统计(box-score)数据,一次调用即可,无需按比赛逐个调用; |
| 命中率趋势——最近 5/10/20/50 场已结算比赛的大/小/走盘(push)分布、当前连续走势、实际平均值(可选 |
| Pro:跨博彩公司的 +EV,并给出去水(no-vig)公平线 |
| Hobby+:跨博彩公司比价——在所有可比博彩公司中,每个(市场、球员、盘口)的最佳赔率, |
| Streaming Lite+:列出 webhook 订阅(只读,密钥已掩码) |
| Streaming Lite+:某个 webhook 最近的投递尝试——状态、HTTP 代码、尝试次数、payload; |
Related MCP server: Sports Betting MCP
托管端点(无需安装)
同样的 25 个工具通过 Streamable HTTP 提供,地址为:
https://mcp.prop-line.com/mcp任何支持远程访问的客户端都能使用——无需安装,也无需运行。
客户端 | 方法 |
Claude Code |
|
Claude.ai / Claude Desktop | 设置 → 连接器 → 添加自定义连接器 → URL 填上面的地址 |
Cursor | 设置 → MCP → 添加服务器 → 类型选择 |
ChatGPT (developer mode) | 设置 → 连接器 → 创建 → MCP 服务器 URL 填上面的地址 |
任何客户端 | Streamable HTTP,端点为 |
每次请求单独认证。 将你的 PropLine 密钥作为 Authorization: Bearer <key> 发送(或使用 X-API-Key: <key>,或对于无法设置请求头的客户端使用 ?apiKey=<key>)。不提供密钥时,端点会回退到共享的免费演示密钥——所有工具都能用,付费功能会被屏蔽,限额为所有用户共享。密钥仅用于当次请求,绝不会被存储。
使用你自己的密钥的 Claude Code:
claude mcp add --transport http propline https://mcp.prop-line.com/mcp \
--header "Authorization: Bearer YOUR_KEY"下面的 stdio 构建(npx -y propline-mcp)是同一份代码;选择你的客户端更方便的那种即可。
零配置快速开始
无需密钥即可试用。服务器会回退到共享的公共演示密钥,所以直接就能用:
npx -y propline-mcp你的智能体可以立即拉取实时赔率、比分和统计数据。演示密钥属于免费层级且为共享——付费功能(结算、+EV、历史记录、导出)会返回脱敏后的预览内容,限额由所有人共同分摊。如需完整访问权限和你自己的限额,请设置 PROPLINE_API_KEY(见下文)。在 prop-line.com 获取免费的个人密钥。
安装(使用你自己的密钥)
1. 获取 PropLine API 密钥
prop-line.com — 免费层级为每天 1,000 次请求,无需信用卡。Hobby 版每月 $9,解锁结算、历史记录、收盘赔率和 +EV。Pro 版每月 $19,同样的功能集,每天 25,000 次请求。
2. 添加到你的 MCP 客户端
Claude Desktop
编辑 ~/Library/Application Support/Claude/claude_desktop_config.json(macOS)或 %APPDATA%\Claude\claude_desktop_config.json(Windows):
{
"mcpServers": {
"propline": {
"command": "npx",
"args": ["-y", "propline-mcp"],
"env": {
"PROPLINE_API_KEY": "YOUR_KEY_HERE"
}
}
}
}重启 Claude Desktop。锤子图标下应显示 25 个 PropLine 工具。(或者跳过安装,将 https://mcp.prop-line.com/mcp 添加为自定义连接器——参见上面的托管端点。)
Claude Code
claude mcp add propline \
--env PROPLINE_API_KEY=YOUR_KEY \
-- npx -y propline-mcp任何其他 MCP 客户端
以 stdio 服务器方式运行 propline-mcp。大多数客户端都接受命令 + 环境变量的配置方式。各客户端的具体配置请参阅 MCP 规范。
配置
环境变量 | 必填 | 默认值 | 说明 |
| 否 | 共享演示密钥 | 未设置 = 共享免费演示密钥(付费功能被屏蔽,限额共享)。从 prop-line.com 获取你自己的免费密钥以解锁完整访问权限。 |
| 否 |
| 自托管部署时覆盖此地址 |
与 the-odds-api 的对比
PropLine 在响应层面与 API 兼容(bookmakers[].markets[].outcomes[] 结构相同),并增加了 the-odds-api 在任何层级都不提供的三项能力:
Prop 结算 — 比赛结束后,将每个 Over/Under 与实际技术统计(box score)数据一一核对结算
跨盘口 +EV — 以 Pinnacle 为锚的各盘口无抽水(no-vig)公平赔率,按 +EV 玩法排序,+EV 最高的排在最前
Webhooks — Streaming 层级支持推送交付,而非只能拉取
价格:免费版每天 1,000 次请求(而对方是每月 500 次),Hobby 版每月 $9,每天 5,000 次请求;Pro 版每月 $19,每天 25,000 次;Streaming 版每月 $79,每天 1,000,000 次。无需再做积分换算。
链接
托管的 MCP 端点:
https://mcp.prop-line.com/mcp(Streamable HTTP)API 文档:prop-line.com/docs
常用示例(常见任务的代码):prop-line.com/recipes
按运动项目和市场分类的 Odds API(实时赔率、盘口、结算命中率):prop-line.com/odds-api
Prop 结算(每个玩法都对照技术统计结算):prop-line.com/prop-resolution-api
跨盘口 +EV:prop-line.com/ev
OpenAPI 参考:api.prop-line.com/docs
面向 AI 智能体(llms.txt、MCP 配置):prop-line.com/for-ai-agents
Python SDK:
pip install proplineNode SDK:
npm install propline
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides real-time college football game scores, betting odds, player statistics, and team performance data through integration with The Odds API and CollegeFootballData API.
- AlicenseAqualityDmaintenanceProvides AI-powered sports betting intelligence including live odds, injury reports, and documented picks for NBA, NHL, and NCAAB. It enables AI agents to analyze line movements, win rates, and betting edges using real-time data from sportsbettingaianalyzer.com.115MIT
- AlicenseAqualityBmaintenanceMCP server for German public procurement data (OCDS). Semantic search, tender matching, and company profiles — all from your local LLM105MIT
- AlicenseNot gradedqualityCmaintenanceProvides betting intelligence and analytics tools including exposure, CLV, sharp scoring, live betting, and Fantasy402 integration, running on Cloudflare Edge.8MIT
Related MCP Connectors
Real-time sports betting data: odds, player props, edges and arbitrage from 35+ books and DFS apps.
Player-prop lines, market metadata, and line movement over REST/MCP. 14 sports, CoD projections.
Schedules, scores, odds, splits & explainable AI bet confidence — 8+ sports, free instant key.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/proplineapi/propline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server