FREE MCP v0.3.76

@cafitac/hermit-agent

MCP executor for Claude Code or Codex with an npm-first launcher and cheaper local or flat-rate execution by default

View on npm Source

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

Browse all MCPs →