npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@silverbackbase/range

v0.2.4

Published

Range — local SEO rank tracking service (HTTP) for SilverBackBase

Readme

@silverbackbase/range

MCP server for Range — local SEO rank tracking for service area businesses (SAB) and physical stores.

Part of the SilverBackBase primitive toolset for marketing AI agents.

What it does

Range tracks keyword positions in Google organic results and Google Maps (Local Pack) across geographic zones. It stores the full history locally and exposes structured data to any agent client.

Two tracking modes:

| Mode | For | Keyword | Points | |------|-----|---------|--------| | territory | Service area businesses (plumber, installer, fire safety…) | With city ("fire extinguisher check Colmar") | 1 per city | | coverage | Physical stores (hair salon, restaurant, shop…) | Without city ("hair salon") | Geo-grid around the address |

MCP tools

| Tool | Invocation | Description | |------|-----------|-------------| | range_add_keyword | user | Add a keyword to track | | range_add_zone | user | Add a city to a territory keyword | | range_list_keywords | model | List tracked keywords + last position | | range_check_now | user | Trigger a live DataForSEO check (billed) | | range_get_summary | model | Synthetic view of an account | | range_get_history | model | Historical checks with delta | | range_get_grid | model | Point-by-point detail of last check | | range_delete_keyword | user | Soft delete a keyword (history preserved) | | range_check_volume | model | Monthly search volume for keyword×city | | range_qualify_intent | model | SERP intent: product / service / mixed |

Requirements

  • Node.js ≥ 20
  • A DataForSEO account (for range_check_now, range_check_volume, range_qualify_intent)

Install in Claude Code

Add to your .mcp.json:

{
  "mcpServers": {
    "range": {
      "command": "npx",
      "args": ["-y", "@silverbackbase/range"],
      "env": {
        "DATAFORSEO_USERNAME": "[email protected]",
        "DATAFORSEO_PASSWORD": "your-dataforseo-password"
      }
    }
  }
}

Environment variables

| Variable | Default | Description | |----------|---------|-------------| | DATAFORSEO_USERNAME | — | DataForSEO account email | | DATAFORSEO_PASSWORD | — | DataForSEO API password |

Data storage

Range stores all keywords, zones, and check history in SQLite at ~/.range/range.db. Zero configuration — the directory is created automatically on first run.

DataForSEO cost estimates

Coverage (geo-grid): | Density | Points | Cost/check | |---------|--------|-----------| | 3×3 | ~5 pts | ~$0.01 | | 5×5 | ~13 pts | ~$0.03 | | 7×7 | ~29 pts | ~$0.06 |

Territory (city list): | Cities | Cost/check | |--------|-----------| | 5 | ~$0.01 | | 8 | ~$0.02 | | 12 | ~$0.02 |

License

Business Source License 1.1 — self-hosting for internal use is permitted; reselling as a managed service is not.
See LICENSE.

Part of SilverBackBase

Range chains with other primitives:

  • Trail — correlate rank improvements with actual lead volume
  • Root — position data as context in monthly client reports