74
/ 100
18 days ago
glama

mcp-server-corpayone

Enables managing Corpay One accounts-payable workflows including expense listing, coding, and policy-controlled writes, with read-only defaults and audit logging.

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
8 tools verified — handlers match their declared behaviour
6 read-only tools verified — handlers contain no write/delete/exec
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 2 credentials: CORPAYONE_CLIENT_SECRET, CORPAYONE_REFRESH_TOKEN
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.
configCORPAYONE_API_BASE_URL
configCORPAYONE_CLIENT_IDexport ="..."
🔐 secretCORPAYONE_CLIENT_SECRETexport ="..."
configCORPAYONE_ENABLE_WRITESexport =true
configCORPAYONE_ENVexport =staging # or production
configCORPAYONE_IDENTITY_BASE_URL
configCORPAYONE_POLICY_PATHexport ="/absolute/path/to/corpayone-policy.json"
configCORPAYONE_REDIRECT_URI. Then capture a refresh token once:
🔐 secretCORPAYONE_REFRESH_TOKENnpm run auth:grant # prints
configCORPAYONE_TEAM_IDexport ="..." # company slug; see GET /v1/teams
configCORPAYONE_TIMEOUT_MS
// 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 5 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/borgels-mcp-server-corpayone-v4r9bb)](https://m8ven.ai/mcp/borgels-mcp-server-corpayone-v4r9bb)
commit: 08898e3d8a30c9ac9fd2bf0c3f487305039dd8f4
code hash: b05ecc5fcc94ad51368028cab71d2db72a8ee05db0996e1522b78ff71e20f6b9
verified: 6/25/2026, 9:53:25 AM
view raw JSON →