Back to Home
melbamorph icon

zonerMCP

Verified Safe

by melbamorph

Overview

This server acts as a Model Context Protocol (MCP) tool wrapper for an ArcGIS FeatureServer, enabling AI agents to look up zoning information by coordinates or address for a specified location.

Installation

Run Command
npm start

Environment Variables

  • ARCGIS_BASE_URL

Security Notes

The project demonstrates good security practices by explicitly requiring `ARCGIS_BASE_URL` to be stored as a secret (environment variable) and preventing hardcoding. It includes payload validation with configurable limits and basic SQL injection prevention (`replace(/'/g, "''")`) for address queries. CORS is enabled for all origins, which is acceptable for a public API tool. There are no obvious 'eval' or direct arbitrary command execution patterns in the provided source.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-12-06

Tags

MCPOpenAI Agent BuilderAI ToolGeospatialNode.js