New:Socket for Asana Is Now Available.Learn more
Get Started

mcp-server-research-signals

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-server-research-signals

MCP server for research signal intelligence — scored trends plus build/monitor/ignore triage from HN, Reddit, ArXiv, and GitHub.

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
16
-58.97%
Maintainers
1
Weekly downloads
 
Created
Source

mcp-server-research-signals

MCP server for MetalTorque Research Signals — gives AI agents access to scored trend intelligence from HN, Reddit, ArXiv, and GitHub.

Use swarm-generated research signals to inform decisions, spot breakout trends, and understand what's gaining traction across the tech landscape. Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible client.

Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "research-signals": {
      "command": "npx",
      "args": ["-y", "mcp-server-research-signals"],
      "env": {
        "MT_SIGNALS_API_KEY": "your-api-key-here"
      }
    }
  }
}

Claude Code

claude mcp add research-signals -- npx -y mcp-server-research-signals

Set the API key in your environment:

export MT_SIGNALS_API_KEY=your-api-key-here

Tools

ToolDescriptionRequired Params
list_signalsList scored research signals with composite scores based on urgency, buyer intent, durability, and source countcategory, sort, min_score, limit (all optional)
trending_signalsGet breakout signals (1.8x+ rolling average) and hot signals (score 6+)
triage_signalsGroup signals into build_now, monitor, and ignore with product mapping and one-sentence recommended actionlimit (optional)
signal_detailDeep detail on a specific signal — evidence, score breakdown, actionable-for audience, trend historytopic
signals_by_categoryAll signals in a category (ai, infrastructure, security, devtools, data, business, career, market)category
signal_statsAggregate statistics — total signals, category breakdown with avg scores and top topics, top 10 overall
recalculate_scoresForce recalculation of all scores (applies time decay to urgency, detects new breakouts)

Usage Examples

Once configured, just ask your AI assistant:

  • "What are the top research signals right now?"
  • "Show me trending breakout signals"
  • "What should I build now versus just monitor?"
  • "What's happening in the AI category?"
  • "Deep dive on MCP server signal"
  • "What are the highest buyer-intent signals?"
  • "Show me signal stats by category"
  • "Recalculate all signal scores"

The Research Workflow

You: "What tech trends should I pay attention to this week?"

Agent: *calls trending_signals*
Agent: *calls list_signals with sort=buyer_intent*
Agent: "There are 3 breakout trends: [topic] is surging at 2.4x its average.
        The highest buyer-intent signals are in devtools and infrastructure..."

Environment Variables

VariableDescription
MT_SIGNALS_API_KEYAccess key for the API (required)
MT_SIGNALS_URLServer URL (default: https://signals.metaltorque.dev)

Keywords

mcp

FAQs

Package last updated on 25 Mar 2026

Related posts