Productivity
sailrides.co
Provides trip planning and comparison for ride-hailing and public transport (trotro) services, including place search and routing.
ENDPOINT 1
https://sailrides.co/mcp
MCP server metadata
- Name
- sail-rides
- Version
- 1.0.0
Use search_places, then resolve_place, before planning when the user gives place names instead of coordinates. Prefer plan_trip for multimodal comparisons. All tools are read-only and return estimates; never claim Sail booked, tracked, or cancelled a ride. Anonymous rate limits apply.
Known tools 5
resolve_placeResolve a place ID from search_places to an exact name, address, and coordinates.
Inferred read-onlycompare_ridesCompare current ride-hailing prices and pickup times from the providers available through Sail.
Inferred read-onlyplan_trotro_routePlan public transport journeys by trotro, including fares, walking legs, transfers, and boarding instructions.
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.sail-rides]
url = "https://sailrides.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sail-rides": {
"type": "http",
"url": "https://sailrides.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sail-rides
Remote MCP URL: https://sailrides.co/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": {
"sail-rides": {
"url": "https://sailrides.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sail-rides": {
"type": "http",
"url": "https://sailrides.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sail-rides",
"transport": "streamable-http",
"url": "https://sailrides.co/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.