Productivity
1trip.app
Provides travel planning tools including cost estimation, packing lists, destination comparisons, and personality quizzes.
ENDPOINT 1
https://mcp.1trip.app/mcp
MCP server metadata
- Name
- 1trip-pulse
- Version
- 8.3.0
Known tools 29
generate_packing_listGenerate a personalized packing checklist based on the travel season and planned activities.
Inferred read-onlylist_destinationsList all available destinations with their base daily costs and budget tips.
Inferred read-onlycreate_trip_skeletonCreate a complete trip skeleton with stops, activities grouped by day, transport legs, and budget estimates.
Potential side effectsget_visa_infoGet visa requirements for a destination based on passport nationality.
Inferred read-onlysuggest_itinerary_nearbySuggest nearby day trips or weekend extensions from a given city.
Inferred read-onlyget_weather_forecastGet live weather forecast for a city on a specific date or date range (up to 16 days ahead).
Inferred read-onlyconvert_currencyConvert between currencies using live exchange rates (150+ currencies).
Inferred read-onlyget_blog_recommendationsGet relevant travel blog article recommendations from 1trip based on a topic, destination, or travel interest.
Inferred read-onlyvalidate_tripValidate a trip skeleton for data quality, logical consistency, and completeness.
Inferred read-onlyget_trip_insightsAnalyze a trip and return actionable intelligence: budget pulse (where money goes), pace analysis (rushed vs relaxed), cost optimization opportunities, risk flags, and data confidence report.
Inferred read-onlyget_trendingDiscover what destinations are trending based on real user searches and trip planning data.
Inferred read-onlyget_trip_alertsProactive travel intelligence: cross-references your destination and travel dates with events, seasonal data, safety warnings, visa requirements, and weather patterns.
Inferred read-onlyset_trip_contextSet or update the trip planning context for the current session.
Potential side effectsget_sponge_statsGet statistics about 1trip's Sponge Learning System — how many real user routes have been absorbed, activities discovered, tips extracted, and cities enriched.
Inferred read-onlysave_to_plannerCreate a trip plan and save it directly to the 1trip web planner.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.1trip-pulse]
url = "https://mcp.1trip.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"1trip-pulse": {
"type": "http",
"url": "https://mcp.1trip.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 1trip-pulse
Remote MCP URL: https://mcp.1trip.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"1trip-pulse": {
"url": "https://mcp.1trip.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"1trip-pulse": {
"type": "http",
"url": "https://mcp.1trip.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "1trip-pulse",
"transport": "streamable-http",
"url": "https://mcp.1trip.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for 1trip.app was fetched 2026-08-31T18:44:22.017Z.
1trip.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.