Geocoding
Provides geocoding services by integrating with the Nominatim API.
Geocoding MCP Server
This is a Model Context Protocol (MCP) server that provides geocoding services by integrating with the Nominatim API.
Installation
Requirements
- Node.js >= 18.0.0
- Cursor, Windsurf, Claude Desktop, Trae or another MCP Client
Install in Claude Desktop
Add this to your Claude Desktop claude_desktop_config.json file. See Claude Desktop MCP docs for more info.
{
"mcpServers": {
"geocoding": {
"command": "npx",
"args": [
"-y",
"@geocoding-ai/mcp"
]
}
}
}
License
Codebase: MIT
Documentation: GPLv2 / Nominatim developer community / Nominatim Manual
相关服务器
Perplexity Ask MCP Server
A connector for the Perplexity API to enable web search within the MCP ecosystem.
Hugeicons MCP Server
Search for icons from the Hugeicons library and get usage documentation.
Mevzuat MCP
Provides programmatic access to the Turkish Ministry of Justice Legislation Information System (mevzuat.gov.tr) for searching and retrieving legal texts.
Gemini DeepSearch MCP
An automated research agent using Google Gemini models and Google Search to perform deep, multi-step web research.
MCP-MCP
A meta-server for discovering and provisioning other MCP servers from a large database.
OpenSearch MCP Server
An MCP server for interacting with OpenSearch clusters.
eBird MCP Server
Query rich bird observation data from the eBird API using natural language.
Baidu Search
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
Docs MCP Server
Creates a personal, always-current knowledge base for AI by indexing documentation from websites, GitHub, npm, PyPI, and local files.
Console MCP Server
Bridge external console processes with Copilot by searching through JSON log files.