Install once
Use `npx @qovva/mcp` directly from your MCP client config. No extra daemon, no separate dashboard export flow.
Generate a Qovva API key in the dashboard, set `QOVVA_API_KEY`, and point your MCP client at the published package. Your assistant gets the same masked webhook context you see in the product.
Paste this into your client config and replace the API key.
{
"mcpServers": {
"qovva": {
"command": "npx",
"args": ["@qovva/mcp"],
"env": {
"QOVVA_API_BASE_URL": "https://api.qovva.app",
"QOVVA_API_KEY": "qw_live_..."
}
}
}
}Use `npx @qovva/mcp` directly from your MCP client config. No extra daemon, no separate dashboard export flow.
Search recent payloads, fetch a specific webhook, and test the connection without copying raw request bodies between tools.