tigerweb
Provides access to US Census Bureau TIGERweb geographic boundary data via ArcGIS REST services, returning GeoJSON for states, counties, census tracts, places, ZCTAs, and congressional districts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tigerwebget GeoJSON for Florida counties"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 buildRelated MCP server: OSM-GeoJSON-MCP-Server
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/
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables access to U.S. Census Bureau data including demographics, population, income, and housing statistics. Users can query specific variables, search datasets, and retrieve geographic FIPS codes across various surveys like the American Community Survey and Decennial Census.Last updated1
- FlicenseAqualityCmaintenanceEnables querying OpenStreetMap data (buildings, roads, amenities, etc.) via Overpass API and converts them to GeoJSON format for GIS analysis and visualization.Last updated86
- AlicenseAqualityDmaintenanceProvides forward/reverse geocoding, bounding box extraction, nearby places discovery, batch geocoding, route waypoints, and administrative boundary lookup using OpenStreetMap data.Last updated10Apache 2.0
- Alicense-qualityCmaintenanceProvides access to the U.S. Census Bureau Geocoding Services API, enabling geocoding addresses, reverse geocoding coordinates, and retrieving Census geographies without an API key.Last updatedMIT
Related MCP Connectors
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Query real-time and historical USGS water data from ~8,000 stream gages and groundwater wells.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shawndrake2/mcp-tigerweb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server