Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Rubiscout Email Analysis Server

БесплатноНе проверен

Analyzes raw email headers and emails for phishing, spoofing, and BEC using AI forensics, SPF/DKIM/DMARC/ARC validation, and IP reputation checks. Exposes analy

GitHubEmbed

Описание

Analyzes raw email headers and emails for phishing, spoofing, and BEC using AI forensics, SPF/DKIM/DMARC/ARC validation, and IP reputation checks. Exposes analyze_email, get_analysis, and list_analyses as MCP tools.

README

MCP server for Rubiscout — AI-powered email header analysis for phishing, spoofing, and BEC detection. Exposes Rubiscout's forensic analysis as tools for Claude Code, Claude Desktop, Cursor, and any other MCP-compatible agent.

Install

npx rubiscout-mcp

Or install globally:

npm install -g rubiscout-mcp

Configuration

Get a free API key at rubiscout.com/dashboard, then add to your MCP client config (e.g. ~/.claude/settings.json or Claude Desktop config):

{
  "mcpServers": {
    "rubiscout": {
      "command": "npx",
      "args": ["-y", "rubiscout-mcp"],
      "env": {
        "RUBISCOUT_API_KEY": "rbs_live_..."
      }
    }
  }
}

Alternatively, set RUBISCOUT_API_KEY as a system environment variable and omit the env block.

Tools

Tool Description
analyze_email Submit a raw email string for full forensic analysis. Returns verdict, risk score, authentication results (SPF/DKIM/DMARC/ARC), IP reputation, routing trace, and recommendations.
get_analysis Retrieve a previously stored analysis by UUID.
list_analyses List recent analyses, optionally filtered by risk score.

Example usage

Once configured, ask your agent directly:

"Analyze this email for me and tell me if it's a phishing attempt" [paste email]

"Get my last 5 analyses and summarize the threat patterns"

"Analyze all .eml files in this directory and flag any Critical or High risk ones"

Development

npm install
npm run build
npm start

Docker

docker build -t rubiscout-mcp .
docker run -i -e RUBISCOUT_API_KEY=rbs_live_... rubiscout-mcp

Links

License

MIT

from github.com/raj-rubicon/rubiscout-mcp

Установка Rubiscout Email Analysis Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/raj-rubicon/rubiscout-mcp

FAQ

Rubiscout Email Analysis Server MCP бесплатный?

Да, Rubiscout Email Analysis Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Rubiscout Email Analysis Server?

Нет, Rubiscout Email Analysis Server работает без API-ключей и переменных окружения.

Rubiscout Email Analysis Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Rubiscout Email Analysis Server в Claude Desktop, Claude Code или Cursor?

Открой Rubiscout Email Analysis Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Rubiscout Email Analysis Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication