# Wolfpack Intelligence

On-chain security and intelligence MCP server for Base chain trading agents. 4 tools: token risk analysis (GoPlus + DexScreener + Dune), fast security check, narrative momentum scoring, and agent tru…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add wolfpack/intelligence

# Browse available tools
npx -y @smithery/cli@latest tool list wolfpack/intelligence

# Get full schema for a tool
npx -y @smithery/cli@latest tool get wolfpack/intelligence token_risk_analysis

# Call a tool
npx -y @smithery/cli@latest tool call wolfpack/intelligence token_risk_analysis '{}'
```

## Direct MCP Connection

Endpoint: `https://intelligence--wolfpack.run.tools`

**Optional config:**
- `chain` (query) — Default blockchain network for all queries
- `analysis_depth` (query) — Default analysis depth for token risk analysis

## Tools (4)

- `token_risk_analysis` — Comprehensive multi-source token risk scoring. Combines GoPlus honeypot detection, DexScreener liquidity analysis, Dune…
- `security_check` — Fast GoPlus-only token security scan. Returns honeypot status, contract verification, ownership flags, and holder conce…
- `narrative_momentum` — Score the momentum of a crypto narrative or topic. Analyzes Twitter/X social signals with crypto-tuned VADER sentiment,…
- `agent_trust_score` — Composite agent reliability rating. Scores any ERC-8004/ACP registered agent on 4 pillars: ACP performance (40%), netwo…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get wolfpack/intelligence <tool-name>
```

## Resources

- `https://wolfpack-production.up.railway.app/api/v1/mcp` — Wolfpack intelligence service catalog — lists all available tools, pricing, and capabilities.

## Prompts (2)

- `pre_trade_screen` (token_address) — Run a full pre-trade security screening on a Base chain token. Combines quick security check with deep risk analysis. R…
- `agent_due_diligence` (agent_address) — Evaluate the trustworthiness of an ACP agent before transacting with it. Returns trust score with detailed breakdown.
