74
/ 100
23 days ago
glama

dpay-mcp

An MCP server for creating, settling, disputing, and refunding escrows on EVM chains.

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 4 credentials: EVIDENCE_IPFS_AUTH_TOKEN, EVIDENCE_IPFS_PASSWORD, POLICY_WEBHOOK_TOKEN, PRIVATE_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.
configALLOWED_TOKENS"": "${env:ALLOWED_TOKENS}"
configCHAIN_ID"": "${env:CHAIN_ID}",
configDEMO_PORT
🔐 secretEVIDENCE_IPFS_AUTH_TOKENToken for bearer auth.
configEVIDENCE_IPFS_AUTH_TYPEAuth type: bearer, basic, or none.
configEVIDENCE_IPFS_ENDPOINTRemote IPFS endpoint. Omit for in-process Helia.
configEVIDENCE_IPFS_FILE_FIELDMultipart field name for the file blob.
configEVIDENCE_IPFS_GATEWAYSComma-separated IPFS gateway URLs for readable links.
configEVIDENCE_IPFS_HEADERSExtra HTTP headers as JSON. Example: {"network":"public"}
🔐 secretEVIDENCE_IPFS_PASSWORDPassword for basic auth.
configEVIDENCE_IPFS_UPLOAD_FIELDSMultipart fields as JSON. Example: {"network":"public"}
configEVIDENCE_IPFS_USERNAMEUsername for basic auth.
configFACTORY_ADDRESSPayment factory contract address. Omit if the factory is known for your chain.
🔐 secretPOLICY_WEBHOOK_TOKENBearer token for the policy webhook.
configPOLICY_WEBHOOK_URLURL for external compliance checks. Fail-closed.
🔐 secretPRIVATE_KEY"": "${env:PRIVATE_KEY}",
configRPC_URL"": "${env:RPC_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 6 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/programmaman-dpay-mcp-pt9626)](https://m8ven.ai/mcp/programmaman-dpay-mcp-pt9626)
commit: 2d6d7c969056f15cd94db3ec0fa2b8a714211342
code hash: f71adea3c8d49deee85005a54013d8002cd613cb72e28efe79b0d641adc7eac4
verified: 6/20/2026, 9:14:31 AM
view raw JSON →