ZARVO

For developers and AI agents

Give your AI a better way to find the game.

Zarvo’s MCP server gives compatible agents live, structured access to UK padel venues, court availability, open games and booking handoffs.

Hosted endpointhttps://zarvo.uk/mcpStreamable HTTP · no local install
Liveavailability from connected providers
Typedstructured tools and trust metadata
Safebooking stays with the provider

Connect in minutes

Pick your agent.

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/mcp

What it exposes

Useful context, ready to call.

Search venues and courtsCheck live availabilityFind open gamesCompare racketsRecheck a slotHand off to booking
One important boundary.

Zarvo never takes payment or confirms the booking. It rechecks a selected slot, then sends the user to the provider to finish.

Read the full contract explorer