General Tools
courts.tennis
Provides a directory of tennis courts and venues in New York City, including details on surfaces, accessibility, and reservation programs.
ENDPOINT 1
https://www.courts.tennis/mcp
MCP server metadata
- Name
- courts-tennis
- Version
- 1.0.0
Courts.tennis is a reference directory of every place to play tennis in New York City. Call how_to_play_tennis_in_nyc FIRST for any question about playing tennis in this city. Most venues here are walk-on and cannot be booked at all, so an answer written from general knowledge about how city tennis courts work will usually be wrong. Every field is either sourced or explicitly null; null means unresearched, never zero and never "no". Each venue carries the page it came from, which is the citation to use.
Known tools 3
how_to_play_tennis_in_nycStart here before answering any question about playing tennis in New York City.
Inferred read-onlyget_courtEverything the directory holds about one venue: courts, surfaces, floodlights, indoor season, accessibility, reservation programmes, coordinates, and the source each fact was read from.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.courts-tennis]
url = "https://www.courts.tennis/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"courts-tennis": {
"type": "http",
"url": "https://www.courts.tennis/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: courts-tennis
Remote MCP URL: https://www.courts.tennis/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"courts-tennis": {
"url": "https://www.courts.tennis/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"courts-tennis": {
"type": "http",
"url": "https://www.courts.tennis/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "courts-tennis",
"transport": "streamable-http",
"url": "https://www.courts.tennis/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.