Live · MCP Watchtower · 1.13M+ IOCs

Pre-Flight Security
for the AI Stack

Jeevesus saves.  Dredd judges.  The receipts do the work.

WATCHTOWER · checking…
Active Findings
across the registry
Critical / High
block-tier verdicts
Deps Indexed
parsed MCP manifests
IOC Corpus
1.13M
cross-vendor
Plugins Shipped
13
VS Code, Splunk, Sentinel, Slack, Raycast, +8
Built On
$75/mo
post-revenue, Minneapolis
Recent findings · live feed from Dredd watchtower
loading recent findings…
The Two MCPs

Search the threats. Block the calls.

Two read-only MCP servers on the official registry, backed by the same brain. Jeevesus answers questions about threats. Dredd refuses to invoke anything compromised.

Jeevesus

Jeevesus saves.

Natural-language threat-intel search. Type a question in English — get IOCs, adversaries, blog posts, Epstein-files matches, STIX bundles. 17.9M documents. Free tier, 25 queries/day, no auth gate.

io.github.pduggusa/dugganusa-threat-intel streamable-http read-only

Dredd MCP

Dredd judges.

Pre-flight security check for the MCP ecosystem. Blocks calls against known-compromised dependencies, tool-surface drift, remote-URL hijacks, and permission escalation. HMAC-signed verdicts in <200ms.

io.github.pduggusa/dredd-mcp streamable-http HMAC-signed
The Family

Thirteen plugins. One brain.

Same threat corpus, surfaced wherever you actually live — your editor, your SIEM, your terminal, your shell, your browser, your CI/CD pipeline. Open-source. MIT-licensed. Receipts on each repo.

AI Council · AIPM Showcase

Four models in quorum.

We measure how AI models see brands — and we use AI models to measure ourselves. Customer enrichment, trust signals, AIPM scoring all run through a four-model quorum so no single model's bias becomes truth.

🧬
Claude
Anthropic
🧠
GPT-4o
OpenAI
Gemini
Google
Perplexity
Perplexity AI
aipmsec.com 700+ audits · 230+ domains
Install

Two minutes from clean to defended.

Drop one of these into your MCP client config. Restart. You'll see Dredd available with one tool: check_mcp_server.

🖥️ Claude Desktop

{
  "mcpServers": {
    "dredd": {
      "url": "https://analytics.dugganusa.com/api/v1/dredd/mcp"
    }
  }
}

📝 Cursor · ~/.cursor/mcp.json

{
  "mcpServers": {
    "dredd": {
      "url": "https://analytics.dugganusa.com/api/v1/dredd/mcp"
    }
  }
}

🛠️ Test from terminal

curl -X POST \
  https://analytics.dugganusa.com/api/v1/dredd/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'