← Back to Plugins
MCP Server MCP

io.github.themutherfvcker/adu-zoning

github By github 👁 1 views ▲ 0 votes

Check if a Florida address can build an ADU: county GIS zoning, eligibility verdict, local rules.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.adufloridainfo.com/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "adu-zoning-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API host override",
          "name": "ADU_API_BASE"
        },
        {
          "description": "Bearer key, only if API key gating is enabled",
          "name": "ADU_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...