← getbooyah.com

INDIVIDUAL MCP TOOL

get_product

Get the full public record for one product by its stable id (e.g.

getbooyah.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://getbooyah.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_product and invoke it with your own arguments.

Indexed 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 server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "booyah-index",
  "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

  • 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.
  • 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).
  • list_cities — List every city covered by the Booyah Index with its place count.
  • search_products — Search published products, vouchers, experiences, memberships and digital goods sold by verified Booyah stores (distinct from search_places, which finds physical businesses).
  • get_store — Get one verified Booyah store by stable id ("store_1") or slug, with a capped list of its published products.