FREE MCP v1.21.0

thumbgate

ThumbGate self-improving agent governance: thumbs-up/down turns every mistake into a prevention rule and blocks repeat patterns. 33 pre-action checks, budget enforcement, and self-protection for Claude Code, Cursor, Codex, Gemini CLI, and Amp.

View on npm Source

Install

# CLI install
npm install -g thumbgate

MCP client config

{
  "command": "npx",
  "args": ["-y", "thumbgate"],
  "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
thumbgate
Version
1.21.0
Author
igorganapolsky
Published
2026-05-19
Keywords
mcp, mcp-server, ai-agents, agent-skills, skill, context-engineering, pre-action-checks, ai-agent-safety

Related MCPs

Browse all MCPs →