Connects Claude to India's Open Government Data Platform (data.gov.in), giving you programmatic access to thousands of public datasets from Indian government ministries and departments. Part of the Pipeworx gateway, which means you can use the ask_pipeworx tool to query data in plain English rather than wrestling with API parameters. The repo is light on specifics about which datasets or search operations are exposed, but the gateway approach means you're tapping into census data, budget allocations, agricultural statistics, and other official records. Useful if you're building apps around Indian public policy, doing civic tech work, or need government datasets without manually downloading CSVs.
India Open Government Data (OGD) Platform MCP — data.gov.in
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"data-gov-in": {
"url": "https://gateway.pipeworx.io/data-gov-in/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Data Gov In data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json