
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
signallabs-mcp
Advanced tools
MCP server for Signal Labs competitive intelligence platform. Track competitors, generate battlecards, and monitor signals from Claude, Cursor, Copilot, and other AI tools.
MCP server for the Signal Labs competitive intelligence platform. Track competitors, generate battlecards, and monitor signals from AI tools like Claude, Cursor, Copilot, and Gemini.
sl_live_)Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"signallabs": {
"command": "npx",
"args": ["-y", "signallabs-mcp"],
"env": {
"SIGNALLABS_API_KEY": "sl_live_your_key_here"
}
}
}
}
claude mcp add signallabs -- npx -y signallabs-mcp
Then set the environment variable:
export SIGNALLABS_API_KEY=sl_live_your_key_here
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"signallabs": {
"command": "npx",
"args": ["-y", "signallabs-mcp"],
"env": {
"SIGNALLABS_API_KEY": "sl_live_your_key_here"
}
}
}
}
Add to VS Code settings:
{
"mcp": {
"servers": {
"signallabs": {
"command": "npx",
"args": ["-y", "signallabs-mcp"],
"env": {
"SIGNALLABS_API_KEY": "sl_live_your_key_here"
}
}
}
}
}
| Tool | Description |
|---|---|
list_companies | List all tracked companies |
create_company | Track a new company and extract its profile from its website |
get_company_profile | Company metadata, offerings and value propositions |
refresh_company_profile | Re-extract offerings and value propositions |
list_products | List products/service verticals |
create_product | Add a product vertical |
list_competitors | List competitors (optionally per product) |
add_competitor | Add a competitor and research their website |
get_competitor_page | Read a competitor's researched analysis |
discover_competitors | AI-powered competitor discovery |
get_battlecards | Retrieve battlecards |
generate_battlecard | Generate a battlecard for one competitor (1 credit) |
generate_landscape_battlecard | Compare 2-8 competitors in one report (1 credit) |
get_signals | Get recent intelligence signals |
get_signal_summary | AI-generated signal digest |
list_documents | List uploaded documents |
get_document | Read a document's extracted text |
ask_competitive_intel | Ask questions about your competitive landscape |
create_company, add_competitor and refresh_company_profile kick off work that
runs in the background — they return immediately with a pending status. Read the
result with get_company_profile and get_competitor_page respectively.
Once connected, you can ask your AI assistant things like:
FAQs
MCP server for Signal Labs competitive intelligence platform. Track competitors, generate battlecards, and monitor signals from Claude, Cursor, Copilot, and other AI tools.
We found that signallabs-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.