travmaskinen-mcp
Travmaskinen MCP — 北歐馬車賽馬數據,供 AI 代理使用
首個專為**北歐馬車賽馬(trav)**打造的 MCP 伺服器。讓 Claude、ChatGPT 以及任何相容 MCP 的代理程式,都能直接存取瑞典、挪威、丹麥和芬蘭的快步馬數據:即將開跑的彩池賽事、完整出賽名單、博彩大眾如何分配彩池,以及每匹馬的模型預測勝率。
建構於一個涵蓋 2012 年以來 204,000 場賽事與 206 萬次出賽的資料集之上。
你的代理程式能用它做什麼
「這週六的 V85 有哪些比賽?」
「今晚的 V64 中,模型認為哪些馬的勝率高於博彩大眾的預期?」
「幫我建立第三場比賽所有出賽馬的清單,包含騎師、練馬師和預測勝率。」
「這一輪賽事中,哪匹馬的賠率價值最高(overlay)?」
Related MCP server: iddaa-mcp
安裝
// Claude Desktop: claude_desktop_config.json
{
"mcpServers": {
"travmaskinen": {
"command": "npx",
"args": ["-y", "travmaskinen-mcp"],
"env": { "TRAVMASKINEN_API_KEY": "your-key" }
}
}
}可與任何 MCP 用戶端搭配使用 — Claude Desktop、Claude Code、Cursor、Windsurf、VS Code。
取得金鑰
此資料為付費產品。請至 https://travmaskinen.se/api-access 申請金鑰。
伺服器在沒有金鑰的情況下也能載入,每個工具都會引導你如何取得金鑰,因此你可以先安裝,之後再決定。
工具
list_upcoming_races
列出即將登場的北歐彩池賽事 — V85、V86、V64、V65、GS75 — 包含賽道、首場開跑時間與關數。回傳的 game_id 是另一個工具所需的參數。
參數 | 類型 | 預設值 | 說明 |
| 整數 1–14 |
| 查詢未來多少天內的賽事 |
平地賽馬(gallop)已排除:此模型僅針對快步馬訓練,若回傳模型從未學習過的賽馬種類的預測,結果只會是靜靜地出錯,而非明顯可見的錯誤。
get_race_analysis
單場完整分析:每一關、每一匹出賽馬。
欄位 | 含義 |
| 出賽的馬匹、騎師、練馬師 |
| 該馬在博彩彩池中所佔的比例 — 即博彩大眾的看法 |
| 預測勝率,數值介於 0–1。每一關所有出賽馬的數值總和為 1 |
|
|
| 模型勝率 ÷ 市場隱含勝率。> 1 代表具備賠率價值(underbet) |
| 已退出比賽的馬匹。此情況下勝率相關欄位為 |
每個回應也都會附上 field_reference,逐一說明各欄位的含義,讓代理程式永遠不必猜測某個數字代表什麼。
速率限制
標準金鑰每月可呼叫 1,000 次,每分鐘 60 次。工具會回傳明確的訊息,而非在觸及限制時回傳原始 HTTP 錯誤。
設定
變數 | 必填 | 用途 |
| 是 | 你的 API 金鑰 |
| 否 | 覆寫基礎 URL(用於測試) |
備註
資料涵蓋北歐**快步馬(trot)**賽事,而非平地賽馬(thoroughbred)。如果你需要英國或美國的平地賽馬資料,這裡不是正確的伺服器 — 但如果你需要北歐快步馬資料,據我們所知,這是唯一的一個。
時間皆為歐洲/斯德哥爾摩時區。勝率為模型輸出,並非投注建議。
以 MIT 授權發布。背後的資料為付費產品;相關條款請見 https://travmaskinen.se/api-access。
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
- AlicenseBqualityDmaintenanceMCP-compatible server that gives AI agents access to alternative sports data across 30+ leagues — odds, events, probabilities, settlement, and futures for prediction markets, DFS platforms, and sportsbooks.2915MIT
- AlicenseBqualityCmaintenanceMCP server that provides structured access to real-time sportsbook data from iddaa, including live events, competitions, and league fixtures with strategy analysis. Designed for AI agents and automation workflows.5100MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for querying and optionally trading across prediction markets (Polymarket, Kalshi, Limitless, Manifold) through a unified API.30MIT
Related MCP Connectors
The hockey data API. Stats, odds, and everything between. REST API and MCP server.
Read-only MCP server for live Polymarket, Kalshi, Limitless odds; Manifold sentiment.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
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/kennyolofsson23-netizen/travmaskinen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server