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.
它通过标准化的 MCP 接口将实时网球数据接入 AI 助手,并具有分等级的错误处理机制,能返回清晰的解释而非神秘错误。
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
根据分类、Topic 和编程语言匹配的相似项目。
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.