quantaroute-geocoder
Verified Safeby mapdevsaikat
Overview
Provides Model Context Protocol (MCP) tools for geocoding addresses, performing location lookups, and processing DigiPin codes using the QuantaRoute Geocoding API.
Installation
npx -y git+https://github.com/mapdevsaikat/quantaroute-geocoder.gitEnvironment Variables
- QUANTAROUTE_API_KEY
Security Notes
No 'eval' or code obfuscation was found. API keys are handled securely via environment variables or request headers for outbound requests to the QuantaRoute API. Input validation is implemented for all exposed tools. The 'find_nearby_boundaries' tool gracefully handles its 'not yet implemented' status by returning an appropriate error message. Permissive CORS headers ('Access-Control-Allow-Origin: *') are configured, which is common for public APIs but means it accepts requests from any origin.
Similar Servers
mcp-server
Enables AI agents and applications with Mapbox's geospatial intelligence, including geocoding, routing, POI search, and map visualization.
gis-mcp
A Model Context Protocol (MCP) server that provides AI agents and LLMs with comprehensive GIS capabilities, enabling geospatial analysis, data gathering, and transformations through natural language.
opencage-geocoding-mcp
Provides geocoding and reverse geocoding capabilities using the OpenCage geocoding API via the Model Context Protocol (MCP).
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.