What problem does it solve? AI agents lack access to live tennis data, forcing users to manually check scores, rankings, and odds across ATP, WTA, Challenger, and ITF tournaments. This Skill connects agents to the Live Tennis API through the Model Context Protocol so they can answer tennis questions with real-time structured data. ## Core Features & Use Cases - Live Match Data: Query in-progress matches, upcoming fixtures, recent results, and player profiles with rankings across professional tours. - Odds and ML Analysis: Retrieve match-winner betting prices and ML-powered win probabilities with key factors on higher API tiers. - Tier-Aware Responses: The server returns human-readable upgrade explanations instead of raw 403 errors, preventing agents from hallucinating or retrying endlessly. - Use Case: Ask your agent "What are the odds on the Alcaraz vs Sinner match?" and it calls get_live_matches to find the match_id, then get_match_odds to return bid, ask, and mid prices. ## Quick Start Set the LIVETENNISAPI_KEY environment variable with a free key from livetennisapi.com, then ask your AI agent to add the livetennisapi-mcp server via npx and show which tennis matches are live right now.