Travel planning MCP tools for airport research, route comparison, trip ideas, currency conversion, and disruption awareness.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
This server is confirmed live โ we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Travel Agent MCP.
list_travel_categoriesFREE live category guide from the ForgeMesh travel-agent backend. Use this first to see the available travel flows and choose the next useful call: free airport/timing/coverage tools or paid x402 planning services. Read-only, no account setup, no booking side effects.
plan_flight_routePlan one flight route between two airports. Use when a traveler wants a clear starting point for a specific origin and destination; use compare_airport_routes for multiple route choices, create_booking_link only when route details are already known, and get_airport_details only to validate one airport. Read-only, no account setup, no booking side effects. return_date is optional; omit it for one-way trips. Responses include route metadata and may include commission-eligible external booking links.
get_airport_detailsFREE look up details for one airport by IATA code. Use to validate or explain a single airport before route planning; use plan_flight_route for an actual trip route and compare_airport_routes for multiple origin-destination pairs. Read-only, no account setup, no external booking links, and no booking side effects.
compare_airport_routesCompare two or more airport route pairs side by side. Use when a traveler is choosing between alternate origins, destinations, or nearby airports; use plan_flight_route for one dated route and get_airport_details for a single airport lookup. Read-only, no account setup, no booking side effects. Responses may include commission-eligible external booking links for each route.
create_booking_linkCreate an external booking link for an already chosen route. Use after route details are known or after compare_airport_routes or plan_flight_route; use another planning tool first when the traveler still needs help choosing. Read-only, no account setup, no booking completion, and no reservation side effects. The returned link may be commission-eligible and is disclosed in output.
get_travel_timing_adviceFREE practical travel timing advice, including booking windows, airport arrival timing, layovers, and seasonal considerations. Use for questions like when to book or how early to arrive; use plan_flight_route when the traveler wants route planning. Read-only, no account setup, no external booking link, and no booking side effects.
The forgemeshlabs/travel-agent-mcp MCP server exposes travel planning and reference operations through MCP. Its free tools cover category discovery, airport information, route planning, route comparison, travel timing, reference-rate currency conversion, and requests for future local coverage. It also provides access to backend services for richer trip planning and disruption awareness.
The package does not complete reservations. Route tools may produce external booking links, and those links can be commission-eligible; the output discloses that status. Booking-link creation is limited to generating a link for a route that has already been selected.
A client can begin with list_travel_categories to identify the available travel flows. Free calls can then validate an airport, compare alternate airport pairs, estimate travel timing, convert currencies, or submit a coverage request for a place or local experience.
For more involved requests, the MCP connects to the ForgeMesh travel-agent backend. Paid x402 services cover day trips, weekend escapes, creator-oriented experiences, weather-aware planning, mobility options, and Travel Pulse disruption checks. The client may receive live service output or request metadata that an x402-capable client can use to retry and pay. Travel Pulse costs $0.01 per disruption and emergency-awareness check, allowing a client to check before departure and call again during a trip when appropriate.
The server does not retain payment keys. The backend uses fixed-price USDC payments on Base and provides x402-related metadata, including payment identifiers and signed offer or receipt support, according to the project documentation.
Install the published npm package globally with npm install -g @forgemeshlabs/travel-agent-mcp, or run it directly with npx -y @forgemeshlabs/travel-agent-mcp. For Claude Desktop, configure an MCP server named travel-agent with npx as the command and -y @forgemeshlabs/travel-agent-mcp as its arguments. The same command is documented for Codex, Hermes, and other MCP-capable runtimes.
The default backend is https://travel-agent.forgemesh.io. Set TRAVEL_AGENT_SERVER_URL if the process should use another backend endpoint. A local build can also be started with npm run build followed by node dist/index.js.
The forgemeshlabs/travel-agent-mcp MCP server includes these tool groups:
Free and paid capabilities are not equivalent. Backend planning and Travel Pulse calls may require an x402-capable client and payment, while local airport, route, timing, and booking-link operations can continue if the backend is unavailable.
Travel Pulse is informational, not emergency dispatch, staffed monitoring, insurance, or rescue support. Its results may be incomplete, delayed, or incorrect. Important safety decisions should be checked against official government, weather, transportation, venue, and emergency sources; emergencies should be directed to local emergency services.
Currency conversion provides reference-rate context rather than a transaction quote. The server has no account setup requirement, does not complete bookings, and does not create reservation side effects. External booking links may be commission-eligible and are disclosed in tool output.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/forgemeshlabs-travel-agent-mcp)<a href="https://allmcps.com/mcp/forgemeshlabs-travel-agent-mcp"><img src="https://allmcps.com/api/badge/forgemeshlabs-travel-agent-mcp?style=directory" alt="Travel Agent MCP on AllMCPs" /></a>