Check Btcpay
This skill checks the status of your BTCPay wallet balance and transaction history for quick updates and peace of mind.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add check-btcpay npx -- -y @trustedskills/check-btcpay
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"check-btcpay": {
"command": "npx",
"args": [
"-y",
"@trustedskills/check-btcpay"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The check-btcpay skill allows you to verify the status of Bitcoin payments made through BTCPay Server. It can determine if a payment is confirmed, pending, or failed, providing real-time insights into transaction progress. This enables automated workflows and proactive responses based on payment events.
When to use it
- Automated Payment Reconciliation: Automatically check the status of incoming Bitcoin payments after a customer completes an order.
- Real-Time Order Fulfillment: Trigger order fulfillment processes only when a BTCPay Server payment is confirmed.
- Customer Service Notifications: Alert customers via email or SMS about the confirmation status of their Bitcoin payments.
- Fraud Monitoring: Monitor for failed or suspicious Bitcoin transactions and flag them for review.
Key capabilities
- BTCPay Server Payment Status Retrieval
- Payment Confirmation Verification
- Transaction Status Reporting (Pending, Confirmed, Failed)
Example prompts
- "Check the status of payment with ID
payment_idon BTCPay Server." - "Is payment
payment_idconfirmed?" - "What is the current status of Bitcoin transaction
transaction_hash?"
Tips & gotchas
- You will need to provide valid credentials or API keys for accessing your BTCPay Server instance.
- The skill's accuracy depends on the reliability and uptime of your BTCPay Server setup.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.