loading…
Search for a command to run...
loading…
MCP server for sthan.io - US address verification, parsing, autocomplete, forward/reverse geocoding, and IP geolocation. 8 tools, TypeScript, stdio transport. F
MCP server for sthan.io - US address verification, parsing, autocomplete, forward/reverse geocoding, and IP geolocation. 8 tools, TypeScript, stdio transport. Free tier, no credit card required.
MCP server for sthan.io — US address verification, parsing, autocomplete, forward/reverse geocoding, and IP geolocation. Use it from Claude Desktop, Claude Code, Cursor, VS Code, or any MCP-compatible client.
8 tools, TypeScript, stdio transport. Free tier, no credit card required.
sthan_verify_address — verify a US address is real and deliverable; returns standardized format, ZIP+4, DPV, residential/commercialsthan_parse_address — parse a freeform US address into structured componentssthan_autocomplete_address — type-ahead suggestions for full US addressessthan_autocomplete_city — type-ahead suggestions for US city namessthan_autocomplete_zipcode — type-ahead suggestions for US ZIP codessthan_geocode — US address → latitude/longitude with accuracy/confidencesthan_reverse_geocode — latitude/longitude → nearest US street addresssthan_ip_geolocation — IPv4/IPv6 → country, region, city, coordinates, timezonenpx @sthan/mcp-server
Get a free API key at https://sthan.io/dashboard, then set STHAN_API_KEY.
Add to your MCP config:
{
"mcpServers": {
"sthan": {
"command": "npx",
"args": ["@sthan/mcp-server"],
"env": { "STHAN_API_KEY": "your-key-here" }
}
}
}
| Package | Description |
|---|---|
| @sthan/mcp-server | MCP server for Claude Desktop, Cursor, VS Code |
| @sthan/core | TypeScript client for sthan.io APIs |
npm install
npm run build --workspaces
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sthan-io": {
"command": "npx",
"args": []
}
}
}