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
-
The most advanced Obsidian MCP — long-term memory for AI agents. Hybrid retrieval (BM25 + TF-IDF + multilingual ML embeddings, RRF-fused) wi
-
Extension manager for AI coding agents — install skills, subagents, slash commands, and MCP servers across Claude Code, Codex, Cursor, Copil
-
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform re
-
MCP server for AI image generation