API Tools
triplogistics.app
Searches and compares travel services such as car rentals, tours, transfers, eSIM plans, and luggage storage.
ENDPOINT 1
https://api.triplogistics.app/mcp
MCP server metadata
- Name
- trip-logistics-assistant
- Version
- 0.1.0
Known tools 6
search_car_rentalsFinds rental car options at an airport or city for specific dates: typical price ranges for the season (economy / compact automatic / SUV, all-inclusive) and a direct link to live offers with free cancellation from 1000+ suppliers.
Inferred read-onlysearch_transfersBooks private transfers: airport transfer / airport taxi / private driver / chauffeur, city-to-city rides, group minibuses.
Potential side effectssearch_esimFinds prepaid travel eSIM data plans for a destination country or region, with real catalog prices in USD: data packages by GB and validity days, incl.
Inferred read-onlysearch_luggage_storageFinds bookable luggage storage near the user's location: left luggage points in shops, cafes and hotels with a flat daily rate per bag and insurance included.
Inferred read-onlycheck_flight_compensationChecks if a disrupted flight qualifies for airline compensation (up to €600 per passenger under EU 261 and similar rules) and starts the claim.
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.trip-logistics-assistant]
url = "https://api.triplogistics.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trip-logistics-assistant": {
"type": "http",
"url": "https://api.triplogistics.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trip-logistics-assistant
Remote MCP URL: https://api.triplogistics.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": {
"trip-logistics-assistant": {
"url": "https://api.triplogistics.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trip-logistics-assistant": {
"type": "http",
"url": "https://api.triplogistics.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trip-logistics-assistant",
"transport": "streamable-http",
"url": "https://api.triplogistics.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.