HomeOther › livetennisapi-mcp

livetennisapi-mcp

Live tennis scores, players, rankings, odds and win-probability. ATP, WTA, Challenger, ITF, juniors.

TypeScript Cloud macOSWindowsLinux Remote
★ 150 stars Last pushed 2026-09-20 License: MIT

Topics: Sports

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.livetennisapi.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http livetennisapi-mcp https://mcp.livetennisapi.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "livetennisapi-mcp": {
      "url": "https://mcp.livetennisapi.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer twjp_… — your Live Tennis API key. Tools are listable without it; calling one needs it. Free key, no card: https://livetennisapi.com/subscribe/free

Package (npm 1.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "livetennisapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "LIVETENNISAPI_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • LIVETENNISAPI_KEY secret — Your Live Tennis API key (twjp_...). Get one free, no card, at https://livetennisapi.com/subscribe/free — the server runs without it but only the status check will work.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry