Tigerweb
БесплатноНе проверенEnables access to US Census Bureau TIGERweb geographic boundary data, returning GeoJSON for states, counties, census tracts, places, ZCTAs, and congressional di
Описание
Enables access to US Census Bureau TIGERweb geographic boundary data, returning GeoJSON for states, counties, census tracts, places, ZCTAs, and congressional districts.
README
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/
Установка Tigerweb
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/shawndrake2/mcp-tigerwebFAQ
Tigerweb MCP бесплатный?
Да, Tigerweb MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Tigerweb?
Нет, Tigerweb работает без API-ключей и переменных окружения.
Tigerweb — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Tigerweb в Claude Desktop, Claude Code или Cursor?
Открой Tigerweb на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Tigerweb with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
