You're viewing a demo portfolio

Join the waitlist
PRSM

resource_data

Active

Tool of Data Gov In

declared in 0.1.0

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/<resourceId>). 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.

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey",
    "resourceId"
  ],
  "properties": {
    "sort": {
      "type": "object",
      "description": "Optional sort spec mapped to sort[field]=direction, where direction is \"asc\" or \"desc\", e.g. {\"modal_price\":\"desc\"}.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "limit": {
      "type": "number",
      "description": "Max records to return (default 10). The API caps page size; use offset to page."
    },
    "fields": {
      "type": "string",
      "description": "Optional comma-separated list of field ids to return (projection), e.g. \"state,commodity,modal_price\"."
    },
    "offset": {
      "type": "number",
      "description": "Records to skip for pagination (default 0)."
    },
    "_apiKey": {
      "type": "string",
      "description": "data.gov.in API key"
    },
    "filters": {
      "type": "object",
      "description": "Per-field exact-match filters, mapped to filters[field]=value query params. Field ids come from the resource schema (see resource_meta), e.g. {\"state\":\"Punjab\",\"commodity\":\"Apple\"}.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "resourceId": {
      "type": "string",
      "description": "The dataset resource UUID from its data.gov.in page (e.g. \"9ef84268-d588-465a-a308-a864a43d0070\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Data Gov In

https://github.com/pipeworx-io/mcp-data-gov-in

1/7 registries
View full server →
resource_data — Data Gov In — PRSM MCP