You're viewing a demo portfolio

Join the waitlist
PRSM

search_datasets

Active

Tool of Datagov

declared in 0.1.0

Search U.S. government open datasets on Data.gov by keyword. Returns titles, descriptions, organizations, formats, and download URLs. Example: search_datasets("climate change", organization: "noaa-gov").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "climate change temperature"
    },
    {
      "tags": "demographics",
      "query": "census population",
      "organization": "census-gov"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "tags": {
      "type": "string",
      "description": "Filter by tag (e.g., \"health\", \"environment\")"
    },
    "query": {
      "type": "string",
      "description": "Search keywords (e.g., \"climate change\", \"census population\")"
    },
    "organization": {
      "type": "string",
      "description": "Filter by organization slug (e.g., \"noaa-gov\", \"epa-gov\", \"nasa-gov\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Datagov

https://github.com/pipeworx-io/mcp-datagov

2/7 registries
View full server →