Install
# CLI install
npm install -g package-registry-mcp
MCP client config
{
"command": "npx",
"args": ["-y", "package-registry-mcp"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- package-registry-mcp
- Version
- 2.1.0
- Author
- artmann
- Published
- 2025-12-02
- Keywords
- mcp, mcp-server, modelcontextprotocol, npm, cargo, nuget, package-registry, claude
Related MCPs
-
Agent-first MCP server: AI coding agents find, compare, verify, and stack-build the right open-source tools across 35+ registries (npm, PyPI
-
MCP protocol server for NestJS with decorators, transports, guards, interceptors, and registry
-
Model Context Protocol server for the Open Ephemeris astronomical computation API
-
paid-npm-meta-mcp · $0.003/npm package metadata lookupPaid MCP, agents pay $0.003 USDC per npm package metadata lookup via spawnpay-paywall