★ 0 stars
JavaScript
🤖 AI/LLM
Updated 18d ago
TypeScript SDK, MCP server, and CLI for sthan.io — US address verification, parsing, autocomplete, geocoding, and IP geolocation
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"sthan-io/mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-server npx -y sthan-io/mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"sthan-io/mcp-server"
]
}
}
}
Topics
address-autocompleteaddress-parseraddress-verificationclaudecursorgeocodingip-geolocationmcpmcp-servermodel-context-protocol