Install
# CLI install
npm install -g @neurynae/toolcairn-mcp
MCP client config
{
"command": "npx",
"args": ["-y", "@neurynae/toolcairn-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
- @neurynae/toolcairn-mcp
- Version
- 1.1.2
- Author
- neurynae-dev
- Published
- 2026-05-10
- Keywords
- mcp, model-context-protocol, mcp-server, ai, ai-agent, ai-agents, agentic, agentic-ai
Related MCPs
-
The most advanced Obsidian MCP — long-term memory for AI agents. Hybrid retrieval (BM25 + TF-IDF + multilingual ML embeddings, RRF-fused) wi
-
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform re
-
Self-Optimizing Neural Architecture (SONA) for Claude Flow — adaptive learning, trajectory tracking, pattern reuse, 7 RL algorithms (PPO/A2C
-
Local-first code intelligence CLI for unerr