74
/ 100
28 days ago
glama

PayBot MCP Server

Connects AI agents to the PayBot payment infrastructure, enabling automated USDC transactions and payment status management. It provides tools for submitting payments, tracking transaction histories, and monitoring payment IDs via the Model Context Protocol.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: API_KEY, PAYBOT_API_KEY, PAYBOT_WALLET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretAPI_KEY
🔐 secretPAYBOT_API_KEYThis single call registers your operator account, creates the API key, and registers the bot (botId). Put the printed key into in the MCP config below, and reuse the same bot id as PAYBOT_BOT_ID.
configPAYBOT_BOT_IDThis single call registers your operator account, creates the API key, and registers the bot (botId). Put the printed key into PAYBOT_API_KEY in the MCP config below, and reuse the same bot id as .
configPAYBOT_CORE_URL
configPAYBOT_FACILITATOR_URL"": "https://api.paybotcore.com",
🔐 secretPAYBOT_WALLET_KEYWallet private key for real payments (optional)
configX402_FACILITATOR_URL
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/rbkunnela-paybot-mcp-0mhiml)](https://m8ven.ai/mcp/rbkunnela-paybot-mcp-0mhiml)
commit: ec4486d46ce58cc68aadeadcc7a50b67b587f853
code hash: f3c6cd8068b75d22912db2394b6c967723dd3146de4232945de7ac609b50e87c
verified: 6/13/2026, 10:41:17 AM
view raw JSON →