census-mcp

mcpwright/census-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for U.S. Census (ACS) data by ZIP — income, age, housing, education. Bulk-downloads to a local store; needs a free Census API key.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "census-mcp": {
      "command": "uvx",
      "args": [
        "census-mcp"
      ]
    }
  }
}

Or install with pip: pip install census-mcp

README Excerpt

<!-- mcp-name: io.github.mcpwright/census-mcp --> **U.S. Census data by ZIP code, inside your agent.** An [MCP](https://modelcontextprotocol.io) server that lets an LLM look up income, demographics, housing, and education for any ZIP — built on Anthropic's official [`mcp` Python SDK](https://github.com/modelcontextprotocol/python-sdk).

Tools (1)

CENSUS_API_KEY