← Back to Plugins
MCP Server MCP

io.github.emresemercioglu/signallabs-mcp

github By github 👁 1 views ▲ 0 votes

Competitive Intelligence MCP: generate AI battlecards, track competitors, monitor market signals.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "signallabs-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Signal Labs API key (get one at https://app.usesignallabs.com/settings?tab=api-keys)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SIGNALLABS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...