← getbooyah.com

INDIVIDUAL MCP TOOL

search_places

Search the Booyah Index of Southeast Asian local businesses across 14 cities — Bangkok, Singapore, Bali, Kuala Lumpur, Manila, Ho Chi Minh City, Hanoi, Da Nang, Chiang Mai, Pattaya, Koh Samui, Koh Phangan, Phnom Penh, Yangon — restaurants, bars, spas, clinics, coffee, coworking & more, for the best matches to a query (e.g.

getbooyah.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

getbooyah.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.getbooyah-com]
url = "https://getbooyah.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: getbooyah-com
Remote MCP URL: https://getbooyah.com/api/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": {
    "getbooyah-com": {
      "url": "https://getbooyah.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_place — Get the full structured record for one place — any of the 14 Southeast Asian cities — by its Booyah Index slug (from search_places results).