QQovva
MCP setup

Wire Qovva into Cursor, Claude Desktop, and the rest of your local AI stack.

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.

Client config

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_..."
      }
    }
  }
}

Install once

Use `npx @qovva/mcp` directly from your MCP client config. No extra daemon, no separate dashboard export flow.

Ask with context

Search recent payloads, fetch a specific webhook, and test the connection without copying raw request bodies between tools.

Available tools

  • `get_recent_webhooks(limit, cursor?, since?)`
  • `get_webhook_by_id(id)`
  • `search_webhooks(query, limit, since?)`
  • `test_qovva_connection()`