India's public data, ready for your AI.
Weather, mandi prices, geocoding, pincodes, holidays, hospitals, BMTC buses, tourism, railways, open datasets — India's public APIs live across many agencies, each with its own formats and quirks. MonstarX unifies them into 118 tools any AI agent can call, through one endpoint, with no API keys. Stop writing integration glue. Start shipping India-smart products.
▶Live playground
Pick a tool, tweak the inputs, hit Run — the query goes straight to the live MCP server and streams back real India data. No sign-up, nothing to install. Try a one-click example to start:
01What you can build
A weekend hackathon or a production feature — these are all a few tool calls away.
Weather-aware apps
2h/24h/4-day forecasts, UV, rain, temperature, humidity, and AQI for Delhi, Mumbai, or any Indian city.
in_weather_24hin_air_qualityin_uv_indexMandi & markets
Daily variety-wise mandi prices, fuel VAT, LPG, and FX for research or agent workflows.
in_mandi_pricesin_fuel_prices_delhiin_fx_rateMaps & addressing
Pincode search, geocode, reverse-geocode, and elevation — India Post + Nominatim, no keys.
in_geocodein_postal_codein_elevationHealth & civic
Hospital directory, CGHS, holidays, earthquakes, and cyclone shelter datasets.
in_hospital_directoryin_holidaysin_earthquakesTransit & travel
BMTC buses, tourist places, monuments, hotels, and railway open datasets.
in_bus_stopsin_tourist_placesin_railway_route_kmOpen data explorer
Search data.gov.in, inspect resource metadata, and query tabular datasets.
in_datasets_searchin_dataset_query02Connect your agent
MonstarX India MCP is a remote HTTP server speaking the Model Context Protocol. Point any MCP-capable client at the endpoint — no auth handshake, it's stateless.
03Response format
Every call returns the payload twice — as a JSON string in content[0].text and as a parsed object in structuredContent (prefer this). Each payload wraps the data in a consistent provenance envelope so your agent always knows the source, agency and freshness.
| Field | Meaning |
|---|---|
| source | Upstream platform — data.gov.in, Open-Meteo, India Post, Nominatim, etc. |
| agency | Originating body — IMD-compatible feeds, CPCB, India Post, Digital India agencies, … |
| api | The specific upstream API that was queried. |
| license | Data licence / terms note when applicable. |
| retrieved_at | Server fetch time (UTC). Live timestamps inside payloads are often IST (+05:30). |
| data / results | The payload. List tools add context like total, shown, found. |
04Errors
Errors come back as a normal result with isError: true and a message in content[0].text — not as a transport-level failure. Invalid or missing arguments return MCP error -32602. An empty list is a valid "no matches", not an error.
05All 118 tools
Every tool is prefixed in_; required params are marked *. Hit Try in playground on any tool to load it above with a working example.