Enables managing Bitcoin payments, including checking balances, sending BTC to specific addresses, generating receive addresses, and tracking transaction status.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PayPls MCP ServerSend $25 USDC to 0x742d35Cc6634C0532925a3b844Bc454 for the design work"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PayPls MCP Server
MCP (Model Context Protocol) server that enables AI agents to manage Bitcoin and USDC payments through PayPls.
What is this?
β οΈ Important: This MCP server does NOT enforce spending limits or approval requirements. All limits are configured and enforced by the PayPls backend. Configure your limits in the PayPls Dashboard before giving agents access to real funds.
This server allows AI assistants like Claude to:
π° Check wallet balances (BTC and USDC)
π€ Send payments with human approval
π₯ Generate receive addresses
π List wallet buckets
π Track transaction status
All transactions can be configured to require human approval above certain thresholds, giving you control while enabling AI autonomy for small payments.
Installation
Or run directly with npx:
Configuration
1. Get your API token
Sign up at paypls.io and generate an API token in Settings β API Keys.
2. Set environment variables
Create a .env file or set these environment variables:
3. Configure Claude Desktop
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Or if installed globally:
Available Tools
Tool | Description |
| Check BTC or USDC balance of a bucket |
| List all wallet buckets with balances |
| Send Bitcoin to an address |
| Send USDC to an address |
| Get an address to receive funds |
| Check transaction status |
Example Usage
Once configured, you can ask Claude things like:
"What's my Bitcoin balance?"
"Send 10,000 sats to bc1q... for the API subscription"
"Send $25 USDC to 0x... for the design work"
"Generate a receive address for Bitcoin"
"Check the status of transaction abc-123"
Security
Human approval: Configure auto-approve limits in the PayPls dashboard. Transactions above the limit require explicit approval.
Justifications: Every send requires a justification that's logged and shown during approval.
Bucket isolation: Use separate buckets to limit agent access to specific funds.
Token permissions: API tokens can be scoped to specific actions and buckets.
Handling Approval Flows
When a transaction exceeds auto-approve limits, the API returns:
Your agent should:
Inform the user that approval is needed
Optionally poll
/agent/tx/:idto check statusNOT retry the same transaction (use idempotency keys)
Development
Environment Variables
Variable | Required | Default | Description |
| Yes | - | Your PayPls API token |
| No |
| API endpoint URL |
Support
π Documentation
π¬ Discord
π Issues