Catalog
io.github.emresemercioglu/signallabs-mcp
OfficialCompetitive Intelligence MCP: generate AI battlecards, track competitors, monitor market signals.
Generate battlecards and monitor competitors' market signals and activities.
README not available yet.
Install
Configuration
Environment variables
SIGNALLABS_API_KEYrequiredsecretSignal Labs API key (get one at https://app.usesignallabs.com/settings?tab=api-keys)
claude_desktop_config.json
{
"mcpServers": {
"signallabs-mcp": {
"command": "npx",
"args": [
"-y",
"signallabs-mcp@1.0.3"
],
"env": {
"SIGNALLABS_API_KEY": "<YOUR_SIGNALLABS_API_KEY>"
}
}
}
}