{
  "name": "Emma's Luxury Mobile Massage — MCP server",
  "description": "Remote Model Context Protocol (MCP) server exposing Emma's public agent API (availability, service catalogue, postcode catchment check, and callback-request booking) as MCP tools for MCP-native clients such as Claude Desktop, Cursor, Zed, and Claude.ai connectors. Bookings are callback requests, not instant reservations; Emma confirms by callback within 24 hours.",
  "mcp_endpoint": "https://mcp.emmasluxurymobilemassage.co.uk/mcp",
  "transport": "Streamable HTTP (JSON-RPC over POST); no authentication required",
  "tools": [
    "check_availability",
    "get_services",
    "check_catchment",
    "submit_booking_request"
  ],
  "documentation": {
    "connection_guide": "https://emmasluxurymobilemassage.co.uk/llms.txt",
    "openapi": "https://emmasluxurymobilemassage.co.uk/api/v1/openapi.json"
  },
  "website": "https://emmasluxurymobilemassage.co.uk/",
  "contact": "info@emmasluxurymobilemassage.co.uk"
}