Verifies, parses, autocompletes, and geocodes US addresses, plus IPv4 and IPv6 geolocation through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent â or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag â we're steadily working through the catalog.
đĄ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
sthan_verify_addressVerify a US address is real and deliverable. Returns standardized format, ZIP+4, DPV, residential/commercial.
sthan_parse_addressParse freeform US address text into structured components (street number, name, type, direction, unit, city, state, zip).
sthan_autocomplete_addressSuggest complete US addresses from partial input. Sub-100ms.
sthan_autocomplete_citySuggest US cities from partial input, with state code.
sthan_autocomplete_zipcodeSuggest US ZIP codes from partial input.
sthan_geocodeUS address â latitude/longitude with accuracy + confidence.
The sthan-io/mcp-server MCP server connects an MCP-compatible AI client to sthan.io location APIs. Its eight tools cover two related areas: US postal and geographic data, plus IP geolocation.
Address verification checks whether a US address is real and deliverable. The response can include a standardized address, ZIP+4, delivery point validation (DPV), and a residential or commercial classification. Parsing handles freeform US address text and separates fields such as street number, street name, street type, direction, unit, city, state, and ZIP code.
The autocomplete tools return suggestions for partial US addresses, cities, and ZIP codes. Forward geocoding converts a US address into latitude and longitude, with an accuracy classification and confidence score. Reverse geocoding finds the nearest US street address for coordinates and reports the distance in meters. IP geolocation accepts IPv4 or IPv6 and returns country, region, city, coordinates, timezone, and postal code information.
The server uses the MCP stdio transport. An MCP client launches the npm package locally, and the server calls the sthan.io API using the configured API key. The repository identifies the MCP package as @sthan/mcp-server; its separate @sthan/core package is a TypeScript SDK for direct API use rather than the MCP server itself.
Autocomplete is intended for typeahead-style use and is described as having sub-100ms response times. Geocoding responses include metadata that helps an agent distinguish more precise results, such as rooftop data, from less precise classifications such as approximate results.
Install or launch the server with npx -y @sthan/mcp-server in an MCP client configuration. Set STHAN_API_KEY to a key obtained from the sthan.io dashboard. The documentation describes development keys using the sthan_test_* prefix and production keys using sthan_live_*.
STHAN_API_URL is optional and can override the default API base URL, which is https://api.sthan.io. The README provides configurations for Claude Desktop, Claude Code, Cursor, and VS Code, and states that the server works with Windsurf and other MCP-compatible clients.
A local source checkout can also be built with npm workspaces. After building, the repository documents running node packages/mcp-server/dist/index.js with STHAN_API_KEY set.
The sthan-io/mcp-server MCP server exposes these tools:
sthan_verify_address validates deliverability and returns postal details.sthan_parse_address extracts components from freeform US address text.sthan_autocomplete_address suggests complete US addresses.sthan_autocomplete_city suggests US cities with state codes.sthan_autocomplete_zipcode suggests US ZIP codes.sthan_geocode converts a US address to coordinates with accuracy and confidence data.sthan_reverse_geocode finds a nearby US street address from coordinates.sthan_ip_geolocation looks up location data for IPv4 or IPv6 addresses.The documented address operations are specifically for the United States. Running the server requires an sthan.io API key, although the README describes a free tier that does not require a credit card. The server depends on the sthan.io APIs for its address, geocoding, and IP location results, so the optional API URL setting is useful only when a different compatible base URL is needed.
The project is released under the MIT license. The repository describes the package as TypeScript-based and publishes it through npm.
Factual signals from GitHub, npm, and our automated checks â not a rating.
No reviews yet â be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sthan-io-mcp-server)<a href="https://allmcps.com/mcp/sthan-io-mcp-server"><img src="https://allmcps.com/api/badge/sthan-io-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>