Drive Clipatra from Claude, ChatGPT, or any MCP client — manage performance-based creator campaigns in plain English.
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
`dist/connect.js` explicitly writes a `clipatra` MCP entry into detected Claude, Cursor, Windsurf, or VS Code configs.
dist/connect.jsView on unpkg`dist/clients.js` stores the supplied API key in that MCP entry and configures `npx -y clipatra-mcp serve`.
dist/clients.jsView on unpkg`dist/login.js` obtains an approved API key then invokes the same explicit-user-command configuration flow.
dist/login.jsView on unpkg`dist/api.js` sends the configured API key as a Bearer token to the Clipatra API.
dist/api.jsView on unpkg`dist/connect.js` explicitly writes a `clipatra` MCP entry into detected Claude, Cursor, Windsurf, or VS Code configs.
dist/connect.jsView on unpkg`dist/clients.js` stores the supplied API key in that MCP entry and configures `npx -y clipatra-mcp serve`.
dist/clients.jsView on unpkg`dist/login.js` obtains an approved API key then invokes the same explicit-user-command configuration flow.
dist/login.jsView on unpkg`dist/api.js` sends the configured API key as a Bearer token to the Clipatra API.
dist/api.jsView on unpkg