Skip to main content
Glama
borgels

mcp-server-corpayone

by borgels

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CORPAYONE_API_TOKENYesYour Corpay One API token (required)
CORPAYONE_AUDIT_LOGNoAbsolute path to audit log file (required if writes enabled)
CORPAYONE_POLICY_PATHNoAbsolute path to policy JSON file (required if writes enabled)
CORPAYONE_ENABLE_WRITESNoSet to 'true' to enable write operations (optional, default false)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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