districts-mcp
Verified Safeby SaadAJ
Overview
Provides geographic data and distance calculation tools for Riyadh districts via an MCP and HTTP server.
Installation
python -m src.mainEnvironment Variables
- SERVICE_NAME
- DEBUG
Security Notes
No 'eval' or similar dangerous patterns observed. No hardcoded API keys or sensitive external secrets. Input validation for MCP tools is handled by Pydantic. District data is hardcoded within the repository, minimizing external data source risks. The service exposes a health check endpoint and MCP tools over HTTP; standard network security practices apply if exposed publicly.
Similar Servers
amap-mcp-server
This server provides a set of tools for interacting with Gaode Maps (Amap) APIs, including geocoding, location services, route planning, distance measurement, and POI search.
opencage-geocoding-mcp
Provides geocoding and reverse geocoding capabilities using the OpenCage geocoding API via the Model Context Protocol (MCP).
KOLADA-MCP
Provides LLMs and AI chatbots with direct access to over 5,000 Key Performance Indicators and statistical data for all 290 Swedish municipalities and 21 regions from the Kolada API.
OSM-GeoJSON-MCP-Server
This server fetches OpenStreetMap data via the Overpass API, converts it to GeoJSON format, and provides it through a Model Context Protocol (MCP) interface, with an option to save large datasets to local files.