loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-nominatim

MCP Tool

pipeworx-io/mcp-nominatim

MCP server for geocoding and reverse geocoding via OpenStreetMap Nominatim API

Install

$ npx loaditout add pipeworx-io/mcp-nominatim

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-nominatim": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-nominatim"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@pipeworx/mcp-nominatim

MCP server for geocoding and reverse geocoding via the OpenStreetMap Nominatim API. Free, no authentication required.

Tools

| Tool | Description | |------|-------------| | search_address | Forward geocode a free-form address or place name to coordinates | | reverse_geocode | Reverse geocode lat/lon coordinates to a human-readable address | | lookup | Look up OpenStreetMap objects by their OSM IDs |

Quickstart via Pipeworx Gateway
curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "nominatim__search_address",
      "arguments": { "query": "Eiffel Tower, Paris", "limit": 3 }
    },
    "id": 1
  }'
License

MIT

Tags

mcpmcp-servermodel-context-protocolnominatimpipeworx

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated14 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/pipeworx-io/mcp-nominatim)](https://loaditout.ai/skills/pipeworx-io/mcp-nominatim)