71
/ 100
1 day ago
glama

PayDesk MCP

PayDesk MCP is a production-grade Model Context Protocol (MCP) server that exposes payment gateway APIs, tools, prompts, and resources. It bridges the gap between an AI assistant and three underlying database systems to resemble real payment services like Stripe, Razorpay, or PayPal.

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.
🔐
You'll be asked for 3 credentials: POSTGRES_PASSWORD, REDIS_PASSWORD, JWT_SECRET
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.
configMONGO_URI
configMONGO_DATABASE
configPOSTGRES_HOST
configPOSTGRES_PORT
configPOSTGRES_DATABASE
configPOSTGRES_USERdocker run -d --name paydesk-postgres -p 5432:5432 -e =postgres -e POSTGRES_PASSWORD=JaiBagga02@ -e POSTGRES_DB=paydesk postgres:alpine
🔐 secretPOSTGRES_PASSWORDdocker run -d --name paydesk-postgres -p 5432:5432 -e POSTGRES_USER=postgres -e =JaiBagga02@ -e POSTGRES_DB=paydesk postgres:alpine
configREDIS_HOST
configREDIS_PORT
configREDIS_DB
configREDIS_USERNAME
🔐 secretREDIS_PASSWORD
🔐 secretJWT_SECRET
configMCP_HOST
configMCP_PORTPort already in use: Change in .env if 8000 is occupied.
configLOG_LEVEL
// 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/jbagga07-paydesk-mcp-11o3oq)](https://m8ven.ai/mcp/jbagga07-paydesk-mcp-11o3oq)
commit: 59447fdbe2a20cfc4804cdf8858af03ce5d07d44
code hash: 1a97a8b739720dc2f314eba2a5edec19cdad265673e2b9cd25f527f8f19c4955
verified: 7/30/2026, 8:56:17 AM
view raw JSON →