Geocoding Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Geocoding Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server for forward geocoding via the Nominatim API (OpenStreetMap). No API key required.
claude mcp add --scope user geocoding -- npx -y geo-coding-mcpAdd to your MCP config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"geocoding": {
"command": "npx",
"args": ["-y", "geo-coding-mcp"]
}
}
}geocodeForward geocodes a free-form location query and returns matching places with coordinates and address details.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
q | string | yes | Free-form search query, e.g. "221B Baker Street, London" |
limit | number | no | Max results to return (1–40, default 5) |
countrycodes | string | no | Comma-separated ISO 3166-1 alpha-2 codes to filter by, e.g. "gb,us" |
addressdetails | boolean | no | Include structured address breakdown (default true) |
viewbox | string | no | Bounding box to boost results: "x1,y1,x2,y2" (min_lon,min_lat,max_lon,max_lat) |
bounded | boolean | no | Restrict results to within the viewbox (requires viewbox) |
Example response:
Geocoding results for: Big Ben, London
Found 3 result(s)
==================================================
[1] Big Ben, Westminster Bridge Road, Lambeth, London, Greater London, England, SE1 7PB, United Kingdom
Lat: 51.5007325 Lon: -0.1246254
Type: tourism/attraction (importance: 0.7654)
Address: tourism: Big Ben, road: Westminster Bridge Road, city: London, postcode: SE1 7PB, country: United Kingdom
...npm run build
npx @modelcontextprotocol/inspector node ./build/index.jsMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.