← sailrides.co

INDIVIDUAL MCP TOOL

plan_trotro_route

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

sailrides.conone authenticationAvailability not checked

LIVE ENDPOINT

https://sailrides.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for plan_trotro_route 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

sailrides.co

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.

Related tools

  • search_places — Search for pickup or destination places.
  • resolve_place — Resolve a place ID from search_places to an exact name, address, and coordinates.
  • plan_trip — Compare ride-hailing and trotro options together.
  • compare_rides — Compare current ride-hailing prices and pickup times from the providers available through Sail.