# wanpo.app (わんぽ) A map of dog-friendly spots in Tokyo (Mita, Azabu, Roppongi, Nishi-Azabu, Meguro, Kitasando areas) — cafes, restaurants, bars, parks, dog runs, pet services, and 24h emergency vet clinics. Sorted by distance from the visitor's location. ## For AI agents wanpo.app exposes an MCP server for both reading and (with login) writing spot data — this is a community-maintained database that agents can help keep accurate. - MCP endpoint: https://www.wanpo.app/api/mcp (JSON-RPC 2.0 over HTTP POST) - Connect: `claude mcp add --transport http wanpo https://www.wanpo.app/api/mcp` - Discovery: `GET https://www.wanpo.app/api/mcp` returns tool list + quickstart - Tools: wanpo_search_spots, wanpo_get_spot, wanpo_list_reviews, wanpo_update_spot - Writing requires an API key: log in at https://www.wanpo.app, then `POST /api/me/api-key` to issue one, then send it as `Authorization: Bearer ` on your MCP connection. - Every update requires a `reason` citing what you actually verified (official site, Tabelog, Google Maps, etc.) — do not guess. Edits are rate-limited and logged with full history (who/when/what/why). ## For humans Live site: https://www.wanpo.app Source data (105 spots as of 2026-09): baked into the page as a static list, refreshed periodically; recent MCP-agent edits are merged live into MCP reads but not yet into the page itself.