
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
adu-zoning-mcp
Advanced tools
MCP server exposing Florida ADU zoning eligibility (address -> can you build an ADU?) powered by ADU Florida Info live county GIS data.
Ask any MCP-capable AI assistant "Can I build an ADU at 123 Main St, Tampa?" and have it answer with live, parcel-level Florida zoning data instead of guessing.
This is a Model Context Protocol server that exposes the ADU Florida Info eligibility engine as a tool. Florida has no statewide ADU law — whether you can build one is decided by each city or county, parcel by parcel — so this lookup is something a language model genuinely cannot do on its own.
check_adu_eligibility(address)Returns for a Florida address:
Likely / Possibly / Unlikely / UnknownThe server is hosted. Point any MCP client that supports remote/URL servers at:
https://www.adufloridainfo.com/api/mcp
(Streamable HTTP transport, JSON-RPC 2.0. No clone, no npm.)
cd mcp/adu-zoning-mcp
npm install
Add to claude_desktop_config.json:
{
"mcpServers": {
"adu-zoning": {
"command": "node",
"args": ["/absolute/path/to/mcp/adu-zoning-mcp/index.mjs"]
}
}
}
Restart Claude Desktop, then ask: "Use the ADU zoning tool to check 400 W Robinson St, Orlando FL."
| Env var | Default | Purpose |
|---|---|---|
ADU_API_BASE | https://www.adufloridainfo.com | API host (point at staging/local for dev) |
ADU_API_KEY | (none) | Bearer key, only if the API is running with key gating |
The server calls the public REST API (GET /api/v1/adu-eligibility?address=...), which wraps the same engine that powers the site's free checker. It queries live county ArcGIS parcel endpoints for the parcel's actual zoning classification. No data is stored for API/MCP lookups.
get_city_adu_rules(city) — full local ordinance summary without an addressget_county_zoning_source(county) — which GIS layer backs a county, and how authoritativeAutomated preliminary estimate from county GIS data — not legal or permitting advice. Confirm with the local planning department before building.
FAQs
MCP server exposing Florida ADU zoning eligibility (address -> can you build an ADU?) powered by ADU Florida Info live county GIS data.
The npm package adu-zoning-mcp receives a total of 13 weekly downloads. As such, adu-zoning-mcp popularity was classified as not popular.
We found that adu-zoning-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.