← Index

io.github.sthan-io/mcp-server

io.github.sthan-io/mcp-server·v0.1.1·Maps & Location
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sthan/mcp-server"
      ],
      "env": {
        "STHAN_API_KEY": "<your-sthan_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sthan/mcp-server"
      ],
      "env": {
        "STHAN_API_KEY": "<your-sthan_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @sthan/mcp-server
§02  Environment variables
STHAN_API_KEY
requiredsecret

Your sthan.io API key (get one free at https://sthan.io/dashboard)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Maps & Location