Skip to content

First Party Data CRO for Grok

io.github.atul0016/first-party-data-cro

First-party funnel, rage-click, checkout, A/B test, and page-speed CRO intelligence.

client:Grok transport:stdio runtime:pypi

Install First Party Data CRO in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "first-party-data-cro": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "first-party-data-cro-mcp"
      ],
      "env": {
        "EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>",
        "EARNALL_MCP_ACTIVATION_ID": "<EARNALL_MCP_ACTIVATION_ID>",
        "EARNALL_MCP_LICENSE_API": "<EARNALL_MCP_LICENSE_API>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

First Party Data CRO in other clients