← Back to Plugins
MCP Server MCP

Census (ACS by ZIP)

github By github 👁 1 views ▲ 0 votes

U.S. Census (ACS) data by ZIP: income, demographics, housing, education, from a local store.

Homepage Verified source GitHub

Install

uvx mcpwright-census

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcpwright-census",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Free Census API key (get one at https://api.census.gov/data/key_signup.html). Required for the one-time bulk download of the ACS dataset.",
          "isRequired": true,
          "format": "string",
          "name": "CENSUS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...