← Discover MCPs and Agents
c
MCPOtherMCP Registry

com.followontours/cricket-travel

Bespoke cricket and golf tours. Tour operator and package organiser, not a broker. ABTOT 5718.

Links

README

From the repo.

Follow On Tours — MCP Server

Bespoke cricket and golf travel, powered by AI. Connect any MCP-compatible assistant to live tour data, destinations, golf trips, and financial-protection facts.

MCP Status

What is this?

Follow On Tours Limited is the tour operator and package organiser for every trip it sells — it contracts directly with the traveller and takes payment. Not a broker, introducer, or agent. Founded and run by Ian Kerr, with over 17 years arranging tours to the great grounds and the great courses. Darren Gough MBE is ambassador and shareholder.

Financial protection: ABTOT bonded, member 5718. Non-flight packages are bond-protected. Follow On Tours does not hold an ATOL licence and does not sell flights.

This MCP server lets any AI assistant — Claude, ChatGPT, Cursor, or any MCP-compatible client — connect directly to our public read-only tools.

Endpoint: https://www.followontours.com/api/mcp

Transport: Streamable HTTP (POST)

Authentication: None required for read tools

Also: llms.txt · catalogue.json

Available Tools

ToolDescription
get_aboutWho Follow On Tours is, what we sell (bespoke cricket and golf travel), experience, protection, and how the service works
list_toursPublished cricket tours currently on sale, plus holdingTours (announced, not bookable — schedules not confirmed)
list_golf_tripsGolf trips (Trump portfolio venues hosted with Darren Gough) — enquiry-led, no online price/payment
list_destinationsCricket destinations and grounds (bespoke / built to order)
list_cape_town_experiencesCape Town day experiences (enquiry-led)
get_protectionFinancial protection statement — tour operator / package organiser, ABTOT 5718

Quick Start

Claude.ai

  1. Go to Settings → Connectors → Add custom connector
  2. Paste: https://www.followontours.com/api/mcp
  3. Approve the connector
  4. Ask Claude: "Tell me about Follow On Tours" or "List cricket tours"

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "followontours": {
      "url": "https://www.followontours.com/api/mcp"
    }
  }
}

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://www.followontours.com/api/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.