USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery
{
"mcpServers": {
"io-github-pay-skill-pay-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.pay-skill/pay-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Pay — USDC payments for AI agents on Base.
Gives any MCP-compatible client (Claude Desktop, Cursor, VS Code, custom frameworks) the full power of Pay: direct payments, tabs, x402 paywalls, service discovery, and wallet management. No CLI binary needed.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pay": {
"command": "npx",
"args": ["-y", "@pay-skill/mcp"]
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"pay": {
"command": "npx",
"args": ["-y", "@pay-skill/mcp"]
}
}
}
claude mcp add pay -- npx -y @pay-skill/mcp
That's it. On first run, the server generates a wallet and stores it in the OS keychain (Windows Hello, macOS Keychain, Linux Secret Service). Subsequent runs load it automatically.
| Env Var | Required | Default | Description |
|---|---|---|---|
PAYSKILL_SIGNER_KEY | No | — | Optional override. Raw hex key or .enc keystore password. Not needed for normal use. |
PAY_NETWORK | No | mainnet | mainnet (Base) or testnet (Base Sepolia) |
keytar. On first run, a new keypair is generated and stored automatically.~/.pay/keys/default.enc exists, PAYSKILL_SIGNER_KEY is used as the decryption password.PAYSKILL_SIGNER_KEY is a 64-char hex string, it's used directly. For dev/testing or importing an existing wallet.Verify everything is configured correctly:
npx @pay-skill/mcp --check
Output:
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.
| Tool | Description |
|---|---|
pay_send | Direct USDC payment ($1 min). Confirmation thresholds: <$10 auto, $10-100 plan, >$100 explicit. |
pay_request | HTTP request with x402 auto-payment. Handles 402 detection, direct/tab settlement, price skepticism. |
| Tool | Description |
|---|---|
pay_tab_open | Open pre-funded tab ($5 min, $50 recommended). Provider charges per-call. |
pay_tab_close | Close tab. Returns distribution breakdown (provider 99%, fee 1%, agent remainder). |
pay_tab_charge | Charge against open tab (provider only). |
pay_tab_topup | Add funds to open tab (agent only). |
pay_tab_list | List tabs with idle/low-balance flags. |
| Tool | Description |
|---|---|
pay_status | Balance, locked/available funds, actionable suggestions. |
pay_fund | Generate 1-hour funding link (Coinbase Onramp or direct USDC). |
pay_withdraw | Generate 1-hour withdrawal link. |
pay_mint | Mint testnet USDC (Base Sepolia only). |
| Tool | Description |
|---|---|
pay_discover | Search paid API services by keyword/category. |
pay_webhook_register | Register webhook for payment events (HMAC-signed). |
pay_webhook_list | List registered webhooks. |
pay_webhook_delete | Delete a webhook. |
| URI | Description |
|---|---|
pay://wallet/status | Balance, tabs, locked/available |
pay://wallet/tabs | All open tabs |
pay://tab/{tab_id} | Single tab detail |
pay://wallet/address | Wallet address |
pay://network | Network config + contract addresses |
| Prompt | Description |
|---|---|
pay-for-service | Guided: discover service, evaluate |