← 1trip.app
INDIVIDUAL MCP TOOL
create_trip_skeleton
Create a complete trip skeleton with stops, activities grouped by day, transport legs, and budget estimates.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.get_visa_info— Get visa requirements for a destination based on passport nationality.get_local_tips— Get curated local insider tips for a city.suggest_itinerary_nearby— Suggest nearby day trips or weekend extensions from a given city.