**Vybe Pay** ``` Agents(Claude, Cursor etc) pays, Vybe Collect under your caps. You Approve every payment in Vybe. ```…
**Vybe Pay** ``` Agents(Claude, Cursor etc) pays, Vybe Collect under your caps. You Approve every payment in Vybe. ``` ### Tagline Empower Your AI Agents to pay, while You approve every payment. ### Short description Give Cursor or Claude a Vybe spend key with hard limits. When the agent wants to buy a Collect offering, you get Approve or Decline in Vybe — same balance you already use. ### Long description (directories, mcp.so) Vybe Pay lets an AI agent request a payment without holding your whole wallet. 1. You issue a **VAPT** in Vybe (Settings → Agent spend) with a per-payment max, daily cap, optional seller allowlist, and expiry. 2. You paste `vapt_…` into Cursor, Claude, or any MCP client as the Vybe Pay server. 3. The agent calls `pay_offering`. Vybe creates a pending Collect pay and returns `awaiting_approval`. 4. You Approve on web or mobile. USDC moves on Base. Decline cancels it. Nothing leaves until you say yes. **Tools:** `pay_offering`, `get_limits`, `get_spend_balance`, `list_recent_pays`. **Not included:** silent spend, paying merchants outside Vybe Collect, or reading your on-chain balance. Homepage: https://www.vybe.finance/pay-mcp Setup: https://www.vybe.finance/developer#vybe-pay-mcp ### Categories / tags `payments` · `finance` · `crypto` · `usdc` · `agents` · `authorization` · `remote` · `http` Pick **Finance** or **Payments** as the primary category when the form allows one. ### Keywords (search) Vybe, VAPT, Collect, USDC, Base, agent payments, MCP, Cursor, Claude, approve, spend key --- ## Client install snippets (for store “How to connect” fields) ### Cursor (`~/.cursor/mcp.json` or project `.cursor/mcp.json`) ```json { "mcpServers": { "vybe-pay": { "url": "https://www.vybe.finance/api/mcp/pay", "headers": { "Authorization": "Bearer vapt_YOUR_TOKEN" } } } } ``` ### Claude Code ```json { "mcpServers": { "vybe-pay": { "type": "http", "url": "https://www.vybe.finance/api/mcp/pay", "headers": { "Authorization": "Bearer vapt_YOUR_TOKEN" } } } } ```
vybe
mcp
free
Others in the same category, ranked by how often they are opened.