Back to Home
jonpspri icon

n7m-mcp

Verified Safe

by jonpspri

Overview

Provides AI assistants with geocoding, reverse geocoding, and OpenStreetMap object lookup capabilities via the Model Context Protocol.

Installation

Run Command
uvx n7m-mcp

Environment Variables

  • N7M_NOMINATIM_BASE_URL
  • N7M_REQUEST_TIMEOUT
  • N7M_USER_AGENT
  • N7M_LOG_LEVEL

Security Notes

The server uses `httpx` for external API calls to Nominatim, and internally enforces Nominatim's rate limit of 1 request per second. Input parameters are type-hinted and validated using Pydantic models for API responses. No `eval` or obvious obfuscation found. Environment variables are used for configuration, preventing hardcoded secrets. The HTTP client instance is managed correctly for async operations. The primary external dependency is OpenStreetMap's Nominatim service.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2025-11-23

Tags

GeocodingOpenStreetMapNominatimMCPLocation Search