tigerweb
Enables access to US Census Bureau TIGERweb geographic boundary data, returning GeoJSON for states, counties, census tracts, places, ZCTAs, and congressional districts.
README
TIGERweb MCP Server
MCP server for accessing US Census Bureau TIGERweb geographic boundary data. Returns GeoJSON for states, counties, census tracts, places, ZCTAs, and congressional districts.
Installation
npm install
npm run build
Configuration
Add to your Claude settings (.claude/settings.local.json or project settings):
{
"mcpServers": {
"tigerweb": {
"command": "node",
"args": ["/Users/shawndrake/.claude/mcp-servers/tigerweb/dist/index.js"]
}
}
}
Available Tools
get_states
Get GeoJSON boundaries for US states.
stateFips(optional): Comma-separated state FIPS codes (e.g., '12' for Florida)includeGeometry(optional): Whether to include coordinates (default: true)
get_counties
Get GeoJSON boundaries for US counties.
stateFips: State FIPS code to get all counties in that statecountyGeoid: Specific 5-digit county GEOID (e.g., '12083' for Marion County, FL)includeGeometry(optional): Whether to include coordinates
get_tracts
Get census tract boundaries within a county.
countyGeoid(required): 5-digit county GEOIDincludeGeometry(optional): Whether to include coordinates
get_places
Get city/town boundaries within a state.
stateFips(required): State FIPS codeplaceName(optional): Filter by name (partial match)includeGeometry(optional): Whether to include coordinates
get_zcta
Get ZIP Code Tabulation Area boundaries.
zcta(required): Comma-separated ZCTA codes (e.g., '32601,32606')includeGeometry(optional): Whether to include coordinates
get_congressional_districts
Get congressional district boundaries.
stateFips(required): State FIPS codedistrict(optional): Specific district numberincludeGeometry(optional): Whether to include coordinates
list_layers
List all available geographic layer types with descriptions and examples.
FIPS Code Reference
| State | FIPS |
|---|---|
| Alabama | 01 |
| California | 06 |
| Florida | 12 |
| New York | 36 |
| Texas | 48 |
County GEOIDs are 5 digits: state FIPS (2) + county FIPS (3). Example: 12083 = Florida (12) + Marion (083).
Data Source
All data comes from the US Census Bureau's TIGERweb REST Services: https://tigerweb.geo.census.gov/arcgis/rest/services/
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.