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
関連サーバー
Minima
Local RAG (on-premises) with MCP server.
Needle
Production-ready RAG out of the box to search and retrieve data from your own documents.
Java Conferences MCP Server
Provides information about Java conferences worldwide by parsing data from the javaconferences.github.io repository.
gnosis-mcp
Zero-config knowledge base for AI coding agents. Loads your markdown docs into a searchable database and exposes them as MCP tools — search, read, and manage documentation without leaving your editor. Works instantly with SQLite (no setup), upgrades to PostgreSQL + pgvector for hybrid semantic search. Includes skills for searching docs (/gnosis:search), health checks (/gnosis:status), doc management (/gnosis:manage), and first-time setup (/gnosis:setup). 6 MCP tools, 3 resources, FTS5 keyword search, 176 tests.
MCP Registry Server
A server for discovering and retrieving other MCP servers via MCPulse.
Haloscan MCP Server
An MCP server for interacting with the Haloscan SEO API.
Mevzuat MCP
Provides programmatic access to the Turkish Ministry of Justice Legislation Information System (mevzuat.gov.tr) for searching and retrieving legal texts.
BrowseAI Dev
Evidence-backed web research for AI agents. BM25+NLI claim verification, confidence scores, citations, contradiction detection. 12 MCP tools. Works with Claude Desktop, Cursor, Windsurf. Python SDK (pip install browseaidev), LangChain, CrewAI, LlamaIndex integrations. npx browseai-dev
NameChecker
Check the availability of domain names.
StatPearls
Fetches peer-reviewed medical and disease information from StatPearls.