FIPS County Code Lookup — 3,231 US Counties
@easysolutions906
关于 FIPS County Code Lookup — 3,231 US Counties
Look up US county FIPS codes. Search by code, county name, or state. 3,231 counties. Used by mortgage, title, GIS, and government platforms.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fips": {
"command": "npx",
"args": [
"-y",
"@easysolutions906/mcp-fips"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is FIPS County Code Lookup?
FIPS County Code Lookup is an MCP (Model Context Protocol) server for retrieving US county information by FIPS code, county name, or state. It covers all 50 states, Washington D.C., and U.S. territories. The server is built for developers using MCP-compatible clients like Claude Desktop and Cursor, and also exposes a REST API for direct HTTP access.
How to use FIPS County Code Lookup?
Install via npx @easysolutions906/mcp-fips and configure the server in your MCP client’s configuration file (e.g., claude_desktop_config.json or .cursor/mcp.json). Four MCP tools are available: fips_lookup, fips_search, fips_state, and fips_stats. Optionally, set the PORT environment variable to run the server in HTTP mode, which provides REST endpoints for lookups, search, state listing, batch operations, and statistics.
Key features of FIPS County Code Lookup
- Lookup county by 5-digit FIPS code.
- Search counties by name with optional state filter.
- List all counties in a state by FIPS code or abbreviation.
- Retrieve database statistics and county counts per state.
- Supports both stdio (MCP) and HTTP (REST API) transports.
Use cases of FIPS County Code Lookup
- Verify the county name corresponding to a known FIPS code.
- Find all counties in a state by providing the state code.
- Search for a county when only the name is known, optionally narrowing by state.
- Batch lookup multiple FIPS codes in a single HTTP request.
- Quickly obtain summary statistics of the county dataset.
FAQ from FIPS County Code Lookup
What data source does the server use?
The server uses US Census Bureau FIPS county codes. You can regenerate the data by running npm run build-data to pull the latest census information.
Can I run FIPS County Code Lookup as an HTTP server?
Yes. Set the PORT environment variable to start the server in Streamable HTTP mode. The REST endpoints are documented in the README.
Which MCP clients are supported?
The server is tested with Claude Desktop and Cursor, configured via their respective mcpServers configuration files.
How many counties are covered?
The dataset includes all 50 states, Washington D.C., and U.S. territories, totaling 3,231 counties.
What transport options are available?
The default transport is stdio for use with MCP clients. HTTP transport is available by setting the PORT environment variable.
开发工具 分类下的更多 MCP 服务器
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论