Conviva Digital Product Insights

Conviva DPI Integration

Drop the integrate-conviva skill into any coding agent and let it wire Conviva DPI into your app — grounded, version-pinned, and citation-backed via the Conviva Knowledge Builder MCP server.

Install the skill in 3 steps

Works with Cursor and Claude Code. Takes under two minutes — the skill registers the MCP server for you on first run.

You'll need a Conviva API key — your Conviva account contact issues one. Paste it into SKILL.md / integrate-conviva.mdc wherever you see <YOUR_API_KEY>; without it the MCP server returns 401 on every tool call.

Download integrate-conviva skill

.zip · contains SKILL.md, integrate-conviva.mdc, install.sh & README

Direct URL: https://integration.conviva.com/integrate-conviva.zip
  1. Download & unzip the skill

    Download the skill package from and unzip it anywhere on your machine. It contains the Cursor rule, the Claude Code skill, an installer, and docs.

    From a shell:

    curl -O https://integration.conviva.com/integrate-conviva.zip
    unzip integrate-conviva.zip
    cd integrate-conviva
  2. Install the skill into your app install.sh does this

    From the unzipped folder, run the installer against your application repo — it drops the Cursor rule and the Claude Code skill in the right places:

    ./install.sh --target both /path/to/your-app

    Or install just one: --target cursor or --target claude. Add --user-scoped to install once for every repo on your machine. Prefer not to run a script? Copy integrate-conviva.mdc into .cursor/rules/ and the integrate-conviva/ folder into .claude/skills/ by hand instead. Then restart Cursor / Claude Code so the skill is picked up.

  3. Invoke the skill

    Call it explicitly by name:

    /integrate-conviva          # Claude Code
    @integrate-conviva          # Cursor

    Or just ask in plain English — the skill auto-attaches when your request matches its purpose:

    Integrate Conviva into this app.

    On first run the skill checks for the Conviva MCP server and, if it's not registered yet, offers to set it up for you — asking whether to register it at project or user level before writing the config. After that it detects your framework, applies the version-pinned snippets, and reports back with source citations.

Download integrate-conviva skill

.zip · contains SKILL.md, integrate-conviva.mdc, install.sh & README