MCP Server
MCP
Compete Competitive Intelligence
Typed access to monitored competitive changes, evidence, dossiers, research, and collection health.
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
By
Comments
Sign in to leave a comment