AlecFritsch/ovra-skills
Payment skills for AI agents. Zero-knowledge checkout — agent never sees card data.
Platform-specific configuration:
{
"mcpServers": {
"ovra-skills": {
"command": "npx",
"args": [
"-y",
"ovra-skills"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Payment skills for AI agents. Zero-knowledge checkout — the agent never sees card data.
npx skills add AlecFritsch/ovra-skillsOr manually copy ovra-agentic-payments/SKILL.md into your skills directory.
Say "buy X" to your AI agent and it handles the entire checkout securely:
Works with Claude Code, Cursor, OpenClaw, Codex, and any MCP-compatible agent.
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.
| Skill | Description | |-------|-------------| | ovra-agentic-payments | Complete payment flow: intents, checkout, evidence, disputes |
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.
Loading reviews...