Rangefind MCP Server
Rangefind is a static search engine for large sites that cannot or should not It builds a sparse inverted index into static files, then lets the browser query that index with HTTP Range requests. The core idea is simple: keep the logical search shards small, but pack them into a small number of static files so deploys and cold starts stay practical.
People connecting maps & location tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-13 · ★ 2 · #31 OF 56 MAINTAINED MAPS & LOCATION · VERIFIED 2026-08-25
MIT · JavaScript servers · how we verify → /methodology
01 · Install Rangefind
before you install - you'll need
The README does not document required environment variables for a basic install.
Claude Code
claude mcp add xjodoin-rangefind -- npx -y rangefind-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"xjodoin-rangefind": {
"command": "npx",
"args": [
"-y",
"rangefind-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package rangefind-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.xjodoin is GitHub-verified and matches the repo owner
03 · What Rangefind can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v0.5.0 · 2026-08-11
First release since the published 0.4.24 tag diverged from main - it carries every engine change that landed after it (21 files, ~3,100 lines across src/ and types/), plus everything that accumulated under Unreleased…
v0.4.24 · 2026-08-10
Country-scale road overlays are now partitioned into lazy, range-addressed top-cell slices instead of one multi-gigabyte object. The builder uses exact-size binary encoding and adaptive hierarchy widths; route, matrix…
v0.4.23 · 2026-08-10
Fixes country-scale inter-region road extraction failures caused by V8's maximum JSON string length. Federation portal candidates are now persisted as bounded-memory binary columns at 16 bytes per candidate, with…
04 · Who maintains Rangefind
rangefind is maintained by xjodoin. It's the only MCP server we track from this author; the repo dates to Apr 2026.
05 · Facts
- repository
- github.com/xjodoin/rangefind
- category
- maps & location - ranked #31 of 56 actively-maintained maps & location servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-11)
- registry
- io.github.xjodoin/rangefind (active, first published 2026-07-14)
- packages
- npm:rangefind-mcp
06 · Rangefind FAQ
What is Rangefind?
Rangefind is a static search engine for large sites that cannot or should not It builds a sparse inverted index into static files, then lets the browser query that index with HTTP Range requests. The core idea is simple: keep the logical search shards small, but pack them into a small number of static files so deploys and cold starts stay practical.
Is Rangefind still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-13 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
How do I install Rangefind?
Run `npx -y rangefind-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.
Does Rangefind run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Rangefind
Alternatives to Rangefind
Maintained maps & location servers if Rangefind isn't the fit.
- Not Fair Google Ads Hosted Google Ads MCP with OAuth, 117 tools, MCC routing, image assets, and approval-gated writes. ★ 3,399 · 2026-08-22
- Google Maps MCP Server 18 Google Maps tools for AI agents - geocode, search, directions, weather, and more. ★ 434 · 2026-08-16
- Mapbox MCP Server Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc. ★ 352 · 2026-08-21
- Brasil API MCP server for BrasilAPI - CEP, CNPJ, banks, FIPE, holidays, weather ★ 269 · 2026-08-12
- Monkeymcp MCP server providing monkey data, journeys, and location services for various monkey species. ★ 123 · 2025-10-10
- Platform AI Google Maps Platform Code Assist MCP ★ 105 · 2026-08-18
More maps & location MCP servers · PH Civic Data · Aiseo Audit · Clarigrid · Mappls MCP · Visibly AI - SEO MCP Server
More JavaScript MCP servers · HackTricks MCP Server · Xquik MCP Server · Wiff · OpenClaw MCP Ecosystem · Time MCP · see all