← Back to Plugins
MCP Server MCP

Compete Competitive Intelligence

github By github 👁 1 views ▲ 0 votes

Typed access to monitored competitive changes, evidence, dossiers, research, and collection health.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "compete-mcp",
      "version": "0.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for the target Compete deployment.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "COMPETE_API_KEY"
        },
        {
          "description": "Base URL of the target Compete deployment, including https://.",
          "isRequired": true,
          "format": "string",
          "placeholder": "https://your-compete.example",
          "name": "COMPETE_URL"
        },
        {
          "description": "Optional local repository path for privacy-bounded codebase focus summaries.",
          "format": "filepath",
          "name": "COMPETE_REPO"
        },
        {
          "description": "Optional bounded upstream request timeout in milliseconds.",
          "format": "number",
          "placeholder": "20000",
          "name": "COMPETE_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...