GetCourt
Find upcoming tennis, padel and squash games with free spots, by city, sport, level and date.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~289Tokens (tool definitions)
~1.3 KBTypical response size
Minimal attention impact (0.23% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"getcourt": {
"url": "https://getcourt.co/mcp"
}
}
}Remote endpoints
https://getcourt.co/mcpstreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢search_games(city, sport, skill_level, with_spots, urgent, ...)
Search for upcoming GetCourt games. Filters by city, sport, skill level, date range and whether the game still has free spots.
Input Schema
{
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "City name as it appears on the court, e.g. \"Belgrade\"."
},
"sport": {
"type": "string",
"description": "Sport name, e.g. \"Tennis\", \"Padel\", \"Squash\"."
},
"skill_level": {
"type": "string",
"description": "Skill level filter, e.g. \"Beginner\"."
},
"with_spots": {
"type": "boolean",
"description": "Only games that still have a free spot."
},
"urgent": {
"type": "boolean",
"description": "Only games whose organiser announced a player search."
},
"from": {
"type": "string",
"description": "Earliest date, ISO 8601 (YYYY-MM-DD)."
},
"to": {
"type": "string",
"description": "Latest date, ISO 8601 (YYYY-MM-DD)."
},
"limit": {
"type": "integer",
"description": "How many games to return (1-100, default 25)."
}
},
"required": []
}🟢get_game(id)
Fetch one GetCourt game by its numeric id.
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Game id."
}
},
"required": [
"id"
]
}Community
Evidence
Recent observations
verifiedversion not recorded2 tools