Skip to main content

Remote (Streamable HTTP)

Add to your MCP client config:
{
  "mcpServers": {
    "ovra": {
      "type": "streamable-http",
      "url": "https://api.getovra.com/api/mcp",
      "headers": {
        "Authorization": "Bearer sk_test_..."
      }
    }
  }
}

Local (stdio)

{
  "mcpServers": {
    "ovra": {
      "command": "npx",
      "args": ["@ovra/mcp"],
      "env": {
        "OVRA_API_KEY": "sk_test_...",
        "OVRA_API_URL": "https://api.getovra.com"
      }
    }
  }
}

Verify

After setup, your AI client should have access to 29 ovra_* tools. Try:
List my agents using ovra_agents_list