loading…
Search for a command to run...
loading…
A Model Context Protocol server that enables flight searching, booking, and payment processing. It also provides access to resources like user profiles, pricing
A Model Context Protocol server that enables flight searching, booking, and payment processing. It also provides access to resources like user profiles, pricing rules, and company travel policies.
A robust Model Context Protocol (MCP) server for flight bookings, payments, and company policies.
To test the server, you can run the main script directly. It listens on stdin.
python main.py
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.py
{"type": "list_tools"}{"type": "call_tool", "tool": "...", "arguments": {...}}main.py: Entry point.protocol/: Protocol handling logic.tools/: Tool implementation (Flights, Payments, etc).resources/: Static or dynamic resources.Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"travel-mcp-server": {
"command": "npx",
"args": []
}
}
}