← citytaxis.in
INDIVIDUAL MCP TOOL
list_cab_routes
List CityTaxis outstation routes with distance, time, and starting fare.
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
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.citytaxis-in]
url = "https://www.citytaxis.in/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"citytaxis-in": {
"type": "http",
"url": "https://www.citytaxis.in/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: citytaxis-in
Remote MCP URL: https://www.citytaxis.in/api/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": {
"citytaxis-in": {
"url": "https://www.citytaxis.in/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"citytaxis-in": {
"type": "http",
"url": "https://www.citytaxis.in/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "citytaxis-in",
"transport": "streamable-http",
"url": "https://www.citytaxis.in/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_cities— List all cities CityTaxis serves (derived from the 26+ outstation routes).list_cab_types— List available cab types with seat capacity and a price multiplier.search_routes— Find outstation routes that match a partial city name (pickup or drop).get_fare_estimate— Estimate fare from city A to city B for a cab type.create_booking_intent— Create a booking intent.get_booking_status— Check the status of a booking intent.