zonerMCP

melbamorph/zonerMCP
★ 1 stars JavaScript 🤖 AI/LLM Updated today
ZonerMCP powers zoning lookups for AI agents. It’s a small, flexible MCP server that transforms street addresses into zoning data for Lebanon, NH, and can plug into any OpenAI Agent Builder or ChatKit workflow
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": {
    "zonermcp": {
      "command": "npx",
      "args": [
        "-y",
        "melbamorph/zonerMCP"
      ]
    }
  }
}

README Excerpt

A hardened Model Context Protocol (MCP) server for querying Lebanon, NH zoning and GIS layers from an ArcGIS FeatureServer. The server exposes a Streamable HTTP MCP endpoint at `POST /mcp`, applies a layer allowlist, filters returned fields, rate-limits callers, and requires explicit production security configuration.

Tools (20)

ADDRESS_LAYERALLOW_STATELESSARCGIS_BASE_URLCACHE_MAX_ENTRIESCACHE_TTL_SECONDSCORS_ALLOW_ORIGINSDELETEGETMAX_FIELDSMCP_BEARER_TOKENPORTPOSTRATE_LIMIT_AUTH_MULTIPLIERRATE_LIMIT_MAX_REQUESTSRATE_LIMIT_WINDOW_MSREQUIRE_AUTHZONING_LAYERdescribe_layerlist_layerslookup_zoning_by_address

Topics

agent-builderai-agentlocalgovmcpmcp-serveropenaiopenai-agents