travmaskinen-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@travmaskinen-mcpWhich horse in tonight's V64 is the biggest overlay?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Travmaskinen MCP — Nordic harness racing data for AI agents
The first MCP server for Nordic harness racing (trav). Gives Claude, ChatGPT and any MCP-compatible agent direct access to Swedish, Norwegian, Danish and Finnish trotting data: upcoming pool games, full startlists, how the betting public is splitting the pool, and a model-derived win probability for every runner.
Built on a dataset of 204 000 races and 2.06 million starts since 2012.
What your agent can do with it
"What's running in the V85 this Saturday?"
"In tonight's V64, which horses does the model rate higher than the betting public does?"
"Build me a table of every runner in leg 3 with driver, trainer and win probability."
"Which horse in this round is the biggest overlay?"
Related MCP server: iddaa-mcp
Install
// Claude Desktop: claude_desktop_config.json
{
"mcpServers": {
"travmaskinen": {
"command": "npx",
"args": ["-y", "travmaskinen-mcp"],
"env": { "TRAVMASKINEN_API_KEY": "your-key" }
}
}
}Works with any MCP client — Claude Desktop, Claude Code, Cursor, Windsurf, VS Code.
Getting a key
The data is a paid product. Request a key at https://travmaskinen.se/api-access.
The server loads without a key and every tool will tell you how to get one, so you can install first and decide after.
Tools
list_upcoming_races
Upcoming Nordic pool games — V85, V86, V64, V65, GS75 — with track, first start
time and leg count. Returns the game_id needed by the other tool.
Argument | Type | Default | Notes |
| integer 1–14 |
| How many days ahead to look |
Gallop races are excluded: the model is trained on trotting only, and returning probabilities for a sport it never learned would be quietly wrong rather than obviously missing.
get_race_analysis
One full round: every leg, every runner.
Field | Meaning |
| Who is running |
| Share of the betting pool on this horse — what the crowd thinks |
| Win probability, 0–1. Sums to 1 per leg across live runners |
|
|
| Model probability ÷ market probability. > 1 = underbet |
| Non-runner. Probability fields are |
Every response also carries a field_reference explaining each field inline, so an
agent never has to guess what a number means.
Rate limits
1 000 calls/month and 60 calls/minute on the standard key. The tools return a clear message rather than a raw HTTP error when either is hit.
Configuration
Variable | Required | Purpose |
| yes | Your API key |
| no | Override the base URL (testing) |
Notes
Data covers Nordic harness racing (trot), not thoroughbred flat racing. If you need UK or US thoroughbred data, this is the wrong server — and if you need Nordic trot, as far as we know this is the only one.
Times are Europe/Stockholm. Probabilities are model output, not betting advice.
MIT licensed. The data behind it is a commercial product; see the terms at 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