io.github.xjodoin/rangefind
NPM · RANGEFIND-MCP · SCANNED AUG 3
Search rangefind static indexes: full-text, geo, autocomplete, facets - no server, just files.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to xjodoin/rangefind). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 19 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 686 tokens (~171/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 76% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · rangefind-mcp
claude mcp add xjodoin-rangefind -- npx -y rangefind-mcp
codex mcp add xjodoin-rangefind -- npx -y rangefind-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"xjodoin-rangefind": {
"type": "local",
"command": [
"npx",
"-y",
"rangefind-mcp"
],
"enabled": true
}
}
} openclaw mcp add xjodoin-rangefind --command npx --arg -y --arg rangefind-mcp
mcp_servers:
xjodoin-rangefind:
command: "npx"
args: ["-y", "rangefind-mcp"] {
"mcpServers": {
"xjodoin-rangefind": {
"command": "npx",
"args": [
"-y",
"rangefind-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +57
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: xjodoin/rangefind security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 28 Jul 26 +19
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 76 functional
- First check of Schema quality: unverified functional
- First check of Schema quality: fail functional
- First check of Schema quality: fail functional
- 27 Jul 26 24
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- xjodoin/rangefind
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/xjodoin/rangefind/.github/workflows/publish.yml@refs/heads/main
- Rekor log index:
- 2168646706
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:a828b17a4e35f5f19c1272a8e385cfc911ca588136f672b28cf559dcfebc90fd8281220887d2ec62ebab9a58b716d09e8c6e98141169cfdd61655df11
- Discovery method:
- attestation_endpoint
Dependencies 96 packages
96 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
rangefind_count Exact match count ~124
Exact number of documents matching a text query, without fetching results. Cheaper than rangefind_search when only the total matters.
| Name | Type | Req | Description |
|---|---|---|---|
| index | string | yes | Which index to query: a configured index name (see rangefind_list_indexes), or — in open mode — a local directory path or http(s) URL of any rangefind index. |
| q | string | yes | — |
| shards | array | — | Sharded indexes only: restrict to shard ids or group labels (e.g. ["quebec"] or ["canada"]). Unknown names fail listing the available options. |
No output schema declared.
No examples provided.
rangefind_info Index metadata ~115
Metadata about a rangefind index: document total, build time, provenance (source/attribution/license/data version), enabled features, and — for sharded indexes — the shard list with ids, groups, coverage bounding boxes, and totals. Call this first to learn what an index contains and how to scope queries.
| Name | Type | Req | Description |
|---|---|---|---|
| index | string | yes | Which index to query: a configured index name (see rangefind_list_indexes), or — in open mode — a local directory path or http(s) URL of any rangefind index. |
No output schema declared.
No examples provided.
rangefind_search Search an index ~308
Full-text search over a rangefind index: BM25F relevance with typo correction, facet counts, facet/numeric filters, sorting, geo queries (radius, bounding box, nearest-first, distance boost), shard scoping, and pagination. Returns ranked results with their display fields and scores. `total` may be a fast lower bound flagged `approximate`; use rangefind_count for exact totals.
| Name | Type | Req | Description |
|---|---|---|---|
| facets | array | — | Facet field names to count for this query. |
| filters | object | — | Filters, e.g. {"facets":{"category":["restaurant"]},"numbers":{"year":{"min":1990,"max":2000}},"booleans":{"open":true}}. |
| geo | object | — | Geo query over an index with geo fields. |
| index | string | yes | Which index to query: a configured index name (see rangefind_list_indexes), or — in open mode — a local directory path or http(s) URL of any rangefind index. |
| page | integer | — | — |
| q | string | — | Query text. May be empty for pure geo/filter browsing. |
| shards | array | — | Sharded indexes only: restrict to shard ids or group labels (e.g. ["quebec"] or ["canada"]). Unknown names fail listing the available options. |
| size | integer | — | — |
| sort | string | — | Sort by a number/boolean field: "field" ascending or "-field" descending. Omit for relevance. |
No output schema declared.
No examples provided.
rangefind_suggest Autocomplete ~139
Search-as-you-type autocomplete: prefix and mid-token suggestions ranked by weight. Useful to complete a partial place or entity name before a full search.
| Name | Type | Req | Description |
|---|---|---|---|
| index | string | yes | Which index to query: a configured index name (see rangefind_list_indexes), or — in open mode — a local directory path or http(s) URL of any rangefind index. |
| q | string | yes | The typed prefix. |
| shards | array | — | Sharded indexes only: restrict to shard ids or group labels (e.g. ["quebec"] or ["canada"]). Unknown names fail listing the available options. |
| size | integer | — | — |
No output schema declared.
No examples provided.