mcpbeat Sign in

Quantaroute Geocoder MCP Server

by mapdevsaikat Your server? Claim it
local only

Quantaroute Geocoder runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 12 Feb 2026.

Geocode addresses, lookup administrative boundaries, and process DigiPin codes for India

Installs per day peak 12 · avg 5 · +0% w/w
a month agotoday
24
Installs / week
npm · @quantaroute/mcp-server
0
Stars
0 open issues
12 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Quantaroute Geocoder every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 quantaroute-geocoder -- npx -y @quantaroute/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quantaroute-geocoder": {
      "args": [
        "-y",
        "@quantaroute/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.quantaroute-geocoder]
command = "npx"
args = ["-y", "@quantaroute/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "quantaroute-geocoder": {
      "args": [
        "-y",
        "@quantaroute/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "quantaroute-geocoder": {
      "args": [
        "-y",
        "@quantaroute/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: QUANTAROUTE_API_KEY (QuantaRoute API key (get from quantaroute.com or use: free_test_key_hash_12345)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Quantaroute Geocoder

same job, measured the same way
Denialbot
by edgeedgehq

Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.

33 installs/wk local only
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
Pine Script v6 Documentation
by paulieb89

Pine Script v6 documentation lookup, function validation, and linting for AI code generation

281 installs/wk 10 tools answering
C
Postal Codes
by invokera

Postal code lookup with place names and coordinates for 60+ countries. Via Zippopotam.us.

1 tools answering
Hungarian Postcode Validator
by unbearabledev

Hungarian postcode lookup + validation - 3,484 codes, sub-10ms lookups, bulk address endpoint.

answering
Project Knowledge MCP
by batook22

Cross-project knowledge graph for MCP — map features across mobile, backend, and admin codebases.

34 installs/wk local only
Vector DB MCP
by kroq86

Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.

local only
Icdwise
by qinisolabs

Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses.

62 installs/wk local only

Quantaroute Geocoder — questions

Answers built from our own checks of this server.

Why is there no uptime for Quantaroute Geocoder?
Quantaroute Geocoder 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 @quantaroute/mcp-server was installed 24 times last week.
How do I connect Quantaroute Geocoder?
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 @quantaroute/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Quantaroute Geocoder?
The npm package @quantaroute/mcp-server was installed 24 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Quantaroute Geocoder open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.