ENDPOINT 1
https://www.citytaxis.in/api/mcp
MCP server metadata
- Name
- citytaxis
- Version
- 1.0.0
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_citiesList all cities CityTaxis serves (derived from the 26+ outstation routes).
Inferred read-onlylist_cab_routesList CityTaxis outstation routes with distance, time, and starting fare.
Inferred read-onlysearch_routesFind outstation routes that match a partial city name (pickup or drop).
Potential side effectsCONNECT 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.
citytaxis.in is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.