MCP Server
MCP
io.github.themutherfvcker/adu-zoning
Check if a Florida address can build an ADU: county GIS zoning, eligibility verdict, local rules.
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
By
Comments
Sign in to leave a comment