AI-Powered Travel Planning: Simplify your trip planning with the Travel Industry's first Remote MCP Server for AI Assistants. Peek.com's amazing experiences cover every major destination worldwide, 300,000+ verified activities, and millions of authentic reviews. Let AI help you find the best experiences for your next trip. "Grandparents in town for weekend. Fun experiences for them and the grandki
Add this skill
npx mdskills install peek-travel/mcp-introWell-documented travel planning server with clear examples but overstated permissions
AI-Powered Travel Planning: Simplify your trip planning with the Travel Industry's first Remote MCP Server for AI Assistants.
Peek.com's amazing experiences cover every major destination worldwide, 300,000+ verified activities, and millions of authentic reviews. Let AI help you find the best experiences for your next trip.
https://mcp.peek.comPeek's MCP Server validates that the experience is actually available in the timeframe you're looking for and provides deep links making snapping up that last spot easy.
Also located in the server.json file in this repo.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "com.peek/mcp",
"description": "Build travel itineraries with Peek's 300k+ experiences. Search, details, and availability!",
"status": "active",
"version": "0.1.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.peek.com"
}
]
}
Organizing the perfect trip used to be a lot of work, involving many hours of research. However, thanks to generative AI assistants, building the perfect, personalized itinerary has become a breeze.
Today's AIs know everything about the city you're traveling to, its attractions, the quality of the hotels, and the hidden gems.
Planning the best things to do has remained an elusive challenge. Listed experiences often have out-of-date descriptions or are out of season or already booked out.
This is where the Peek.com Remote MCP Server comes in. It is a free service that makes your AI assistant smarter, giving it access to the greatest experiences with real-time availability and prices for a better trip planning experience.
MCP stands for Model Context Protocol. It is a standard originally introduced by Anthropic in Nov 2024. It is a tool that you can connect to your AI assistant. It allows your AI assistant to request and understand information about relevant experiences as based on your prompts.
Peek's MCP Server does not collect or store any personal information that you may have shared with your AI assistant. It is designed to answer requests around experience listings, availability, and pricing in an AI friendly format.
Offering the service as a remote service instead of a local tool makes it easier to use with your favorite AI assistant. As such, Peek's Remote MCP Server is a proprietary service. The code for this project is not open source at this time. For any feedback, please contact us using the Feedback Form.
Install via CLI
npx mdskills install peek-travel/mcp-introPeek.com Remote MCP Server is a free, open-source AI agent skill. AI-Powered Travel Planning: Simplify your trip planning with the Travel Industry's first Remote MCP Server for AI Assistants. Peek.com's amazing experiences cover every major destination worldwide, 300,000+ verified activities, and millions of authentic reviews. Let AI help you find the best experiences for your next trip. "Grandparents in town for weekend. Fun experiences for them and the grandki
Install Peek.com Remote MCP Server with a single command:
npx mdskills install peek-travel/mcp-introThis downloads the skill files into your project and your AI agent picks them up automatically.
Peek.com Remote MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.