Skip to main content
Glama
raj-rubicon

Rubiscout Email Analysis MCP Server

by raj-rubicon

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUBISCOUT_API_KEYYesYour Rubiscout API key (get one at https://rubiscout.com/dashboard)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_emailA

Analyze an email for phishing, spoofing, and authentication failures. Accepts raw email headers or a full RFC 2822 email (headers + body). Returns a full forensic verdict with SPF/DKIM/DMARC results, IP reputation, routing path, risk score, and recommendations.

get_analysisA

Retrieve a previously stored Rubiscout analysis by its UUID. Returns the full analysis result including verdict, risk score, authentication results, IP reputation, and recommendations.

list_analysesA

List recent Rubiscout analyses, ordered by most recent first. Optionally filter by risk score.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: analyzing a new email, retrieving a specific analysis by UUID, and listing recent analyses. There is no functional overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores (analyze_email, get_analysis, list_analyses), making them predictable.

Tool Count4/5

With 3 tools, the server is scoped tightly to email analysis. While minimal, it covers the primary use cases without unnecessary bloat.

Completeness4/5

The server provides core CRUD-like operations (create, read, list) for email analyses. Missing update and delete are minor gaps, but the essential workflow for analysis is complete.

Maintenance

ActivityInactive
ResponsivenessNo issues