← selectbnbs.com

INDIVIDUAL MCP TOOL

get_property_imagery

Get the curated image and video manifest for a property.

selectbnbs.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

selectbnbs.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.selectbnbs-com]
url = "https://selectbnbs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "selectbnbs-com": {
      "type": "http",
      "url": "https://selectbnbs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: selectbnbs-com
Remote MCP URL: https://selectbnbs.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "selectbnbs-com": {
      "url": "https://selectbnbs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "selectbnbs-com": {
      "type": "http",
      "url": "https://selectbnbs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "selectbnbs-com",
  "transport": "streamable-http",
  "url": "https://selectbnbs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_properties — Search SelectBNBs properties by location or name.
  • get_property — Get full details for a specific property including capacity, vibe, pricing, booking links, and source citations.
  • list_locations — List all regions SelectBNBs covers, with property counts.
  • get_area_guide — Get a curated neighborhood guide for a Korean city or specific neighborhood.
  • get_booking_platforms — Information about booking platforms for Korean boutique stays.
  • filter_properties — Filter SelectBNBs properties by practical criteria.
  • recommend_properties — Recommend properties that match a traveler profile.
  • get_data_freshness — Get data completeness and source freshness for a property.