
Geomelon Mcp
Let Claude Code or Cursor call Geomelon geographic lookups from the agent without hand-rolling HTTP clients.
Overview
geomelon-mcp is an MCP server for the Build phase that connects coding agents to the Geomelon geographic API over stdio or HTTP.
What is this MCP server?
- Stdio MCP transport via npm package geomelon-mcp (v1.0.8)
- Optional remote HTTP MCP with PORT env for non-stdio hosts
- Requires GEOMELON_API_KEY (RapidAPI secret) on every run
- Exposes Geomelon geographic API tools to any MCP-compatible agent
- Published from github.com/930m310n/geomelon-mcp
- Package version 1.0.8 on npm identifier geomelon-mcp
- Two transports: stdio and optional HTTP via PORT
- One required secret env: GEOMELON_API_KEY
Community signal: 1 GitHub stars.
What problem does it solve?
Agents cannot reliably call proprietary geo APIs unless you paste docs and curl examples into every session.
Who is it for?
Indie builders adding maps, geocoding, or location search to an app while staying inside Claude Code or Cursor.
Skip if: Teams that need offline/openstreetmap-only stacks or cannot budget a RapidAPI Geomelon key.
What do I get? / Deliverables
After registration, your agent can invoke Geomelon geographic tools with your RapidAPI key configured once.
- Agent-callable Geomelon geographic tools over MCP
- Stdio or HTTP MCP transport for local or remote agents
Recommended MCP Servers
Journey fit
Geocoding and place data land when you wire external APIs into the product, not during idea research alone. This server is a thin MCP bridge to RapidAPI-hosted Geomelon, which is classic third-party integration work.
How it compares
MCP geographic API bridge, not a map widget or agent skill for product discovery.
Common Questions / FAQ
Who is geomelon-mcp for?
Solo and indie developers shipping location-aware web or mobile products who want MCP-native access to Geomelon through RapidAPI.
When should I use geomelon-mcp?
Use it during Build when you integrate place search, geocoding, or geo enrichment and want the agent to call Geomelon with typed tools.
How do I add geomelon-mcp to my agent?
Install the npm package geomelon-mcp, set GEOMELON_API_KEY to your RapidAPI key, add the server to your MCP config with stdio (or HTTP plus PORT), then restart the agent.