HomeOther › geomelon-mcp

geomelon-mcp

MCP server for the Geomelon geographic API — stdio and remote HTTP transports

Official TypeScript Cloud
★ 1 stars Last pushed 2026-07-17

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "geomelon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GEOMELON_API_KEY": "<YOUR_VALUE>",
        "PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • GEOMELON_API_KEY secret — Your RapidAPI key for Geomelon. Optional: without it the server runs in keyless demo mode, exposing only the free search_cities_autocomplete tool.
  • PORT secret — Port to run HTTP MCP on

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.930m310n/mcp

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry