HomeOther › mcp-server

mcp-server

US address verification, parsing, autocomplete, geocoding, and IP geolocation APIs.

TypeScript Cloud
★ 0 stars Last pushed 2026-06-28 License: MIT

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @sthan/mcp-server@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sthan/mcp-server@0.1.1"
      ],
      "env": {
        "STHAN_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • STHAN_API_KEY required secret — Your sthan.io API key (get one free at https://sthan.io/dashboard)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry