sthan-io/mcp-server

πŸ—ΊοΈ Location Services
0 Views
0 Installs

πŸ“‡ ☁️ - US address verification, parsing, autocomplete, forward/reverse geocoding, and IP geolocation via sthan.io APIs. 8 tools, free tier available. npx @sthan/mcp-server

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "sthan-io-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sthan-io-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Sthan MCP Server

npm version License: MIT

MCP server for sthan.io β€” give your AI assistant the ability to verify, parse, autocomplete, and geocode US addresses, and look up IP geolocation. Works with Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and any MCP-compatible client.

8 tools Β· TypeScript Β· stdio transport Β· Free tier, no credit card required.


Why use it

  • Real US postal data β€” addresses are verified against authoritative postal records, not heuristics. Returns delivery point validation (DPV), ZIP+4, residential/commercial flag.
  • Sub-100ms autocomplete β€” typeahead-grade response times for address, city, and ZIP suggestions.
  • Strong geocoding β€” forward geocoding returns accuracy classification (rooftop / interpolated / centroid / approximate) plus a confidence score, so your AI knows when to trust the result.
  • IPv4 + IPv6 geolocation β€” country, region, city, coordinates, timezone, postal code.
  • Free tier with no credit card β€” get a key in under a minute at sthan.io/dashboard.

Tools

ToolWhat it does
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.
sthan_reverse_geocodeLatitude/longitude β†’ nearest US street address with distance in meters.
sthan_ip_geolocationIPv4 or IPv6 β†’ country, region, city, coordinates, timezone, postal code.

Quick start

1. Get a free API key

Sign up at sthan.io and create a key from the dashboard. No credit card.

2. Add to your MCP client

Claude Desktop / Claude Code (~/.claude/mcp.json or project .claude/mcp.json):

{
  "mcpServers": {
    "sthan": {
      "command": "npx",
      "args": ["-y", "@sthan/mcp-server"],
      "env": { "STHAN_API_KEY": "sthan_test_your_key_here" }
    }
  }
}

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "sthan": {
      "command": "npx",
      "args": ["-y", "@sthan/mcp-server"],
      "env": { "STHAN_API_KEY": "sthan_test_your_key_here" }
    }
  }
}

VS Code (settings.json):

{
  "mcp.servers": {
    "sthan": {
      "command": "npx",
      "args": ["-y", "@sthan/mcp-server"],
      "env": { "STHAN_API_KEY": "sthan_test_your_key_here" }
    }
  }
}

Example prompts

Once configured, just ask your AI assistant naturally:

  • "Is 123 Main St, New York, NY 10001 a real, deliverable address?"
  • "Parse this address: apt 2b 500 broadway new york ny"
  • "What are the coordinates of 1600 Pennsylvania Ave, Washington DC?"
  • "What's the nearest address to 40.7128, -74.0060?"
  • "Where is IP 8.8.8.8 located?"
  • "Suggest US cities starting with 'San Fr'."

Environment variables

VariableRequiredDescription
STHAN_API_KEYYesYour sthan.io API key (sthan_test_* for development, sthan_live_* for production)
STHAN_API_URLNoOverride base URL (default: https://api.sthan.io)

Packages

This monorepo publishes two packages:

PackagenpmPurpose
@sthan/mcp-servernpmThe MCP server itself β€” the binary that your client launches
@sthan/corenpmTypeScript SDK for direct programmatic use of sthan.io APIs

Development

git clone https://github.com/sthan-io/mcp-server.git
cd mcp-server
npm install
npm run build --workspaces

Then run the server with STHAN_API_KEY=sthan_test_... node packages/mcp-server/dist/index.js.

Links

License

MIT β€” see LICENSE.

Related MCP Servers

930m310n/geomelon-mcp

πŸŽ–οΈ πŸ“‡ ☁️ - Cities, countries, regions, and languages with multilingual names (50 languages) and a free keyless autocomplete tool. Also runs a public hosted instance at https://mcp.geomelon.dev/mcp, no signup required.

πŸ—ΊοΈ Location Services0 views
APOGEOAPI/apogeoapi-mcp

πŸ“‡ ☁️ - Geographic data and live exchange rates: 250+ countries, 5K+ states, 150K+ cities, IP geolocation, and 161 currency rates in one MCP server. Requires APOGEOAPIKEY.

πŸ—ΊοΈ Location Services0 views
bamwor-dev/bamwor-mcp-server

πŸ“‡ ☁️ - World geographic data for AI agents. 261 countries with 20+ statistics and 13.4M cities with population, coordinates, and timezone. Powered by Bamwor API.

πŸ—ΊοΈ Location Services0 views
baphometnxg/aloha-fyi-mcp

πŸ“‡ ☁️ - First dedicated Hawaii tourism MCP server. 2,583 bookable tours from Viator, GetYourGuide, Klook, and Groupon, plus 579 events across 70+ venues on Oahu, Maui, Big Island, and Kauai. Results ship with affiliate booking links. Hosted Streamable HTTP endpoint β€” no install required. Powered by aloha.fyi.

πŸ—ΊοΈ Location Services0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.