Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

India Open Data

БесплатноНе проверен

India's Open Government Data platform for public datasets, via Pipeworx gateway.

GitHubEmbed

Описание

India's Open Government Data platform for public datasets, via Pipeworx gateway.

README

India Open Government Data (OGD) Platform MCP — data.gov.in

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
resource_data Fetch records from any India Open Government Data (data.gov.in) resource by its resourceId. Supports pagination, per-field filtering, field projection, and sorting. The resourceId is the UUID shown on a dataset's page on data.gov.in (and in its API URL, e.g. api.data.gov.in/resource/). Example resourceId 9ef84268-d588-465a-a308-a864a43d0070 is "Current Daily Price of Various Commodities from Various Markets (Mandi)" with fields like state, district, market, commodity, variety, grade, arrival_date, min_price, max_price, modal_price. Use resource_meta first if you do not know a resource's field ids.
resource_meta Fetch the schema/metadata for a data.gov.in resource by resourceId: title, publishing org, sector, last-updated time, and the list of fields (each with name, id, type). Use this to discover the filterable/sortable field ids before calling resource_data. The resourceId is the UUID from the dataset's page on data.gov.in.

Quick Start

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 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

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.

More

License

MIT

from github.com/pipeworx-io/mcp-data-gov-in

Установить India Open Data в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install india-open-data

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add india-open-data -- npx -y @pipeworx/mcp-data-gov-in

Пошаговые гайды: как установить India Open Data

FAQ

India Open Data MCP бесплатный?

Да, India Open Data MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для India Open Data?

Нет, India Open Data работает без API-ключей и переменных окружения.

India Open Data — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить India Open Data в Claude Desktop, Claude Code или Cursor?

Открой India Open Data на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare India Open Data with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development