Cursor
Add Zarvo to Cursor’s MCP settings and ask it to find live padel availability.
{
"mcpServers": {
"zarvo": { "url": "https://zarvo.uk/mcp" }
}
}For developers and AI agents
Zarvo’s MCP server gives compatible agents live, structured access to UK padel venues, court availability, open games and booking handoffs.
https://zarvo.uk/mcpStreamable HTTP · no local installConnect in minutes
Paste the matching snippet into your agent’s MCP configuration, restart or refresh it, and ask for a court.
Add Zarvo to Cursor’s MCP settings and ask it to find live padel availability.
{
"mcpServers": {
"zarvo": { "url": "https://zarvo.uk/mcp" }
}
}Add a remote HTTP server to .vscode/mcp.json, then use it from Copilot Chat.
{
"servers": {
"zarvo": {
"type": "http",
"url": "https://zarvo.uk/mcp"
}
}
}Register the hosted server from your terminal, then let Claude use Zarvo as a tool.
claude mcp add --transport http zarvo https://zarvo.uk/mcpWhat it exposes
Zarvo never takes payment or confirms the booking. It rechecks a selected slot, then sends the user to the provider to finish.