INDIVIDUAL MCP TOOL
validate_itinerary
Use this when a traveler already has an AI-generated or human-written itinerary and wants its named stops grounded against TripSapien's curated catalog before opening a full date-specific report.
LIVE ENDPOINT
https://www.tripsapien.com/api/mcp/mcp
Connect to this endpoint to inspect the live schema for validate_itinerary and invoke it with your own arguments.
Indexed 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 server
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.tripsapien]
url = "https://www.tripsapien.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tripsapien": {
"type": "http",
"url": "https://www.tripsapien.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tripsapien
Remote MCP URL: https://www.tripsapien.com/api/mcp/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": {
"tripsapien": {
"url": "https://www.tripsapien.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tripsapien": {
"type": "http",
"url": "https://www.tripsapien.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tripsapien",
"transport": "streamable-http",
"url": "https://www.tripsapien.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_place— Use this when a traveler wants one named stop grounded against TripSapien's curated catalog, with available identity, neighborhood, business-status, rating, review, and hours-on-file facts plus a continuation to date-specific checks.recommend_places— Use this when a traveler wants a short, catalog-grounded set of curated places for a destination, optionally shaped by TripSapien's canonical interests and low, mid, or high budget preference, with a continuation into the full planner.