DaDaPlay is a social travel platform for finding travel companions (找旅伴). This MCP server lets AI agents search and discover adventures posted by real users. Supports fuzzy text search (including Chinese), geospatial bounding-box search with date filtering, and browsing recent adventures. Perfect for helping users find people to travel with.
Overview
DaDaPlay is a social travel platform for finding travel companions (找旅伴). This MCP server lets AI agents search and discover real adventures posted by real users.
Tools
- list_adventures — Browse recent adventures
- search_adventures — Search by geographic bounding box + date range
- search_by_text — Fuzzy text search across titles, descriptions, locations, organizer names, and tags (supports Chinese)
Features
- 🌍 Geospatial search — find adventures by bounding box coordinates
- 🔍 Fuzzy text search — search in Chinese or English ("澳洲", "hiking Japan")
- 📅 Date filtering — filter by start/end date range
- 🔓 No auth required — public endpoint, no API key needed
- ⚡ MCP 2025-03-26 — full Streamable HTTP transport with JSON-RPC 2.0
Example Prompts
- "帮我找去澳洲的旅伴"
- "Find people going hiking in Japan this summer"
- "Any diving trips planned for 2026?"
Server Config
{
"mcpServers": {
"dadaplay": {
"url": "https://api.dadaplay.world/api/v1/mcp"
}
}
}