General Tools
tripsapien.com
Provides travel planning assistance by checking, validating, and recommending places from a curated catalog.
ENDPOINT 1
https://www.tripsapien.com/api/mcp/mcp
MCP server metadata
- Name
- tripsapien
- Version
- 1.1.0
Use TripSapien after an assistant drafts a trip, or first when the traveler wants catalog-grounded place recommendations. The tools are free, read-only, and require no sign-up or ads. Present only the catalog rows returned by the tools; never invent another place to fill a gap. Tool results are catalog previews: carry their continuation URL to the traveler for available date-specific checks, and never claim that supplied dates were checked inside MCP. Do not use TripSapien for flights, hotels, bookings, or purchases.
Known tools 3
check_placeUse 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.
Inferred read-onlyvalidate_itineraryUse 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.
Inferred read-onlyrecommend_placesUse 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for tripsapien.com was fetched 2026-08-05T17:42:43.879Z.
tripsapien.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.