← Registry

Productivity

sailrides.co

Provides trip planning and comparison for ride-hailing and public transport (trotro) services, including place search and routing.

1 endpoint5 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://sailrides.co/mcp

No auth detected

MCP server metadata

Name
sail-rides
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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

search_places

Search for pickup or destination places.

Inferred read-only
resolve_place

Resolve a place ID from search_places to an exact name, address, and coordinates.

Inferred read-only
plan_trip

Compare ride-hailing and trotro options together.

Inferred read-only
compare_rides

Compare current ride-hailing prices and pickup times from the providers available through Sail.

Inferred read-only
plan_trotro_route

Plan public transport journeys by trotro, including fares, walking legs, transfers, and boarding instructions.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.