travmaskinen-mcp

travmaskinen-mcp

MCP server providing Nordic harness racing data (Swedish, Norwegian, Danish, Finnish) with upcoming races, startlists, betting pool percentages, and model-derived win probabilities for AI agents.

Category
Visit Server

README

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?"

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
days integer 1–14 7 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
horse, driver, trainer Who is running
pool_pct Share of the betting pool on this horse — what the crowd thinks
pool_blend_prob Win probability, 0–1. Sums to 1 per leg across live runners
implied_odds 1 / pool_blend_prob
value Model probability ÷ market probability. > 1 = underbet
scratched Non-runner. Probability fields are null — it isn't racing

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
TRAVMASKINEN_API_KEY yes Your API key
TRAVMASKINEN_API_URL 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured