PuntersEdge MCP Server
Official MCP server for the PuntersEdge Australian racing & sports odds API — live per-bookmaker odds, best-price comparison, full-field race results and market movement, for AI agents.
Install
pip install puntersedge-mcp
Configure
Get a free API key (1,500 credits/month, no card) at puntersedge.online/api, then add to your MCP client config (Claude Desktop, Claude Code, or any MCP host):
{
"mcpServers": {
"puntersedge": {
"command": "puntersedge-mcp",
"env": { "PUNTERSEDGE_API_KEY": "your-key-here" }
}
}
}
Tools
| Tool | Cost | What it returns |
|---|---|---|
racing_next_to_go |
2 cr | Next AU/NZ races with runners and live per-bookmaker prices |
racing_best_odds |
3 cr | Best win/place/tote per runner, with the book offering it |
racing_results |
2 cr | Settled results incl. the full finishing order (runners) with stable registry ids |
racing_price_history |
3 cr | Recorded price ticks for one race — the movement record |
racing_movers |
3 cr | Biggest firmers and drifters right now |
list_sports |
1 cr | The sport catalogue |
sports_odds |
2 cr | Per-bookmaker prices for a sport's fixtures |
best_odds |
2 cr | Best price per outcome for one sport |
check_usage |
free | Plan, allowance, credits used, reset date |
demo_next_to_go |
free | No-key sandbox sample to explore the shape |
Every tool response includes credits_remaining so an agent can budget without
spending a call. Costs are enforced server-side; a 402 means the monthly allowance is
spent (hard stop, never overage billing).
Notes for agents
- Racing is under
racing_*tools, not a sport key. Categories: horse, greyhound, harness. - Prices are decimal odds. Every racing quote carries its own
age_seconds; every sports market carries aqualityobject. Trust those over assumptions. - Settle only against
status: "final"results — interim placings can change on protest. runner_refin results is a stable registry identifier that persists across meetings — use it, not the name, for longitudinal joins.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file puntersedge_mcp-0.1.0.tar.gz.
File metadata
- Download URL: puntersedge_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81d61a54a09d34d8d31dcc1affa69f6ea0112440d209cf6e03f580c495ae6785
|
|
| MD5 |
487b14b49b3cd1fcff479697ed60c836
|
|
| BLAKE2b-256 |
f7a98eea1d15c51ad890ec679d01796e1142de96b612d292324677c73a6eb817
|
File details
Details for the file puntersedge_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: puntersedge_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8221bd9f2202d4c478d5d4d0f09311f6421af69ae37cf7687cbe91b9036c8434
|
|
| MD5 |
abfab54381216c79a27a4e25826093f8
|
|
| BLAKE2b-256 |
954050e13d686a5b965f3e69624839b64be278a1f7db3db1df3c00fc56a7709a
|