mcpbeat Sign in

930m310n MCP Server

local only

930m310n runs on your own machine — the client starts it, so there is no endpoint to ping. 136 installs a week from npm. Last commit 17 Jul 2026.

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

Installs per day peak 433 · avg 38 · +11% w/w
a month agotoday
136
Installs / week
npm · geomelon-mcp
1
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository 930m310n/mcp
пакет geomelon-mcp ссылается на 930m310n/geomelon-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y geomelon-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "geomelon-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "geomelon-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "geomelon-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "geomelon-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GEOMELON_API_KEY (Your RapidAPI key for Geomelon), PORT (Port to run HTTP MCP on). The author declared them in the registry entry; get the values from the project itself.

Alternatives to 930m310n

same job, measured the same way
Geomelon MCP
by 930m310n

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

local only
mcp-belgium
by lacausecrypto

Single MCP server for Belgian public transport, statistics, open data, and geospatial services.

43 installs/wk local only
Opencage Geocoding MCP
by opencagedata

MCP server for OpenCage geocoding API

26 installs/wk local only
naia GEO Autopilot
by naia

Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.

41 installs/wk answering
Switzerland MCP 🇨🇭
by vikramgorla

Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates.

332 installs/wk local only
MCP Ip2location Io
by ip2location

IP Geolocation MCP server that query the geolocation information using IP2Location.io API.

57 installs/wk local only
PLAXIS
by yixuanzhong

Windows-local MCP server for PLAXIS 2D Remote Scripting: geometry, staged construction, results.

118 installs/wk local only
My MCP Server
by alpic-gueguesser-chatgptap-68537aa2

Geography Guesser game

4 tools answering

930m310n — questions

Answers built from our own checks of this server.

Why is there no uptime for 930m310n?
930m310n runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package geomelon-mcp was installed 136 times last week.
How do I connect 930m310n?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls geomelon-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use 930m310n?
The npm package geomelon-mcp was installed 136 times in the last week. Week over week that is +11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is 930m310n open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.