← Registry

General Tools

citytaxis.in

Provides fare estimates and route information for CityTaxis.

1 endpoint7 known toolsFirst detected June 13, 2026Last detected August 22, 2026

ENDPOINT 1

https://www.citytaxis.in/api/mcp

No auth detected

MCP server metadata

Name
citytaxis
Version
1.0.0
Capabilities
tools
Server instructions

CityTaxis MCP server. Read tools (list_cities, list_cab_routes, list_cab_types, search_routes, get_fare_estimate) are public. Write tools (create_booking_intent, get_booking_status) require an OAuth 2.1 access token with scope `booking:write`. See https://www.citytaxis.in/developers for the OAuth flow.

Known tools 7

list_cities

List all cities CityTaxis serves (derived from the 26+ outstation routes).

Inferred read-only
list_cab_routes

List CityTaxis outstation routes with distance, time, and starting fare.

Inferred read-only
list_cab_types

List available cab types with seat capacity and a price multiplier.

Inferred read-only
search_routes

Find outstation routes that match a partial city name (pickup or drop).

Potential side effects
get_fare_estimate

Estimate fare from city A to city B for a cab type.

Inferred read-only
create_booking_intent

Create a booking intent.

Potential side effects
get_booking_status

Check the status of a booking intent.

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.citytaxis]
url = "https://www.citytaxis.in/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "citytaxis": {
      "type": "http",
      "url": "https://www.citytaxis.in/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: citytaxis
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": {
      "url": "https://www.citytaxis.in/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "citytaxis": {
      "type": "http",
      "url": "https://www.citytaxis.in/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "citytaxis",
  "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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for citytaxis.in was fetched 2026-08-03T14:18:49.886Z and is being refreshed.

Trust status Trusted

citytaxis.in is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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