Travel MCP Server
io.github.greetwell/mcp
Documentation
Overview
Greetwell exposes a public, read-only Streamable HTTP MCP server for travel discovery.
Endpoint
https://mcp.greetwell.com/mcp/
Authentication
No authentication is required. The upstream docs say there are no API keys, no sign-up, and no rate limits.
Capabilities
search_activities: search activities and experiences by destination, keyword, or category.get_activity_details: return descriptions, images, pricing tiers, inclusions, and cancellation policy.check_availability: check real-time availability and current pricing for a specific activity.get_recommendations: return personalized recommendations by destination, interests, group size, and budget.
All tools are read-only and return structured data with booking links.
Limitations
- The server is remote-only; no local package install, CLI wrapper, or environment-variable configuration is documented.
- The manifest reports dynamic tools and no prompts or resources.
- Booking is handled through booking links rather than mutating MCP actions.
- No public source repository or downloadable source archive is linked from the upstream docs or manifest.
- Registry version remains
1.0.0; the upstream manifest reports service version0.1.0.
Setup
Use the endpoint directly from any MCP client that supports Streamable HTTP.
Notes
The upstream help center also describes booking, payment, and cancellation as handled outside the MCP server by Greetwell or service providers.
