Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. AgentPay
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

AgentPay

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Pay-per-call AI microservices via x402. USDC on Base, no accounts - wallet is auth.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agentpay-3": {
      "command": "npx",
      "args": [
        "-y",
        "agentpay-3"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

AgentPay β€” agentpay.help

Machine-payable AI microservices via the 402 Payment Required protocol (x402 / MPP)

No accounts. No API keys. No OAuth. Pay per call in USDC on Base.

AgentPay is an open-source reference implementation of the Machine Payments Protocol β€” wrapping local AI models behind an HTTP 402 paywall so that AI agents (and humans) can pay for compute on a per-request basis using stablecoins.

Built with Express 5, @x402/express, and Ollama-served Gemma models. Live on Base mainnet with the PayAI facilitator.


Table of Contents

  • Quick Start
  • Architecture
  • Services & Pricing
  • Tech Stack
  • Deployment
  • API Reference
  • Configuration
  • Contributing
  • License

Quick Start

Prerequisites

  • Node.js β‰₯ 20
  • Ollama running locally with the required model pulled
  • A wallet private key (for receiving payments)

1. Clone & install

bash
git clone https://github.com/your-org/AgentPay.git
cd AgentPay
npm install

2. Pull the AI model

bash
ollama pull gemma3:1b
# Or use a larger model for better quality:
# ollama pull gemma4:31b-cloud

3. Configure

bash
cp .env.example .env
# Edit .env β€” set SELLER_ADDRESS to your wallet address

4. Start the server

Terminal
npm start
# AgentPay listening on :4021
#   payTo:   0xYourWalletAddress
#   network: eip155:84532 (Base Sepolia testnet)
#   facilitator: https://x402.org/facilitator

5. Test a paid request

bash
# Unpaid request β†’ HTTP 402 (paywall)
curl -s -o /dev/null -w "%{http_code}" -X POST https://agentpay.help/v1/summarize \
  -H 'Content-Type: application/json' \
  -d '{"text":"Machine Payments Protocol lets AI agents pay for API calls using the HTTP 402 status code."}'
# β†’ 402

# Automated test (requires buyer wallet with USDC)
npm run test:402

6. Buy a service (buyer client)

bash
# Set your buyer private key in .env
echo "BUYER_PK=0xYourPrivateKey" >> .env

# Run the buyer script
npm run buyer -- /v1/summarize ./payload.json

Architecture

Code
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                        AgentPay Architecture                   β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚                                                                 β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    HTTP POST     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”‚
β”‚  β”‚  Client   β”‚ ──────────────► β”‚      Express 5 Server     β”‚    β”‚
β”‚  β”‚ (Agent /  β”‚   (no auth)     β”‚        (port 4021)        β”‚    β”‚
β”‚  β”‚  Human)   β”‚                 β”‚                           β”‚    β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                 β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚    β”‚
β”‚       β”‚                       β”‚  β”‚   Payment Middleware  β”‚  β”‚    β”‚
β”‚       β”‚                       β”‚  β”‚   (@x402/express)    β”‚  β”‚    β”‚
β”‚       β”‚                       β”‚  β”‚                      β”‚  β”‚    β”‚
β”‚       β”‚  ◄── HTTP 402 ───────│  β”‚  β€’ Validates x402    β”‚  β”‚    β”‚
β”‚       β”‚      (paywall)        β”‚  β”‚    payment headers   β”‚  β”‚    β”‚
β”‚       β”‚                       β”‚  β”‚  β€’ Verifies on-chain β”‚  β”‚    β”‚
β”‚       β”‚  ──── signed payment β–Ίβ”‚  β”‚    via facilitator   β”‚  β”‚    β”‚
β”‚       β”‚      (USDC)           β”‚  β”‚                      β”‚  β”‚    β”‚
β”‚       β”‚                       β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚    β”‚
β”‚       β”‚  ◄── 200 OK ─────────│             β”‚              β”‚    β”‚
β”‚       β”‚      (result JSON)    β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚    β”‚
β”‚       β”‚                       β”‚  β”‚   Service Handlers   β”‚  β”‚    β”‚
β”‚       β”‚                       β”‚  β”‚                      β”‚  β”‚    β”‚
β”‚       β”‚                       β”‚  β”‚  /v1/summarize       β”‚  β”‚    β”‚
β”‚       β”‚                       β”‚  β”‚  /v1/classify-ins    β”‚  β”‚    β”‚
β”‚       β”‚                       β”‚  β”‚  /v1/extract         β”‚  β”‚    β”‚
β”‚       β”‚                       β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚    β”‚
β”‚       β”‚                       β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β”‚
β”‚       β”‚                                     β”‚                   β”‚
β”‚       β”‚                              β”Œβ”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”           β”‚
β”‚       β”‚                              β”‚   Ollama     β”‚           β”‚
β”‚       β”‚                              β”‚  (local LLM) β”‚           β”‚
β”‚       β”‚                              β”‚  gemma3:1b   β”‚           β”‚
β”‚       β”‚                              β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜           β”‚
β”‚       β”‚                                                         β”‚
β”‚  β”Œβ”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”‚
β”‚  β”‚                  Payment Flow (x402)                    β”‚    β”‚
β”‚  β”‚                                                         β”‚    β”‚
β”‚  β”‚  Client ──► HTTP 402 ──► Facilitator ──► On-Chain ──►   β”‚    β”‚
β”‚  β”‚                β”‚         (PayAI)       Base Mainnet     β”‚    β”‚
β”‚  β”‚                β–Ό                         (USDC)         β”‚    β”‚
β”‚  β”‚          Payment Required                                β”‚    β”‚
β”‚  β”‚          (price + accepts[])                             β”‚    β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β”‚
β”‚                                                                 β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”‚
β”‚  β”‚  Free Endpoints (no paywall)                            β”‚    β”‚
β”‚  β”‚  β€’ /              β€” Landing page (HTML)                 β”‚    β”‚
β”‚  β”‚  β€’ /health        β€” Health check                        β”‚    β”‚
β”‚  β”‚  β€’ /stats         β€” Revenue & usage stats               β”‚    β”‚
β”‚  β”‚  β€’ /.well-known/x402 β€” Machine-readable service catalog β”‚    β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β”‚
β”‚                                                                 β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”‚
β”‚  β”‚  Data Layer                                             β”‚    β”‚
β”‚  β”‚  β€’ data/ledger.json β€” Append-only payment ledger        β”‚    β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

How it works:

  1. Client sends POST /v1/summarize (or any paid endpoint) β€” no auth headers needed
  2. Payment middleware intercepts, returns HTTP 402 with pricing info (accepts[])
  3. Client constructs a USDC payment, signs it, attaches X-PAYMENT header
  4. Facilitator verifies the payment on Base mainnet
  5. Middleware grants access β†’ request proceeds to the service handler
  6. Handler calls Ollama, returns AI-generated result as JSON

Services & Pricing

EndpointPriceDescription
POST /v1/summarize$0.01Summarize text (200–20,000 chars). Returns a ~250-word summary.
POST /v1/classify-insurance$0.02Classify insurance leads: intent, urgency, line-of-business, confidence score.
POST /v1/sentiment$0.02Sentiment analysis: positive/negative/neutral with emotions and keywords.
POST /v1/extract$0.03Extract structured key-value fields from raw text (emails, forms, documents).
POST /v1/translate$0.03Text translation to any language.
POST /v1/code-review$0.05AI code review: bugs, security issues, performance, quality analysis.
POST /v1/insurance-analysis$0.10⭐ FULL BUNDLE β€” classification + extraction + summary in one call.

All services accept USDC on Base mainnet (chain ID 8453) via the exact payment scheme. Testnet (Base Sepolia) is available via configuration.


Tech Stack

ComponentTechnology
RuntimeNode.js β‰₯ 20 (ESM)
HTTP ServerExpress 5.2
Payment Protocol@x402/express 2.22, @x402/evm, @x402/fetch, @x402/extensions
BlockchainBase (OP Stack L2), USDC stablecoin
FacilitatorPayAI x402 facilitator (x402.org/facilitator)
AI RuntimeOllama (local inference)
LLMGemma 3 1B (default) / Gemma 4 31B (recommended)
Walletviem (Ethereum client library)
Configdotenv

Deployment

Local Development

bash
# Base Sepolia testnet (recommended for development)
cp .env.example .env
# Edit .env: PAYMENT_NETWORK=eip155:84532
npm start

Production (Base Mainnet)

bash
# Edit .env for mainnet
PAYMENT_NETWORK=eip155:8453       # Base mainnet
SELLER_ADDRESS=0xYourMainnetWallet
OLLAMA_URL=http://127.0.0.1:11434
MODEL_SUMMARIZE=gemma4:31b-cloud  # Use larger model for quality
MODEL_CLASSIFY=gemma4:31b-cloud
MODEL_EXTRACT=gemma4:31b-cloud

Docker (recommended for production)

Dockerfile
FROM node:20-slim
WORKDIR /app
COPY package*.json ./
RUN npm ci --omit=dev
COPY src/ ./src/
COPY data/ ./data/
EXPOSE 4021
HEALTHCHECK CMD curl -f https://agentpay.help/health || exit 1
CMD ["node", "src/server.js"]

Environment Variables

VariableRequiredDefaultDescription
PORTNo4021Server port
SELLER_ADDRESSYesβ€”Wallet address to receive USDC payments
PAYMENT_NETWORKNoeip155:84532Blockchain network (eip155:8453 for mainnet)
FACILITATOR_URLNohttps://x402.org/facilitatorx402 facilitator endpoint
OLLAMA_URLNohttp://127.0.0.1:11434Ollama API base URL
MODEL_SUMMARIZENogemma3:1bModel for summarize endpoint
MODEL_CLASSIFYNogemma3:1bModel for classify-insurance endpoint
MODEL_EXTRACTNogemma3:1bModel for extract endpoint
PUBLIC_URLNoβ€”Public URL for discovery metadata

API Reference

Free Endpoints

GET /

Landing page with service catalog and usage stats.

GET /health

Health check.

config.json
{ "ok": true, "ts": "2025-01-01T00:00:00.000Z" }

GET /stats

Revenue and usage statistics.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Agentic Endpoints logoAgentic Endpoints

    Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.

    πŸ’° Finance & Fintech0 views
    Compare vs Agentic Endpoints β†’
  • BridgeNode MCP logoBridgeNode MCP

    AI inference via MCP β€” pay per request with Solana USDC through x402. No API keys.

    πŸ’° Finance & Fintech1 views
    Compare vs BridgeNode MCP β†’
  • Agentrisk logoAgentrisk

    Pre-trade token risk scoring API for Base tokens, paid via x402.

    πŸ’° Finance & Fintech1 views
    Compare vs Agentrisk β†’
  • Toolcall logoToolcall

    30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.

    πŸ’° Finance & Fintech0 views
    Compare vs Toolcall β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about AgentPay

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agentpay": { "command": "npx", "args": ["-y", "AgentPay"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentPay AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentpay-3?style=directory)](https://allmcps.com/mcp/agentpay-3)
HTML Embed
<a href="https://allmcps.com/mcp/agentpay-3"><img src="https://allmcps.com/api/badge/agentpay-3?style=directory" alt="AgentPay on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to AgentPay β†’Install in Claude DesktopInstall in CursorInstall in VS Code