openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
A Model Context Protocol server that provides LLM agents (Claude, Cursor, Zed) with live tennis scores, player info, odds, and model win-probabilities for ATP, WTA, Challenger, and ITF tournaments via the Live Tennis API.
214
-35
84
0
MIT
2026-07-26
It bridges real-time tennis data into AI assistants through the standardized MCP interface, with tier-aware error handling that returns actionable explanations instead of cryptic errors.
MCP server for the Live Tennis API.
Give Claude, Cursor, Zed or any MCP client live tennis scores, players and fixtures — for ATP, WTA, Challenger and ITF. Odds and model win-probability tools are included, and require the PRO and ULTRA plans.
Documentation · Get a free API key
Claude Code
claude mcp add livetennis -e LIVETENNISAPI_KEY=twjp_… -- npx -y livetennisapi-mcp
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"livetennis": {
"command": "npx",
"args": ["-y", "livetennisapi-mcp"],
"env": { "LIVETENNISAPI_KEY": "twjp_…" }
}
}
}
Cursor / Zed / others — same command, same env var. No install step; npx
fetches it on demand.
Get a free key (no card) at livetennisapi.com, or a paid plan at pricing.
"What tennis matches are live right now?" "Who's winning the Alcaraz match, and what does the model give him?" "Show me Sinner's ranking and recent results." "What are the current odds on match 18953?"
| Tool | Does | Plan |
|---|---|---|
get_live_matches | Matches in progress, with live scores | FREE |
get_upcoming_matches | Matches starting soon | FREE |
get_match | Full detail for one match | FREE |
get_match_score | Current score only — fastest read | FREE |
search_players | Find players by name | FREE |
get_player | Profile, ranking, country, handedness | FREE |
get_fixtures | Forward schedule | FREE |
get_recent_results | Completed matches and winners | BASIC |
get_match_events | Breaks, games, sets, momentum runs | PRO |
get_match_odds | Match-winner prices — bid / ask / mid | PRO |
get_match_analysis | Model thesis, win probability, key factors | ULTRA |
check_api_status | Reachability + which plan your key is on | — |
The API gates endpoints by plan and returns a bare 403 {"error":"upgrade_required"}.
Handed that, a model will usually invent a reason or retry pointlessly.
So every tool that can hit a tier wall returns a plain-English explanation
MCP server for the Live Tennis API — give Claude, Cursor and other LLM agents real-time tennis scores, odds and model win-probability
Similar projects matched by category, topics, and programming language.
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
Stormy Cookbook provides copy-pasteable recipes for using the Stormy Social Data API and MCP server, which offers a unified REST API and MCP tools to search profiles, posts, and emails across TikTok, YouTube, Instagram, LinkedIn, X, and Reddit through a single HTTP contract.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.