FREE MCP v2.1.0

package-registry-mcp

MCP server for searching and getting up-to-date information about NPM, Cargo and NuGet packages.

View on npm Source

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

Browse all MCPs →