Loading MCP server directory, please wait...
US address verification, parsing, autocomplete, geocoding, and IP geolocation APIs.
npx @getmcp/cli add io.github.sthan-io/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
STHAN_API_KEYYour sthan.io API key (get one free at https://sthan.io/dashboard)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sthan-io/mcp-server": {
"command": "npx",
"args": [
"-y",
"@sthan/mcp-server"
],
"env": {
"STHAN_API_KEY": ""
}
}
}
}