Are you the author? Sign in to claim
Travel Agent MCP with free travel tools plus live x402 Travel Pulse and trip-planning services.
Canonical travel-agent MCP server for Glama, Claude Desktop, Codex-style agent workflows, Hermes, and other MCP clients.
It helps answer the travel questions people keep coming back to: where should I go, which airport makes sense, when should I book, what is worth doing nearby, and what should I check before or during the trip?
Agents can start with free travel tools, then call live x402 services when the traveler needs deeper planning or a trip disruption check that is cheap enough to run whenever awareness matters.
Start free: category discovery, airport checks, timing advice, currency conversion, and local coverage requests.
Then add paid travel intelligence when it matters: penny-priced Travel Pulse disruption checks, day-trip and weekend planning, creator experiences, transit options, weather-aware planning, flight-route comparisons, and external booking links.
$0.01 for one disruption and emergency-awareness check. The user or their agent can run it before departure, then run another check during the trip whenever they want updated awareness.$0.01 check before a trip, with optional follow-up checks during the trip when the user or agent asksUse this MCP when an agent needs a travel conversation that can keep going:
list_travel_categories to see what is available.convert_currency, get_airport_details, and get_travel_timing_advice as free utility calls.request_local_coverage when a town, ritual, route, or creator angle should be watched or added.check_trip_disruptions before departure, then have the user or their agent call it again during the trip if they want hourly or event-driven updates.Travel Pulse gives an app, policy workflow, concierge desk, or agentic travel assistant a penny-priced check for the question that matters before and during a trip: should this traveler know something right now?
It is not a staffed rescue operation, emergency dispatch, insurance product, or replacement for official instructions. Results can be incomplete, delayed, or wrong. Travelers and agents should verify important safety decisions with official government, weather, transportation, venue, and emergency sources. In an emergency, contact local emergency services immediately.
It is a practical awareness layer that an AI or client app can call before departure and during the trip to look for disruption, emergency, weather, water, route, or destination concerns.
That makes it easy to package as a feature: "we check your trip before you leave, and your assistant can check again while you travel." The partner controls when to call it, how often to call it, and what to do with the result.
This is built for practical travel awareness, not booking hype:
This repo is tuned for public discovery and agent selection:
@forgemeshlabs/travel-agent-mcptravel-agenthttps://travel-agent.forgemesh.io$0.01 disruption and emergency-awareness check agents can run before departure, then call again during the trip when the user wants another checkglama.json and GLAMA.mdnpm install -g @forgemeshlabs/travel-agent-mcp
Add this to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"travel-agent": {
"command": "npx",
"args": ["-y", "@forgemeshlabs/travel-agent-mcp"]
}
}
}
Restart Claude Desktop after saving the config, then ask Claude to plan or compare travel routes.
Codex, Hermes, and other MCP-capable agent runtimes can use the same server command:
npx -y @forgemeshlabs/travel-agent-mcp
npm run build
node dist/index.js
The MCP works as a local planning tool and connects to the ForgeMesh travel-agent backend for free discovery, free coverage requests, and paid x402 planning services.
TRAVEL_AGENT_SERVER_URL=https://travel-agent.forgemesh.io npx -y @forgemeshlabs/travel-agent-mcp
If the backend is unavailable, local airport, route, timing, and booking-link tools still work. Backend-powered tools return the request URL and x402 metadata so clients that can pay with x402 can retry directly.
For the companion docs or site that renders this package:
robots.txt that allows public documentation to be crawled and points at the sitemap.noindex on the public README, docs landing page, or endpoint summary pages.See docs/discovery.md for the maintainer-facing checklist.
list_travel_categoriesplan_flight_routeget_airport_detailscompare_airport_routescreate_booking_linkget_travel_timing_advicecreator_experiencesplan_day_tripplan_weekend_getawayplan_weather_aware_tripfind_transit_optionscheck_trip_disruptionsconvert_currencyrequest_local_coverageUse list_travel_categories first when an agent wants the lay of the land. It is the free map of what the backend can do next:
The category guide is free, fast, and useful when an agent needs the next travel step: ask a better follow-up, request new coverage, or hand the traveler to a paid x402 service when the moment is worth it.
These calls make the package easy to try and useful enough to keep installed:
list_travel_categories for discoveryget_airport_details for quick validationget_travel_timing_advice for timing contextconvert_currency for free reference-rate spending contextrequest_local_coverage for adding towns, rituals, source sets, and creator anglesThe free calls let agents validate a place, price a rough spend, collect intent, and come back later with richer day-trip, weekend, creator, weather, mobility, and disruption guidance.
check_trip_disruptions is the simple paid check for an important travel question: what should this traveler know before they go, or before they make the next move?
Each call is one on-demand check. Use it before departure, then have the user or their agent call it again during the trip if they want hourly, daily, or event-driven updates. An agent can check for weather alerts, natural events, water or flood context, and destination disruptions, then decide whether to reassure the traveler, suggest a calm backup, or check again later.
At $0.01 per call, it is cheap enough for the moments where travel-risk awareness used to feel too expensive to automate: before departure, after a storm shifts, when a route changes, or while a traveler is already moving.
It is not emergency services and it does not replace official instructions. Results can be incomplete, delayed, or wrong. Verify important safety decisions with official government, weather, transportation, venue, and emergency sources. In an emergency, contact local emergency services immediately.
Its job is practical perception of safety: keep the agent aware enough to notice when something may deserve a second look.
Travel Pulse and the other travel tools provide informational travel awareness and planning support only. They do not provide emergency response, evacuation, rescue, medical advice, legal advice, insurance coverage, or official government guidance.
Outputs may be incomplete, delayed, inaccurate, or unavailable. Travelers, agents, partners, and apps should verify safety-critical decisions with official sources, local authorities, carriers, venues, and emergency services. In an emergency, call the appropriate local emergency number immediately.
The MCP sends paid planning requests to the live ForgeMesh x402 server:
plan_day_trip -> GET https://travel-agent.forgemesh.io/api/day-trip-planplan_weekend_getaway -> GET https://travel-agent.forgemesh.io/api/weekend-getawaycreator_experiences -> GET https://travel-agent.forgemesh.io/api/creator-experiencescheck_trip_disruptions -> GET https://travel-agent.forgemesh.io/api/travel-pulseplan_weather_aware_trip -> GET https://travel-agent.forgemesh.io/api/weather-aware-planfind_transit_options -> GET https://travel-agent.forgemesh.io/api/transit-providersThe paid services are where the answer gets richer: trip-shaped briefs, weather and movement awareness, creator-ready story arcs, practical tradeoffs, and useful next checks.
The hosted backend advertises its protocol details at https://travel-agent.forgemesh.io/.well-known/x402.json and /openapi.json.
Current live implementation highlights:
exact payments in USDC on Basepayment-identifier support for retry-safe client requestsThis package uses generic language for provider integrations. Tool responses may include external booking links and commission-eligible links. Booking completion happens with booking partners outside this MCP server. Paid planning is provided by the public ForgeMesh x402 travel-agent backend.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows