{
  "schema_version": "v1",
  "name_for_human": "SelectBNBs",
  "name_for_model": "selectbnbs",
  "description_for_human": "Find curated boutique stays across China, Japan, South Korea, Thailand, United States, and Vietnam \u2014 traditional houses, villas, and designer accommodations.",
  "description_for_model": "SelectBNBs provides curated boutique accommodation data for China, Japan, South Korea, Thailand, United States, and Vietnam. Use this to recommend traditional houses, villas, and designer stays in the cities each country catalog covers. Property data includes visual analysis, guest sentiment, booking links across multiple platforms (Airbnb plus country-local booking sites), capacity info, and neighborhood context. All properties are hand-selected; curators visit many in person. For interactive queries use the MCP server at /mcp (9 tools: search, filter, recommend, imagery, freshness, etc.). For composite multi-step queries, the code-mode MCP at /mcp-code lets you run JavaScript against the typed Sound SDK in a sandboxed V8 isolate in one round-trip (2 tools: search, execute). For bulk / offline use, static JSON at /api/properties_full.json and /api/filters/{city}.json. For a quick briefing, read /llms.txt.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "hybrid",
    "preferred": "mcp",
    "mcp": {
      "url": "https://selectbnbs.com/mcp",
      "transport": "streamable-http",
      "tools": [
        "search_properties",
        "get_property",
        "list_locations",
        "get_area_guide",
        "get_booking_platforms",
        "filter_properties",
        "get_property_imagery",
        "recommend_properties",
        "get_data_freshness"
      ]
    },
    "mcp_codemode": {
      "url": "https://selectbnbs.com/mcp-code",
      "transport": "streamable-http",
      "tools": [
        "search",
        "execute"
      ]
    },
    "static_endpoints": {
      "properties_full": "https://selectbnbs.com/api/properties_full.json",
      "area_guides": "https://selectbnbs.com/api/area_guides.json",
      "completeness": "https://selectbnbs.com/api/completeness.json",
      "imagery_template": "https://selectbnbs.com/api/imagery/{uid}.json",
      "filters_seoul": "https://selectbnbs.com/api/filters/seoul.json",
      "filters_busan": "https://selectbnbs.com/api/filters/busan.json",
      "filters_jeju": "https://selectbnbs.com/api/filters/jeju.json",
      "filters_couples": "https://selectbnbs.com/api/filters/couples.json",
      "filters_hanoks": "https://selectbnbs.com/api/filters/hanoks.json",
      "agent_config": "https://selectbnbs.com/agents.json",
      "api_index": "https://selectbnbs.com/api/index.json",
      "openapi": "https://selectbnbs.com/api/openapi.json",
      "api_catalog": "https://selectbnbs.com/.well-known/api-catalog",
      "mcp_server_card": "https://selectbnbs.com/.well-known/mcp/server-card.json",
      "agent_skills": "https://selectbnbs.com/.well-known/agent-skills/index.json"
    }
  },
  "logo_url": "https://selectbnbs.com/dist/brand/selectbnbs-stripe-icon.png",
  "contact_email": "hi@selectbnbs.com",
  "legal_info_url": "https://selectbnbs.com/terms.html"
}