Travel MCP
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 startCall 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.
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