
1trippulse
- gkcogz/OneTrip-Beta
1trip PULSE is an MCP server that provides 21 travel-planning tools spanning flights, hotels, visa, safety, and weather for AI agents.
About
1trip PULSE is a travel-focused MCP server that packages twenty-one planning tools—flights, hotels, visa guidance, safety signals, weather, and related trip logistics—behind a single npm-published server. developers building travel copilots, itinerary widgets, or lifestyle agents can register either local stdio or the hosted streamable-http endpoint to avoid stitching many travel APIs by hand. The catalog positions it under Build integrations because the value is wiring a rich tool bundle into your agent stack rather than running a generic business validation playbook. It is domain-narrow compared to dev-centric MCPs: best when your product story is trips, not when you only need a one-off flight quote. Complexity is beginner-to-intermediate for MCP setup; product design around trust, pricing, and data attribution remains on you.
- 21-tool AI travel planner exposed as MCP (flights, hotels, visa, safety, weather)
- Coverage messaging references 120+ cities
- npm package `1trippulse-mcp-server` at version 7.0.0
- Offers both stdio and streamable-http remote at `https://mcp.1trip.app/mcp`
- Suitable as a reference integration for conversational trip products
1trippulse by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add 1trippulse-mcp-server -- npx -y 1trippulse-mcp-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | 1trippulse-mcp-server |
|---|---|
| Transport | STDIO, HTTP |
| Auth | None |
| Repository | gkcogz/OneTrip-Beta ↗ |
What it does
Prototype or ship a travel-planning agent by calling 21 MCP tools for flights, hotels, visa, safety, and weather across 120+ cities.
Who is it for?
Best when you're creating travel agents, trip apps, or concierge demos and want a pre-built 21-tool MCP layer.
Skip if: Generic B2B SaaS founders with no travel vertical who only need lightweight calendar or maps tooling.
What you get
After you add the stdio or HTTP MCP server, your agent can call consolidated trip tools instead of custom integrations per data source.
- Access to 21 named travel-planning MCP tools
- Choice of local stdio or remote HTTP MCP transport
- City-scale trip research hooks for agent-driven UX
By the numbers
- 21 travel-planning tools advertised in server description
- 120+ cities referenced in marketing copy
- Server version 7.0.0 with dual transport (stdio and streamable-http)
Recommended MCP Servers
How it compares
Vertical travel-data MCP bundle, not a launch SEO skill or generic web automation server.
FAQ
Who is 1trip PULSE for?
Developers shipping AI travel experiences who want multi-domain trip tools exposed through MCP without negotiating each provider separately.
When should I use 1trip PULSE?
Use it during Build when you are integrating agent capabilities for itineraries, bookings research, or safety and visa questions in a travel product.
How do I add 1trip PULSE to my agent?
Install `1trippulse-mcp-server` from npm for stdio, or point your MCP client at the remote URL `https://mcp.1trip.app/mcp` for streamable-http.