Install
# CLI install
npm install -g @unerr-ai/unerr
MCP client config
{
"command": "npx",
"args": ["-y", "@unerr-ai/unerr"],
"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
- @unerr-ai/unerr
- Version
- 0.1.9
- Author
- jaswanth-unerr
- Published
- 2026-05-19
- Keywords
- mcp, mcp-server, model-context-protocol, ai, cli, code-intelligence, code-graph, knowledge-graph
Related MCPs
-
Local-first code intelligence — MCP server for Claude Code, Cursor, Windsurf, Zed. Symbol graph, blast-radius, git-pinned memory. 43× fewer
-
Mneme เนโฌโ€ the memory layer for your codebase. Knows the WHY, the WHAT, the WHERE-IT-BREAKS.
-
MCP (Model Context Protocol) server for Roblox Studio integration - enables AI coding agents to interact with Roblox Studio in real-time
-
Agent-first MCP server: AI coding agents find, compare, verify, and stack-build the right open-source tools across 35+ registries (npm, PyPI