Skip to content
Cursor

Competitive Intelligence for Cursor

io.github.atul0016/competitive-intelligence

Competitive pricing, ads, SEO moves, launches, reviews, and daily market briefs.

client:Cursor transport:stdio runtime:pypi

Install Competitive Intelligence in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "competitive-intelligence": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "competitive-intelligence-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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Competitive Intelligence in other clients