Census (ACS by ZIP)
Rank #15,683io.github.mcpwright/census-mcp
U.S. Census (ACS) data by ZIP: income, demographics, housing, education, from a local store.
Census (ACS by ZIP) is a Model Context Protocol (MCP) server published by mcpwright. It ranks #15,683 of 115,591 servers tracked on MCP Toplist. Census (ACS by ZIP) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 3, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 99,908 of 115,591 servers on MCP Toplist.
Use Census (ACS by ZIP)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add census-mcp -e "CENSUS_API_KEY=<your CENSUS_API_KEY>" -- uvx mcpwright-censusReplace each placeholder with your own value before saving.
[mcp_servers.census-mcp]
command = "uvx"
args = ["mcpwright-census"]
[mcp_servers.census-mcp.env]
CENSUS_API_KEY = "<your CENSUS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"census-mcp": {
"command": "uvx",
"args": [
"mcpwright-census"
],
"env": {
"CENSUS_API_KEY": "<your CENSUS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"census-mcp": {
"command": "uvx",
"args": [
"mcpwright-census"
],
"env": {
"CENSUS_API_KEY": "<your CENSUS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"census-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpwright-census"
],
"env": {
"CENSUS_API_KEY": "<your CENSUS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"census-mcp": {
"command": "uvx",
"args": [
"mcpwright-census"
],
"env": {
"CENSUS_API_KEY": "<your CENSUS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"census-mcp": {
"command": "uvx",
"args": [
"mcpwright-census"
],
"env": {
"CENSUS_API_KEY": "<your CENSUS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mcpwright%2Fcensus-mcp)<a href="https://mcptoplist.com/server/io.github.mcpwright%2Fcensus-mcp"><img src="https://mcptoplist.com/badge/io.github.mcpwright%2Fcensus-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mcpwright
Other servers by mcpwright
- EDGAR (SEC filings)#14,072 · 2 vers
- IRS SOI (income by ZIP)#17,343 · 2 vers
- FRED (economic data)#19,687 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Aug 20, 2026 |
| 0.1.0 | Jun 3, 2026 |
Frequently asked questions
- Who maintains Census (ACS by ZIP)?
- Census (ACS by ZIP) is maintained by mcpwright, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Census (ACS by ZIP) listed on the Official MCP Registry?
- Yes — Census (ACS by ZIP) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Census (ACS by ZIP) have?
- MCP Toplist tracks 2 versions of Census (ACS by ZIP), most recently published on Aug 20, 2026.
- Where can I find the source code for Census (ACS by ZIP)?
- The source code for Census (ACS by ZIP) is hosted at github.com/mcpwright/census-mcp.