← Back to Plugins
MCP Server MCP

io.github.sthan-io/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @sthan/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@sthan/mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your sthan.io API key (get one free at https://sthan.io/dashboard)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "STHAN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...