AdemolaAri/tennis-mcp-server
If you are the rightful owner of tennis-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Tennis Database MCP Server is a practical example of using the Model Context Protocol to enhance AI systems with dynamic querying capabilities for tennis data.
Tools
Functions exposed to the LLM to take actions
get_player_stats
Retrieve a player's total matches, wins, and win percentage.
get_head_to_head
Get complete match history between two players.
get_tournament_draw
Get full tournament bracket and results.
get_player_surface_stats
Analyze a player's performance by court surface.
list_tables
List all tables in the database.
describe_table
Describe the schema of a table.
Execute a SQL query and return the results
Execute a SQL query and return the results. Useful for when we do not have a predefined query set.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client