geocoding-mcp
Provides forward geocoding using the OpenStreetMap Nominatim API, converting location queries into coordinates and address details.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@geocoding-mcpgeocode the Eiffel Tower"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
geo-coding-mcp
An MCP server for forward geocoding via the Nominatim API (OpenStreetMap). No API key required.
Usage
Claude CLI
claude mcp add --scope user geocoding -- npx -y geo-coding-mcpManual configuration
Add to your MCP config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"geocoding": {
"command": "npx",
"args": ["-y", "geo-coding-mcp"]
}
}
}Related MCP server: chuk-mcp-geocoder
Tool
geocode
Forward geocodes a free-form location query and returns matching places with coordinates and address details.
Parameters:
Name | Type | Required | Description |
| string | yes | Free-form search query, e.g. |
| number | no | Max results to return (1–40, default |
| string | no | Comma-separated ISO 3166-1 alpha-2 codes to filter by, e.g. |
| boolean | no | Include structured address breakdown (default |
| string | no | Bounding box to boost results: |
| boolean | no | Restrict results to within the viewbox (requires |
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
...Testing locally
npm run build
npx @modelcontextprotocol/inspector node ./build/index.jsLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesfiltness/geocoding-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server