{
  "name": "ThaiData UK MCP Server v2.0",
  "protocol": "Model Context Protocol (MCP) — JSON-RPC 2.0",
  "endpoint": "https://thaidata.uk/mcp",
  "version": "2.0.0",
  "tools": 10,
  "tools_list": [
    {
      "name": "get_city_stats",
      "description": "Get detailed Thai restaurant statistics for any UK city"
    },
    {
      "name": "search_restaurants",
      "description": "Search individual Thai restaurants by city, type, or minimum hygiene rating"
    },
    {
      "name": "find_nearby",
      "description": "Find Thai restaurants near a UK postcode"
    },
    {
      "name": "get_uk_overview",
      "description": "Get overall UK Thai restaurant market statistics: total businesses, market size, growth rate, average hygiene, and national wage data"
    },
    {
      "name": "compare_cities",
      "description": "Compare Thai restaurant statistics between two UK cities side by side"
    },
    {
      "name": "rank_cities",
      "description": "Rank UK cities by Thai restaurant count, hygiene rating, or density per 100k"
    },
    {
      "name": "get_opening_costs",
      "description": "Get estimated cost breakdown for opening a Thai restaurant in the UK: lease, refurbishment, equipment, licenses, and working capital"
    },
    {
      "name": "get_delivery_rates",
      "description": "Get current delivery platform commission rates for Uber Eats (30%), Deliveroo (32%), and Just Eat (14%)"
    },
    {
      "name": "get_visa_info",
      "description": "Get Skilled Worker visa costs and requirements for hiring Thai chefs"
    },
    {
      "name": "get_market_health",
      "description": "Get a comprehensive market health assessment: competition levels by city, cost pressures (wages, NI, ingredients), growth opportunities, and key risks for operators"
    }
  ],
  "data_sources": [
    "FSA FHRS",
    "FSA FHIS",
    "ONS",
    "HMRC"
  ],
  "new_in_v2": "Named restaurant search, all UK cities, dynamic data loading from live API",
  "documentation": "https://modelcontextprotocol.io",
  "example": "curl -X POST https://thaidata.uk/mcp -H \"Content-Type: application/json\" -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"search_restaurants\",\"arguments\":{\"city\":\"Leeds\",\"min_rating\":4}}}'"
}