← yesican.app

INDIVIDUAL MCP TOOL

book_ride

Plan an accessible ride in the Ottawa–Gatineau area.

yesican.appnone authenticationAvailability not checked

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 endpoint

yesican.app

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.yesican-app]
url = "https://yesican.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "yesican-app": {
      "type": "http",
      "url": "https://yesican.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: yesican-app
Remote MCP URL: https://yesican.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": {
    "yesican-app": {
      "url": "https://yesican.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "yesican-app": {
      "type": "http",
      "url": "https://yesican.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "yesican-app",
  "transport": "streamable-http",
  "url": "https://yesican.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_rider_context — CALL THIS FIRST.
  • save_rider_preference — Remember the rider's preferred ride type for next time (in-memory only, ~24h, not linked to a real account).
  • estimate_fare — Estimate the fare (CAD), distance and ETA for an accessible ride in the Ottawa–Gatineau area before booking.
  • list_rides — List the four accessible ride types Yesican offers, with base price and per-km rate in CAD.
  • list_drivers — Aggregate, privacy-safe availability: how many approved accessible drivers are online now and what adaptive equipment is available.
  • run_smartmatch — Estimate driver availability near a pickup location in the Ottawa–Gatineau area.
  • fleet_summary — Platform-wide, privacy-safe statistics: approved drivers, drivers online now, completed rides, service area, and accessibility compliance.
  • mcp_server — Describe this MCP server: protocol version, capabilities, and the AI-discovery endpoints Yesican exposes.