← Back to Plugins
MCP Server MCP

io.github.adriancisnerosspeed-hub/civic-library-mcp

github By github 👁 1 views ▲ 0 votes

US civic & property data: geocoding, census tracts, Opportunity Zones, FEMA flood zones.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "civic-library-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Free Census API key (https://api.census.gov/data/key_signup.html). Required only for the get_tract_demographics tool; all other tools work with no key.",
          "isSecret": true,
          "name": "CENSUS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...