Skip to main content
All 19 tools use an action parameter to select the operation. Required parameters per action are enforced via JSON Schema if/then.

Agent tools (9)

ovra_pay

Single entry-point for the full payment flow. Handles intent + policy + credential.

ovra_intent

Declare and manage payment intents.

ovra_credential

Issue scoped payment credentials. Agent never sees the underlying card. Redeem returns:
The DPAN is a Visa Network Token, not the FPAN. The internal fillToken is AES-256-GCM encrypted and is masked in MCP responses.

ovra_card

Manage virtual cards. Credentials are issued via ovra_credential.

ovra_policy

Read-only by design. Modify policies through the dashboard or API key.

ovra_transaction

ovra_receipt

PDF only, base64-encoded, max 5 MB.

ovra_dispute

ovra_outcome

Report payment outcomes for policy learning.

Money-movement (6)

ovra_account

ovra_payment

ovra_vendor

ovra_workflow

ovra_authorization

Delegations — issue scoped tokens to third parties.

ovra_claim

Collect — payment requests, links, invoices. Tool will rename to ovra_collect in a future MCP release; the actions are stable.

Admin (4)

ovra_agent

ovra_customer

ovra_merchant

Read-only merchant intelligence.

ovra_config

Read-only. Manage keys and webhooks via dashboard or API.

Annotations

Every tool carries metadata that MCP-aware clients can use:

Next

MCP overview

Architecture and security.

MCP setup

Installation per client.

API reference

Full REST surface — every endpoint, every field.