Install
# CLI install
npm install -g @cafitac/hermit-agent
MCP client config
{
"command": "npx",
"args": ["-y", "@cafitac/hermit-agent"],
"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
- @cafitac/hermit-agent
- Version
- 0.3.76
- Author
- cafitac
- Published
- 2026-05-01
- Keywords
- claude-code, codex, mcp, mcp-server, coding-agent, local-llm, llm-routing, token-savings
Related MCPs
-
Cross-agent permission policy specification for AI coding agents
-
Cross-agent permission policy specification for AI coding agents
-
Cross-agent permission policy specification for AI coding agents
-
Save up to 80% tokens when AI reads code — MCP server for token-efficient code navigation, AST-aware structural reading instead of dumping f