Travel MCP Server
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 MCP ServerFind flights from SFO to JFK for next Friday and book one using my profile."
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.
Travel MCP Server
A robust Model Context Protocol (MCP) server for flight bookings, payments, and company policies.
Features
Tools: Search flights, Book flights, Process payments.
Resources: User profiles, Pricing rules, Company policies.
Prompts: Standardized flight booking prompt.
Transport: Stdio (Standard Input/Output) - ready for local agents.
Related MCP server: mcp-flight-search
Installation
Prerequisites
Python 3.10 or higher
Setup
Clone this repository or download the source code.
No external dependencies are required for the server itself!
Usage
Running Locally
To test the server, you can run the main script directly. It listens on stdin.
python main.pyConnecting an Agent
If you are building an MCP Client (like a Gemini or Claude agent), point it to the main.py file with the python executable.
Example Command:
python main.pyLogic Flow
List Tools: Send
{"type": "list_tools"}Call Tool: Send
{"type": "call_tool", "tool": "...", "arguments": {...}}
File Structure
main.py: Entry point.protocol/: Protocol handling logic.tools/: Tool implementation (Flights, Payments, etc).resources/: Static or dynamic resources.
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
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that connects to Amadeus API, enabling AI assistants to search flights, analyze prices, find best travel deals, and plan multi-city trips.196MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol Server search realtime flight detail with multiple fligh carrier, price , stop , time duration for any given date using simple prompt43MIT
- AlicenseNot gradedqualityDmaintenanceA server that implements the Model Context Protocol (MCP) with StreamableHTTP transport, enabling standardized interaction with model services through a RESTful API interface.3222MIT
- FlicenseNot gradedqualityDmaintenanceAn interactive travel planning server that integrates flight searching, weather forecasting, and route calculation through external APIs like Amadeus and OpenWeather. It uses the Model Context Protocol to enable AI assistants to autonomously manage travel logistics and discover local services.
Related MCP Connectors
Geo-based flight search MCP server. Find more flights between any two places on earth
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
A Model Context Protocol server for Wix AI tools
Appeared in Searches
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/fahim-ux/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server