Install
# CLI install
npm install -g @kylewadegrove/cutline-mcp-cli-staging
MCP client config
{
"command": "npx",
"args": ["-y", "@kylewadegrove/cutline-mcp-cli-staging"],
"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
- @kylewadegrove/cutline-mcp-cli-staging
- Version
- 0.38.6
- Author
- kylewadegrove
- Published
- 2026-05-19
- Keywords
- cutline, mcp, mcp-server, model-context-protocol, cli, security, guardrail, vibecoding
Related MCPs
-
Security MCP for vibe coding. 424 rules, 36 tools, CLI + doctor. Host security, auth coverage mapping, LLM-powered deep scan (IDOR/business
-
ClickUp MCP Server - Powering AI Agents with full ClickUp task, document, and chat management capabilities.
-
LMCP — connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive on macOS. Privacy-first: all data stays on your
-
Persistent memory for AI coding sessions — captures what agents can't infer from code alone. Works with Copilot, Cursor, Claude, and Windsur