Remote (Streamable HTTP)
Add to your MCP client config:Local (stdio)
Verify
After setup, your AI client should have access to 29ovra_* tools. Try:
Connect Ovra’s MCP server to your AI client.
{
"mcpServers": {
"ovra": {
"type": "streamable-http",
"url": "https://api.getovra.com/api/mcp",
"headers": {
"Authorization": "Bearer sk_test_..."
}
}
}
}
{
"mcpServers": {
"ovra": {
"command": "npx",
"args": ["@ovra/mcp"],
"env": {
"OVRA_API_KEY": "sk_test_...",
"OVRA_API_URL": "https://api.getovra.com"
}
}
}
}
ovra_* tools. Try:
List my agents using ovra_agents_list