Geomelon

by 930m310n

Not rated
GitHub

About

A geographic data MCP covering cities, countries, regions, and languages — with multilingual support

Details

Author
930m310n
Categories
Search, Other
Tags
#geospatial, #data-analysis

Setup

Install Geomelon in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/930m310n/geomelon-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

MCP server for theGeomelongeographic API. Exposes cities, countries, regions, and languages as tools any MCP-compatible AI client can call.

Looking for other ways to integrate? See all official libraries atgeomelon.dev/libraries.

NoGEOMELON_API_KEY? Run the server anyway — it starts up with just thesearch_cities_autocompletetool, backed by the freeoneshot host, no signup required. Every other tool needs a key. This is the fastest way to try the server before subscribing on RapidAPI.

Geomelon also runs a public hosted instance of this same keyless demo — nonpx, no local process. Point any remote-MCP-capable client (Claude web/desktop connectors, ChatGPT connectors, MCP Inspector, etc.) at:

It exposes onlysearch_cities_autocomplete, same as running the server yourself with no API key. For the full 22-tool set, run your own instance (below) with your RapidAPI key.

Create a.envfile in the directory you'll run the server from:

cp .env.example .env # then edit .env and set GEOMELON_API_KEY

Start the server (dotenv loads.envautomatically):

claude mcp add --transport http geomelon http://localhost:3000/mcp

The server must be running whenever you use Claude Code. To use a different port setPORT=your_portand update the URL in theclaude mcp addcommand accordingly.

Add to~/Library/Application Support/Claude/claude_desktop_config.json:

{ "mcpServers": { "geomelon": { "command": "npx", "args": ["-y", "geomelon-mcp"], "env": { "GEOMELON_API_KEY": "your_rapidapi_key_here" } } } }
{ "geomelon": { "command": "npx", "args": ["-y", "geomelon-mcp"], "env": { "GEOMELON_API_KEY": "your_rapidapi_key_here" } } }
cp .env.example .env # set GEOMELON_API_KEY and PORT in .env

Then register with any MCP client usinghttp://your-host:3000/mcpas the URL.

The HTTP transport is stateless — each request is independent, no session management needed. CORS is wide open (Access-Control-Allow-Origin: *) since this transport is meant to be reachable by browser-based remote-MCP clients too.GET /(or/health) returns a small JSON status object — useful for uptime checks — reporting whether the instance has a key configured ("mode": "full"or"mode": "keyless-demo").

Oneshot prefix search (free, no API key)

Seegeomelon.dev/free-city-autocomplete-apifor supported country/language pairs and the underlying HTTP endpoint.

These tools chain multiple API calls internally to save round-trips.

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Free business data API and MCP server. Find restaurants, cafes, hotels, shops and 37+ business categories in any city worldwide. Uses OpenStreetMap data. No API key required. REST API + MCP Streamable HTTP endpoint.

Enhances LLMs with location-based services and geospatial data from OpenStreetMap.

Provides real-time Singapore transport data and routing information.

BatchData MCP (Real Estate & Contact Data)

Real Estate & Contact Enrichment Data MCP

IP2Location.io API integration to retrieve the geolocation information for an IP address.

Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.

Best people search engine that reduces the time spent on talent discovery.

Enable Similarity-Distance-Magnitude statistical verification for your search, software, and data science workflows

Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.