Geocoding
Rank #23,331io.github.danishashko/geocode-mcp
Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.
Geocoding is a Model Context Protocol (MCP) server published by danishashko. It ranks #23,331 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Geocoding is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 2, 2026 and most recently updated on Jun 14, 2026.
Ranks ahead of 92,129 of 115,460 servers on MCP Toplist.
Use Geocoding
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add geocode-mcp -e "GEOCODE_USER_AGENT=<your GEOCODE_USER_AGENT>" -- npx -y geocode-mcpReplace each placeholder with your own value before saving.
[mcp_servers.geocode-mcp]
command = "npx"
args = ["-y", "geocode-mcp"]
[mcp_servers.geocode-mcp.env]
GEOCODE_USER_AGENT = "<your GEOCODE_USER_AGENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geocode-mcp": {
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<your GEOCODE_USER_AGENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geocode-mcp": {
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<your GEOCODE_USER_AGENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"geocode-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<your GEOCODE_USER_AGENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geocode-mcp": {
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<your GEOCODE_USER_AGENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geocode-mcp": {
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<your GEOCODE_USER_AGENT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.danishashko%2Fgeocode-mcp)<a href="https://mcptoplist.com/server/io.github.danishashko%2Fgeocode-mcp"><img src="https://mcptoplist.com/badge/io.github.danishashko%2Fgeocode-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
danishashko
Other servers by danishashko
- Yahoo Finance#5,927 · 2 vers
- Make MCP#19,259 · 2 vers
- FRED Economic Data#20,463 · 1 ver
- SEC EDGAR#23,330 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Jun 14, 2026 |
Frequently asked questions
- Who maintains Geocoding?
- Geocoding is maintained by danishashko, which publishes 5 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Geocoding listed on the Official MCP Registry?
- Yes — Geocoding is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Geocoding have?
- MCP Toplist tracks 1 version of Geocoding, most recently published on Jun 14, 2026.
- Where can I find the source code for Geocoding?
- The source code for Geocoding is hosted at github.com/danishashko/geocode-mcp.