← Back to Plugins
MCP Server MCP

US Government Data

github By github 👁 1 views ▲ 0 votes

US government open-data APIs as MCP tools: EPA, FEMA, USGS, NOAA, FDIC, HUD, CMS and more.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "gov-data-mcp",
      "version": "1.0.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Apify API token, from https://console.apify.com/settings/integrations. Runs are billed to this account at each tool's published pay-per-result rate; the free tier covers evaluation.",
          "isRequired": true,
          "isSecret": true,
          "name": "APIFY_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...