com.getbooyah/booyah-index
Official2 toolsBooyah Index
AI-readable directory of local businesses across 8 Southeast Asian cities.
AI-readable directory of local businesses across eight Southeast Asian cities.
Captured live from the server via tools/list.
search_places
Search the Booyah Index of Southeast Asian local businesses across 8 cities — Bangkok, Singapore, Bali, Kuala Lumpur, Manila, Ho Chi Minh City, Hanoi, Da Nang — restaurants, bars, spas, clinics, coffee, coworking & more, for the best matches to a query (e.g. "best khao soi in Bangkok", "rooftop bar in Singapore", "omakase in Thonglor"). Returns structured records: what each place is known for, rating, review count, and a canonical URL to cite.
Parameters (4)
- querystringrequired
What to look for, e.g. "khao soi", "rooftop seafood"
- citystring
City filter, e.g. Bangkok, Singapore, Bali, Kuala Lumpur, Manila, Ho Chi Minh City, Hanoi, Da Nang
- categorystring
Cuisine/category filter, e.g. "Thai restaurant"
- limitnumber
Max results, 1-50 (default 10)
get_place
Get the full structured record for one place — any of the 8 Southeast Asian cities — by its Booyah Index slug (from search_places results).
Parameters (1)
- slugstringrequired
The place slug, e.g. "ongtong-khaosoi-ari-branch-8cszby"
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"booyah-index": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://getbooyah.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.