pay-mcp
@pay-skill/mcp
MCP-Server für Pay – der vollständige x402-Zahlungs-Stack für KI-Agenten. USDC auf Base.
Verleiht jedem MCP-kompatiblen Client (Claude Desktop, Cursor, VS Code, benutzerdefinierte Frameworks) die volle Power von Pay: direkte Zahlungen, Tabs, x402-Paywalls, Service-Discovery und Wallet-Verwaltung. Kein CLI-Binary erforderlich.
Einrichtung
Claude Desktop
In claude_desktop_config.json hinzufügen:
{
"mcpServers": {
"pay": {
"command": "npx",
"args": ["-y", "@pay-skill/mcp"]
}
}
}VS Code / Cursor
In .vscode/mcp.json hinzufügen:
{
"servers": {
"pay": {
"command": "npx",
"args": ["-y", "@pay-skill/mcp"]
}
}
}Claude Code
claude mcp add pay -- npx -y @pay-skill/mcpDas war's. Beim ersten Start generiert der Server ein Wallet und speichert es im OS-Schlüsselbund (Windows Hello, macOS Keychain, Linux Secret Service). Nachfolgende Starts laden es automatisch.
Related MCP server: AgentScrape
Konfiguration
Umgebungsvariable | Erforderlich | Standard | Beschreibung |
| Nein | — | Optionaler Override. Roh-Hex-Key oder |
| Nein |
|
|
Key-Auflösung (wird in dieser Reihenfolge geprüft)
OS-Schlüsselbund (Standard) — Lädt aus dem Anmeldeinformationsspeicher des Betriebssystems via
keytar. Beim ersten Start wird automatisch ein neues Schlüsselpaar generiert und gespeichert.Verschlüsselter Keystore — Wenn
~/.pay/keys/default.encexistiert, wirdPAYSKILL_SIGNER_KEYals Entschlüsselungspasswort verwendet.Roh-Hex-Key — Wenn
PAYSKILL_SIGNER_KEYein 64-stelliger Hex-String ist, wird dieser direkt verwendet. Für Entwicklung/Tests oder den Import eines bestehenden Wallets.Automatische Generierung — Wenn nichts davon zutrifft, wird ein neues Schlüsselpaar generiert und im OS-Schlüsselbund gespeichert.
Diagnose-Check
Überprüfen Sie, ob alles korrekt konfiguriert ist:
npx @pay-skill/mcp --checkAusgabe:
pay-mcp diagnostic check
network: Base (chain 8453)
api: https://pay-skill.com/api/v1
wallet: 0x1234...
key: keychain
server: OK (router: 0xABCD...)
auth: OK (balance: $50.00)
All checks passed. MCP server is ready.Tools (15)
Zahlungen
Tool | Beschreibung |
| Direkte USDC-Zahlung (mind. $1). Bestätigungsschwellen: <$10 automatisch, $10-100 Plan, >$100 explizit. |
| HTTP-Anfrage mit x402-automatischer Zahlung. Behandelt 402-Erkennung, direkte/Tab-Abwicklung, Preisskepsis. |
Tabs (getaktete Konten)
Tool | Beschreibung |
| Vorfinanzierten Tab öffnen (mind. $5, $50 empfohlen). Anbieter berechnet pro Aufruf. |
| Tab schließen. Gibt die Verteilungsaufschlüsselung zurück (Anbieter 99%, Gebühr 1%, Rest für Agent). |
| Belastung eines offenen Tabs (nur Anbieter). |
| Guthaben zu einem offenen Tab hinzufügen (nur Agent). |
| Tabs mit Inaktivitäts-/Niedrigguthaben-Flags auflisten. |
Wallet
Tool | Beschreibung |
| Guthaben, gesperrte/verfügbare Mittel, umsetzbare Vorschläge. |
| 1-Stunden-Finanzierungslink generieren (Coinbase Onramp oder direktes USDC). |
| 1-Stunden-Auszahlungslink generieren. |
| Testnet-USDC minten (nur Base Sepolia). |
Discovery & Webhooks
Tool | Beschreibung |
| Bezahlte API-Dienste nach Stichwort/Kategorie suchen. |
| Webhook für Zahlungsereignisse registrieren (HMAC-signiert). |
| Registrierte Webhooks auflisten. |
| Webhook löschen. |
Ressourcen (5)
URI | Beschreibung |
| Guthaben, Tabs, gesperrt/verfügbar |
| Alle offenen Tabs |
| Detail eines einzelnen Tabs |
| Wallet-Adresse |
| Netzwerkkonfiguration + Vertragsadressen |
Prompts (3)
Prompt | Beschreibung |
| Geführt: Dienst entdecken, Preis bewerten, Anfrage stellen |
| Tabs überprüfen, inaktive markieren, Schließen/Aufladen vorschlagen |
| Finanzierungslink generieren, Einzahlungsprozess erklären |
Entwicklung
git clone https://github.com/pay-skill/pay-mcp.git
cd pay-mcp
npm install
npm run build
npm test # unit tests (mocked)
npm run test:acceptance # testnet (requires PAYSKILL_TESTNET_KEY)Lizenz
MIT
Teil von Pay
Pay ist der vollständige x402-Zahlungs-Stack – Gateway, Facilitator, SDKs, CLI und MCP-Server –, der es KI-Agenten ermöglicht, APIs mit USDC auf Base zu bezahlen.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceGives AI agents a smart-contract wallet on Base (USDC) with 10 stdio tools: create wallets, send USDC payments, pay x402-protected HTTP resources, and run ERC-8183 escrow Jobs for A2A service delivery.1014MIT
- AlicenseAqualityAmaintenancePay-per-call web scraping for AI agents — no signup, no API keys, just USDC micropayments via the x402 protocol on Base62MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to make micropayments using USDC on Solana via the x402 protocol, supporting payment requests, on-chain verification, and revenue tracking.MIT

@arispay/payagent-mcpofficial
AlicenseDqualityFmaintenanceEnables AI agents to call paid APIs and settle HTTP 402 payment challenges with USDC on Base, without private keys ever being involved.2102MIT
Related MCP Connectors
Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pay-skill/pay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server