mcp-server-corpayone
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CORPAYONE_API_TOKEN | Yes | Your Corpay One API token (required) | |
| CORPAYONE_AUDIT_LOG | No | Absolute path to audit log file (required if writes enabled) | |
| CORPAYONE_POLICY_PATH | No | Absolute path to policy JSON file (required if writes enabled) | |
| CORPAYONE_ENABLE_WRITES | No | Set to 'true' to enable write operations (optional, default false) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| corpay_search_capabilitiesA | Find supported tools and allowlisted endpoint operations. |
| corpay_check_connectionA | Validate OAuth credentials by acquiring an access token (does not require a teamId). |
| corpay_call_endpointC | Call a validated, allowlisted endpoint. Read-only unless write policy permits the call. |
| corpay_prepare_expense_codingA | Dry-run update of an expense’s coding — category (GL account) and labels (project, cost type, ...). Returns an operationHash to commit. Does not call Corpay One until committed. |
| corpay_prepare_webhook_changeA | Dry-run create (POST), update (PUT), or delete (DELETE) of a webhook subscription. Returns an operationHash to commit. |
| corpay_list_webhooksA | List active webhook subscriptions for the configured team. |
| corpay_commit_prepared_operationA | Execute a prepared, policy-checked write. Requires the full prepared operation, a matching confirmOperationHash, and an idempotencyKey. |
| corpay_list_expensesA | List expenses (bills/documents). Filter via query (e.g. status=pending_approval). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/borgels/mcp-server-corpayone'
If you have feedback or need assistance with the MCP directory API, please join our Discord server