← 1trip.app
INDIVIDUAL MCP TOOL
get_trip_insights
Analyze 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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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-app]
url = "https://mcp.1trip.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"1trip-app": {
"type": "http",
"url": "https://mcp.1trip.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 1trip-app
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-app": {
"url": "https://mcp.1trip.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"1trip-app": {
"type": "http",
"url": "https://mcp.1trip.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "1trip-app",
"transport": "streamable-http",
"url": "https://mcp.1trip.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
estimate_trip_cost— Estimate the total cost of a trip to any destination worldwide.generate_packing_list— Generate a personalized packing checklist based on the travel season and planned activities.list_destinations— List all available destinations with their base daily costs and budget tips.compare_destinations— Compare costs between two or more destinations side by side.get_travel_persona— Determine a travel personality type based on quiz answers.create_trip_skeleton— Create a complete trip skeleton with stops, activities grouped by day, transport legs, and budget estimates.get_visa_info— Get visa requirements for a destination based on passport nationality.get_local_tips— Get curated local insider tips for a city.