# CityTaxis > CityTaxis (registered business name: CityTaxis Outstation Airport Taxis) is an > online cab service for outstation, airport, and city rides across Bokaro, Ranchi, > Jamshedpur, Indore, and 22+ other cities in India. Verified drivers, transparent > fares from ₹500, 24/7 support. Headquartered in Sector 4, Bokaro Steel City, Jharkhand. CityTaxis exposes an MCP (Model Context Protocol) server at https://www.citytaxis.in/api/mcp so AI agents can search routes, get fare estimates, list cab types, and initiate bookings on behalf of users. See https://www.citytaxis.in/developers for the full tool reference. ## Key information - **Phone**: +91-9798642711 (24/7) - **Email**: anand@citytaxis.in - **Service area**: Jharkhand (Bokaro, Ranchi, Jamshedpur, Dhanbad, Hazaribagh, Giridih, Ramgarh, Lohardaga, Chaibasa, Purulia), Madhya Pradesh (Indore, Ujjain, Omkareshwar, Bhopal), Delhi NCR, Mumbai/Pune, and 26+ outstation routes. - **Cab types**: Hatchback (4 seats, from ₹500), Sedan (4 seats, from ₹625), SUV (6–7 seats, from ₹800) - **Payment**: UPI, credit/debit cards, net banking, Google Pay, PhonePe, Paytm, cash - **Driver verification**: ID, license, and police verification on every driver - **One-way and round-trip**: both supported, one-way is the speciality - **Airport pickups**: Birsa Munda (IXR Ranchi), Devi Ahilyabai Holkar (IDR Indore), Sonari (Jamshedpur). Flight-tracked. 60-min free wait on arrivals. ## Core pages - [Home](https://www.citytaxis.in/): Booking widget + service overview - [All cab routes](https://www.citytaxis.in/cab-routes): 26+ outstation routes with fares and travel times - [Bokaro Taxi Service](https://www.citytaxis.in/bokaro-taxi-service): Bokaro Steel City cab service - [Ranchi Taxi Service](https://www.citytaxis.in/ranchi-taxi-service): Ranchi cab service, including Birsa Munda Airport - [Indore Taxi Service](https://www.citytaxis.in/indore-taxi-service): Indore cab service, including Ujjain and Omkareshwar - [Outstation cabs](https://www.citytaxis.in/services/outstation-travel): One-way and round-trip outstation service - [Airport cabs](https://www.citytaxis.in/services/airport-cab): Pre-booked airport pickups and drops - [City rides](https://www.citytaxis.in/services/city-rides): Hourly and full-day packages - [Sitemap](https://www.citytaxis.in/sitemap.xml): All indexable URLs - [Developers / MCP](https://www.citytaxis.in/developers): MCP server reference for AI agents ## Booking via MCP AI agents can connect to the CityTaxis MCP server at `https://www.citytaxis.in/api/mcp` (HTTP/SSE transport). Available tools: - `list_cities` — list cities CityTaxis serves - `list_cab_routes` — list outstation routes with fares - `list_cab_types` — list available cab types and capacities - `get_fare_estimate(from, to, cab_type)` — compute a fare for a custom origin/destination - `search_routes(query)` — find routes by partial city name - `create_booking_intent(...)` — initiate a booking and return a one-time URL where the customer completes OTP + payment in their browser - `get_booking_status(intent_id)` — check whether a booking intent was completed Authentication: read tools (`list_*`, `search_routes`, `get_fare_estimate`) are public — no token required. Write tools (`create_booking_intent`, `get_booking_status`) require an OAuth 2.1 access token (PKCE, scope `booking:write`). Dynamic Client Registration is supported, so AI clients can self-register without manual setup. See https://www.citytaxis.in/.well-known/oauth-authorization-server. Booking is two-step: the agent creates an intent, the human completes verification and payment via the returned URL. No card data or OTP ever transits the MCP boundary. ## Brand and tone CityTaxis is hands-on, direct, India-first. We use ₹ symbols, "outstation" (Indian English), and don't use surge pricing. We are not Uber/Ola — we focus on intercity and outstation, with one-way as the speciality.