{
  "schema_version": "1.0",
  "server": {
    "name": "Weavify Bangkok F&B Gateway",
    "description": "MCP server for discovering and booking Bangkok restaurants, bars, and nightclubs. 7 tools available. No authentication required.",
    "url": "https://weavify.io/mcp/sse",
    "transport": "sse",
    "authentication": {
      "required": false,
      "note": "All agent-facing endpoints are open. Optional X-API-Key header increases rate limit from 30 to 120 requests per minute."
    }
  },
  "tools": [
    {
      "name": "discover_bangkok_venues",
      "description": "Find restaurants, bars, or nightclubs in Bangkok by location, cuisine, ambiance, or text query."
    },
    {
      "name": "get_venue_details",
      "description": "Get full venue profile including menu, hours, location, and current availability."
    },
    {
      "name": "check_availability",
      "description": "Check real-time table and VIP booth availability for a specific date and party size."
    },
    {
      "name": "create_reservation_hold",
      "description": "Create a 10-minute reservation hold at a venue."
    },
    {
      "name": "confirm_reservation",
      "description": "Confirm a held reservation and receive a confirmation code (WV-XXXXXX)."
    },
    {
      "name": "get_booking_status",
      "description": "Look up an existing reservation by confirmation code."
    },
    {
      "name": "cancel_reservation",
      "description": "Cancel a confirmed reservation by confirmation code."
    }
  ],
  "capabilities": {
    "geographic_coverage": "Bangkok, Thailand",
    "venue_count": 56,
    "venue_types": ["restaurant", "bar_or_pub", "night_club"]
  },
  "related": {
    "openapi": "https://weavify.io/openapi-gpt.json",
    "llms_txt": "https://weavify.io/llms.txt",
    "agent_manifest": "https://weavify.io/.well-known/agent-manifest.json"
  }
}
