
Security News
Anthropic Identifies Biased Reasoning and Recklessness as Drivers of Claude’s PyPI Attack
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.
mcp-server-research-signals
Advanced tools
MCP server for research signal intelligence — scored trends plus build/monitor/ignore triage from HN, Reddit, ArXiv, and GitHub.
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.
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 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
| Tool | Description | Required Params |
|---|---|---|
list_signals | List scored research signals with composite scores based on urgency, buyer intent, durability, and source count | category, sort, min_score, limit (all optional) |
trending_signals | Get breakout signals (1.8x+ rolling average) and hot signals (score 6+) | — |
triage_signals | Group signals into build_now, monitor, and ignore with product mapping and one-sentence recommended action | limit (optional) |
signal_detail | Deep detail on a specific signal — evidence, score breakdown, actionable-for audience, trend history | topic |
signals_by_category | All signals in a category (ai, infrastructure, security, devtools, data, business, career, market) | category |
signal_stats | Aggregate statistics — total signals, category breakdown with avg scores and top topics, top 10 overall | — |
recalculate_scores | Force recalculation of all scores (applies time decay to urgency, detects new breakouts) | — |
Once configured, just ask your AI assistant:
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..."
| Variable | Description |
|---|---|
MT_SIGNALS_API_KEY | Access key for the API (required) |
MT_SIGNALS_URL | Server URL (default: https://signals.metaltorque.dev) |
FAQs
MCP server for research signal intelligence — scored trends plus build/monitor/ignore triage from HN, Reddit, ArXiv, and GitHub.
The npm package mcp-server-research-signals receives a total of 16 weekly downloads. As such, mcp-server-research-signals popularity was classified as not popular.
We found that mcp-server-research-signals 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.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.