Travel MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Travel MCPfind me flights from New York to London"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dummy Travel MCP API
An MCP server with mock flight search data, available over either standard input/output (for local MCP clients) or Streamable HTTP (for remote clients).
Run locally
npm install
npm test
npm startThe default transport is HTTP at http://localhost:3000/mcp. To use standard input/output instead:
TRANSPORT=stdio npm startRelated MCP server: http-mcp-server
Call the HTTP endpoint
curl -i http://localhost:3000/healthMCP clients connect to http://localhost:3000/mcp.
Available tools: search_flights, search_hotels, get_recommendations, start_trip, add_to_trip, get_trip, and create_mock_booking.
start_trip, add_to_trip, and get_trip keep a trip draft in the running server process for multi-turn planning. create_mock_booking accepts only an explicit CONFIRM value and returns a fake booking; no purchase, reservation, or payment is ever made.
Make it available to ChatGPT
ChatGPT requires a publicly reachable HTTPS MCP endpoint; localhost alone is not connectable. Deploy this app to a host such as Render, Railway, Fly.io, or Cloud Run, set PORT if the host provides it, and use https://YOUR-DOMAIN/mcp as the server URL when creating a ChatGPT connector/app. If the selected ChatGPT setup requires OAuth, add an OAuth provider in front of this server or use the platform's supported no-auth/developer connection flow for testing.
Do not expose this demo publicly with any real booking/payment actions or secrets. All data and bookings in this server are mock-only.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA mock MCP server for testing MCP client implementations and development workflows. Supports tools, prompts, and resources across multiple transport protocols (stdio, HTTP, SSE).Last updated21MIT
- Alicense-qualityBmaintenanceMock HTTP server implementing MCP (Model Context Protocol) with streamable HTTP transport, health endpoint, and example tools like echo and time.Last updated269MIT
- AlicenseAqualityCmaintenanceMinimal TypeScript MCP server providing real flight and hotel search via SerpApi for a personal travel-planning agent.Last updated28MIT
- FlicenseCqualityCmaintenanceEnables AI assistants to search for flights, book them, check booking status, and cancel bookings using mock flight data with no API keys required.Last updated4
Related MCP Connectors
Geo-based flight search MCP server. Find more flights between any two places on earth
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RagnarLothbrok20/Travel-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server