loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

ovra-skills

MCP Tool

AlecFritsch/ovra-skills

Payment skills for AI agents. Zero-knowledge checkout — agent never sees card data.

Install

$ npx loaditout add AlecFritsch/ovra-skills

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "ovra-skills": {
      "command": "npx",
      "args": [
        "-y",
        "ovra-skills"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Ovra Skills

Payment skills for AI agents. Zero-knowledge checkout — the agent never sees card data.

Install
npx skills add AlecFritsch/ovra-skills

Or manually copy ovra-agentic-payments/SKILL.md into your skills directory.

What this enables

Say "buy X" to your AI agent and it handles the entire checkout securely:

  1. Declares intent (what to buy, how much, which merchant)
  2. Policy engine checks spending rules
  3. Fills the checkout form via CDP — agent never sees PAN/CVV
  4. Attaches receipt for audit trail
  5. Verifies transaction matches intent

Works with Claude Code, Cursor, OpenClaw, Codex, and any MCP-compatible agent.

Setup

Connect to Ovra's MCP server:

{
  "mcpServers": {
    "ovra": {
      "url": "https://mcp.getovra.com/mcp",
      "headers": { "Authorization": "Bearer sk_test_YOUR_KEY" }
    }
  }
}

Get your API key at getovra.com/dashboard/keys.

Available Skills

| Skill | Description | |-------|-------------| | ovra-agentic-payments | Complete payment flow: intents, checkout, evidence, disputes |

Why Ovra?

Every other agent payment solution gives the agent your card number. Ovra doesn't. The agent gets { success: true } and nothing else. Card data stays on Ovra's server, typed directly into the checkout form via Chrome DevTools Protocol.

Links
  • Website
  • Documentation
  • MCP Server
  • Dashboard

Tags

agent-skillsagentic-commerceai-agentcheckoutclaudecursormcpopenclawpaymentsvirtual-cardszero-knowledge

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated22 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/AlecFritsch/ovra-skills)](https://loaditout.ai/skills/AlecFritsch/ovra-skills)