Skip to main content

Overview

Claude Desktop supports MCP tools natively. Connect Ovra’s MCP server and Claude becomes an AI agent that can create cards, manage spending, and pay for things online.

Setup

Add Ovra to your Claude Desktop config: macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ovra": {
      "type": "streamable-http",
      "url": "https://api.getovra.com/api/mcp",
      "headers": {
        "Authorization": "Bearer sk_test_..."
      }
    }
  }
}
Restart Claude Desktop. You now have 29 ovra_* tools available.

Example

You: "Show me my agents and their spending"

Claude:
  → ovra_agents_list() → shows agents with balances
  → ovra_transactions({ limit: 10 }) → recent transactions
  → ovra_policy_simulate({ amount: 500, merchant: "aws.com" }) → "Would be denied: over limit"