Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Booyah Index

com.getbooyah/booyah-index

AI-readable directory + commerce layer: 3,500+ SEA businesses, plus products from verified stores.

Uptime
100.0%
2 direct probes · 30d
Response
397ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

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 Pha…

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. Call this first if unsure which city name to pass as the `city` filter in search_places — avoids guessing at spelling or coverage.

search_products

Search published products, vouchers, experiences, memberships and digital goods sold by verified Booyah stores (distinct from search_places, which finds physical businesses). Read-only discovery: retu…

get_product

Get the full public record for one product by its stable id (e.g. "prod_3") or slug (from search_products). Includes price in integer minor units, availability, validity/redemption summary, seller sto…

get_store

Get one verified Booyah store by stable id ("store_1") or slug, with a capped list of its published products. Use after search_products to see everything a seller offers.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "booyah_index": {
      "url": "https://getbooyah.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}