Crawler Summary

emailens-mcp answer-first brief

# @emailens/mcp MCP server for email compatibility analysis. Analyze, preview, diff, and fix HTML emails across 15 email clients — plus capture real screenshots and create shareable links with an optional API key. Built on [`@emailens/engine`](https://github.com/emailens/engine). ## Install ```bash npx -y @emailens/mcp ``` ## Setup ### Claude Desktop Add to `claude_desktop_config.json`: ```json { "mcpServers": { "emailens": { "command": "npx", "args": ["-y", "@emailens/mcp"] } } } ``` ### Claude Code ```bash claude mcp add emailens -- npx -y @emailens/mcp ``` ### With API Key (optional — unlocks screenshots + sharing) ```json { "mcpServers": { "emailens": { "command": "npx", "args": ["-y", "@emailens/mcp"], "env": { "EMAILENS_API_KEY": "ek_live_..." } } } } ``` Get your free API key at [emailens.dev/settings/api-keys](https://emailens.dev/settings/api-keys). ## Tools ### Local Tools (no account needed) #### `preview_email` Full email compatibility preview — transforms HTML for 15 clients, analyzes CSS, generates scores, simulates dark mode, checks inbox preview and email size. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `clients` | string[] | No | Filter to specific client IDs | | `format` | enum | No | `"html"`, `"jsx"`, `"mjml"`, `"maizzle"` | #### `analyze_email` Quick CSS compatibility analysis — returns per-client scores and warnings. Faster than `audit_email` when you only need CSS compatibility. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `format` | enum | No | Input format | #### `audit_email` Comprehensive quality audit — CSS compatibility, spam scoring, link validation, accessibility, images, inbox preview, size (Gmail clipping), and template variables. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `format` | enum | No | Input format | | `skip` | string[] | No | Checks to skip (e.g. `["spam", "images"]`) | #### `fix_email` Generate a structured fix prompt for compatibility issues. Returns markdown with fix instructions that the AI can apply directly. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML to fix | | `format` | enum | No | Controls fix syntax | | `scope` | enum | No | `"all"` or `"current"` | | `selectedClientId` | string | No | Client ID for scoped fixes | #### `list_clients` List all 15 supported email clients with IDs, names, engines, and dark mode support. #### `diff_emails` Compare two email HTML versions — shows score changes, fixed issues, and introduced issues per client. | Parameter | Type | Required | Description | |---|---|---|---| | `before` | string | Yes | Original email HTML | | `after` | string | Yes | Modified email HTML | | `format` | enum | No | Input format | #### `check_deliverability` Check email deliverability for a domain — SPF, DKIM, DMARC, MX, BIMI records with a score and actionable issues. | Parameter | Type | Required | Description | |---|---|---|---| | `domain` | string | Yes | Domain to check (e.g. `"company.com"`) | ### Hosted Tools (require `EMAILENS_API_KEY`) #### `capture_screenshots` Capture real email screenshots across 15 clients in real browsers. Screenshots are hosted on CDN. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `format` | enum | No | Input format | | `clients` | string[] | No | Filter clients | | `modes` | string[] | No | `["light"]`, `["dark"]`, or `["light", "dark"]` | | `title` | string | No | Name for the preview | Free plan: 30 previews/day. [Sign up](https://emailens.dev?ref=mcp) #### `share_preview` Create a shareable link. Recipients see the full analysis without an account. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `title` | string | No | Display title | | `format` | enum | No | Input format | Requires Dev plan ($9/mo). Share links expire after 7 days (Dev) or never (Pro). ## Supported Email Clients (15) | Client | ID | Dark Mode | Notes | |---|---|---|---| | Gmail | `gmail-web` | Yes | | | Gmail Android | `gmail-android` | Yes | | | Gmail iOS | `gmail-ios` | Yes | | | Outlook 365 | `outlook-web` | Yes | | | Outlook Windows | `outlook-windows` | No | | | Outlook Windows Legacy | `outlook-windows-legacy` | No | Deprecated Oct 2026 | | Outlook iOS | `outlook-ios` | Yes | New in v0.4.0 | | Outlook Android | `outlook-android` | Yes | New in v0.4.0 | | Apple Mail | `apple-mail-macos` | Yes | | | Apple Mail iOS | `apple-mail-ios` | Yes | | | Yahoo Mail | `yahoo-mail` | Yes | | | Samsung Mail | `samsung-mail` | Yes | | | Thunderbird | `thunderbird` | No | | | HEY Mail | `hey-mail` | Yes | | | Superhuman | `superhuman` | Yes | | ## Development ```bash bun install bun run build bun test bun run typecheck ``` @emailens/mcp MCP server for email compatibility analysis. Analyze, preview, diff, and fix HTML emails across 15 email clients — plus capture real screenshots and create shareable links with an optional API key. Built on $1. Install Setup Claude Desktop Add to claude_desktop_config.json: Claude Code With API Key (optional — unlocks screenshots + sharing) Get your free API key at $1. Tools Local Tools (no account need Capability contract not published. No trust telemetry is available yet. Last updated 4/16/2026.

Freshness

Last checked 4/16/2026

Best For

emailens-mcp is best for general automation workflows where MCP compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, Smithery, runtime-metrics, public facts pack

Claim this agent
Agent DossierSmitherySafety: 86/100

emailens-mcp

# @emailens/mcp MCP server for email compatibility analysis. Analyze, preview, diff, and fix HTML emails across 15 email clients — plus capture real screenshots and create shareable links with an optional API key. Built on [`@emailens/engine`](https://github.com/emailens/engine). ## Install ```bash npx -y @emailens/mcp ``` ## Setup ### Claude Desktop Add to `claude_desktop_config.json`: ```json { "mcpServers": { "emailens": { "command": "npx", "args": ["-y", "@emailens/mcp"] } } } ``` ### Claude Code ```bash claude mcp add emailens -- npx -y @emailens/mcp ``` ### With API Key (optional — unlocks screenshots + sharing) ```json { "mcpServers": { "emailens": { "command": "npx", "args": ["-y", "@emailens/mcp"], "env": { "EMAILENS_API_KEY": "ek_live_..." } } } } ``` Get your free API key at [emailens.dev/settings/api-keys](https://emailens.dev/settings/api-keys). ## Tools ### Local Tools (no account needed) #### `preview_email` Full email compatibility preview — transforms HTML for 15 clients, analyzes CSS, generates scores, simulates dark mode, checks inbox preview and email size. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `clients` | string[] | No | Filter to specific client IDs | | `format` | enum | No | `"html"`, `"jsx"`, `"mjml"`, `"maizzle"` | #### `analyze_email` Quick CSS compatibility analysis — returns per-client scores and warnings. Faster than `audit_email` when you only need CSS compatibility. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `format` | enum | No | Input format | #### `audit_email` Comprehensive quality audit — CSS compatibility, spam scoring, link validation, accessibility, images, inbox preview, size (Gmail clipping), and template variables. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `format` | enum | No | Input format | | `skip` | string[] | No | Checks to skip (e.g. `["spam", "images"]`) | #### `fix_email` Generate a structured fix prompt for compatibility issues. Returns markdown with fix instructions that the AI can apply directly. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML to fix | | `format` | enum | No | Controls fix syntax | | `scope` | enum | No | `"all"` or `"current"` | | `selectedClientId` | string | No | Client ID for scoped fixes | #### `list_clients` List all 15 supported email clients with IDs, names, engines, and dark mode support. #### `diff_emails` Compare two email HTML versions — shows score changes, fixed issues, and introduced issues per client. | Parameter | Type | Required | Description | |---|---|---|---| | `before` | string | Yes | Original email HTML | | `after` | string | Yes | Modified email HTML | | `format` | enum | No | Input format | #### `check_deliverability` Check email deliverability for a domain — SPF, DKIM, DMARC, MX, BIMI records with a score and actionable issues. | Parameter | Type | Required | Description | |---|---|---|---| | `domain` | string | Yes | Domain to check (e.g. `"company.com"`) | ### Hosted Tools (require `EMAILENS_API_KEY`) #### `capture_screenshots` Capture real email screenshots across 15 clients in real browsers. Screenshots are hosted on CDN. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `format` | enum | No | Input format | | `clients` | string[] | No | Filter clients | | `modes` | string[] | No | `["light"]`, `["dark"]`, or `["light", "dark"]` | | `title` | string | No | Name for the preview | Free plan: 30 previews/day. [Sign up](https://emailens.dev?ref=mcp) #### `share_preview` Create a shareable link. Recipients see the full analysis without an account. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `title` | string | No | Display title | | `format` | enum | No | Input format | Requires Dev plan ($9/mo). Share links expire after 7 days (Dev) or never (Pro). ## Supported Email Clients (15) | Client | ID | Dark Mode | Notes | |---|---|---|---| | Gmail | `gmail-web` | Yes | | | Gmail Android | `gmail-android` | Yes | | | Gmail iOS | `gmail-ios` | Yes | | | Outlook 365 | `outlook-web` | Yes | | | Outlook Windows | `outlook-windows` | No | | | Outlook Windows Legacy | `outlook-windows-legacy` | No | Deprecated Oct 2026 | | Outlook iOS | `outlook-ios` | Yes | New in v0.4.0 | | Outlook Android | `outlook-android` | Yes | New in v0.4.0 | | Apple Mail | `apple-mail-macos` | Yes | | | Apple Mail iOS | `apple-mail-ios` | Yes | | | Yahoo Mail | `yahoo-mail` | Yes | | | Samsung Mail | `samsung-mail` | Yes | | | Thunderbird | `thunderbird` | No | | | HEY Mail | `hey-mail` | Yes | | | Superhuman | `superhuman` | Yes | | ## Development ```bash bun install bun run build bun test bun run typecheck ``` @emailens/mcp MCP server for email compatibility analysis. Analyze, preview, diff, and fix HTML emails across 15 email clients — plus capture real screenshots and create shareable links with an optional API key. Built on $1. Install Setup Claude Desktop Add to claude_desktop_config.json: Claude Code With API Key (optional — unlocks screenshots + sharing) Get your free API key at $1. Tools Local Tools (no account need

MCPself-declared

Public facts

3

Change events

0

Artifacts

0

Freshness

Apr 16, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 4/16/2026.

Trust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Apr 16, 2026

Vendor

Emailens

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 4/16/2026.

Setup snapshot

  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Emailens

profilemedium
Observed Apr 16, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

MCP

contractmedium
Observed Apr 16, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredSmithery

Extracted files

0

Examples

5

Snippets

0

Languages

Unknown

Executable Examples

bash

npx -y @emailens/mcp

json

{
  "mcpServers": {
    "emailens": {
      "command": "npx",
      "args": ["-y", "@emailens/mcp"]
    }
  }
}

bash

claude mcp add emailens -- npx -y @emailens/mcp

json

{
  "mcpServers": {
    "emailens": {
      "command": "npx",
      "args": ["-y", "@emailens/mcp"],
      "env": {
        "EMAILENS_API_KEY": "ek_live_..."
      }
    }
  }
}

bash

bun install
bun run build
bun test
bun run typecheck

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredSmithery

Docs source

Smithery

Editorial quality

ready

# @emailens/mcp MCP server for email compatibility analysis. Analyze, preview, diff, and fix HTML emails across 15 email clients — plus capture real screenshots and create shareable links with an optional API key. Built on [`@emailens/engine`](https://github.com/emailens/engine). ## Install ```bash npx -y @emailens/mcp ``` ## Setup ### Claude Desktop Add to `claude_desktop_config.json`: ```json { "mcpServers": { "emailens": { "command": "npx", "args": ["-y", "@emailens/mcp"] } } } ``` ### Claude Code ```bash claude mcp add emailens -- npx -y @emailens/mcp ``` ### With API Key (optional — unlocks screenshots + sharing) ```json { "mcpServers": { "emailens": { "command": "npx", "args": ["-y", "@emailens/mcp"], "env": { "EMAILENS_API_KEY": "ek_live_..." } } } } ``` Get your free API key at [emailens.dev/settings/api-keys](https://emailens.dev/settings/api-keys). ## Tools ### Local Tools (no account needed) #### `preview_email` Full email compatibility preview — transforms HTML for 15 clients, analyzes CSS, generates scores, simulates dark mode, checks inbox preview and email size. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `clients` | string[] | No | Filter to specific client IDs | | `format` | enum | No | `"html"`, `"jsx"`, `"mjml"`, `"maizzle"` | #### `analyze_email` Quick CSS compatibility analysis — returns per-client scores and warnings. Faster than `audit_email` when you only need CSS compatibility. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `format` | enum | No | Input format | #### `audit_email` Comprehensive quality audit — CSS compatibility, spam scoring, link validation, accessibility, images, inbox preview, size (Gmail clipping), and template variables. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `format` | enum | No | Input format | | `skip` | string[] | No | Checks to skip (e.g. `["spam", "images"]`) | #### `fix_email` Generate a structured fix prompt for compatibility issues. Returns markdown with fix instructions that the AI can apply directly. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML to fix | | `format` | enum | No | Controls fix syntax | | `scope` | enum | No | `"all"` or `"current"` | | `selectedClientId` | string | No | Client ID for scoped fixes | #### `list_clients` List all 15 supported email clients with IDs, names, engines, and dark mode support. #### `diff_emails` Compare two email HTML versions — shows score changes, fixed issues, and introduced issues per client. | Parameter | Type | Required | Description | |---|---|---|---| | `before` | string | Yes | Original email HTML | | `after` | string | Yes | Modified email HTML | | `format` | enum | No | Input format | #### `check_deliverability` Check email deliverability for a domain — SPF, DKIM, DMARC, MX, BIMI records with a score and actionable issues. | Parameter | Type | Required | Description | |---|---|---|---| | `domain` | string | Yes | Domain to check (e.g. `"company.com"`) | ### Hosted Tools (require `EMAILENS_API_KEY`) #### `capture_screenshots` Capture real email screenshots across 15 clients in real browsers. Screenshots are hosted on CDN. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `format` | enum | No | Input format | | `clients` | string[] | No | Filter clients | | `modes` | string[] | No | `["light"]`, `["dark"]`, or `["light", "dark"]` | | `title` | string | No | Name for the preview | Free plan: 30 previews/day. [Sign up](https://emailens.dev?ref=mcp) #### `share_preview` Create a shareable link. Recipients see the full analysis without an account. | Parameter | Type | Required | Description | |---|---|---|---| | `html` | string | Yes | Email HTML source | | `title` | string | No | Display title | | `format` | enum | No | Input format | Requires Dev plan ($9/mo). Share links expire after 7 days (Dev) or never (Pro). ## Supported Email Clients (15) | Client | ID | Dark Mode | Notes | |---|---|---|---| | Gmail | `gmail-web` | Yes | | | Gmail Android | `gmail-android` | Yes | | | Gmail iOS | `gmail-ios` | Yes | | | Outlook 365 | `outlook-web` | Yes | | | Outlook Windows | `outlook-windows` | No | | | Outlook Windows Legacy | `outlook-windows-legacy` | No | Deprecated Oct 2026 | | Outlook iOS | `outlook-ios` | Yes | New in v0.4.0 | | Outlook Android | `outlook-android` | Yes | New in v0.4.0 | | Apple Mail | `apple-mail-macos` | Yes | | | Apple Mail iOS | `apple-mail-ios` | Yes | | | Yahoo Mail | `yahoo-mail` | Yes | | | Samsung Mail | `samsung-mail` | Yes | | | Thunderbird | `thunderbird` | No | | | HEY Mail | `hey-mail` | Yes | | | Superhuman | `superhuman` | Yes | | ## Development ```bash bun install bun run build bun test bun run typecheck ``` @emailens/mcp MCP server for email compatibility analysis. Analyze, preview, diff, and fix HTML emails across 15 email clients — plus capture real screenshots and create shareable links with an optional API key. Built on $1. Install Setup Claude Desktop Add to claude_desktop_config.json: Claude Code With API Key (optional — unlocks screenshots + sharing) Get your free API key at $1. Tools Local Tools (no account need

Full README

@emailens/mcp

MCP server for email compatibility analysis. Analyze, preview, diff, and fix HTML emails across 15 email clients — plus capture real screenshots and create shareable links with an optional API key.

Built on @emailens/engine.

Install

npx -y @emailens/mcp

Setup

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "emailens": {
      "command": "npx",
      "args": ["-y", "@emailens/mcp"]
    }
  }
}

Claude Code

claude mcp add emailens -- npx -y @emailens/mcp

With API Key (optional — unlocks screenshots + sharing)

{
  "mcpServers": {
    "emailens": {
      "command": "npx",
      "args": ["-y", "@emailens/mcp"],
      "env": {
        "EMAILENS_API_KEY": "ek_live_..."
      }
    }
  }
}

Get your free API key at emailens.dev/settings/api-keys.

Tools

Local Tools (no account needed)

preview_email

Full email compatibility preview — transforms HTML for 15 clients, analyzes CSS, generates scores, simulates dark mode, checks inbox preview and email size.

| Parameter | Type | Required | Description | |---|---|---|---| | html | string | Yes | Email HTML source | | clients | string[] | No | Filter to specific client IDs | | format | enum | No | "html", "jsx", "mjml", "maizzle" |

analyze_email

Quick CSS compatibility analysis — returns per-client scores and warnings. Faster than audit_email when you only need CSS compatibility.

| Parameter | Type | Required | Description | |---|---|---|---| | html | string | Yes | Email HTML source | | format | enum | No | Input format |

audit_email

Comprehensive quality audit — CSS compatibility, spam scoring, link validation, accessibility, images, inbox preview, size (Gmail clipping), and template variables.

| Parameter | Type | Required | Description | |---|---|---|---| | html | string | Yes | Email HTML source | | format | enum | No | Input format | | skip | string[] | No | Checks to skip (e.g. ["spam", "images"]) |

fix_email

Generate a structured fix prompt for compatibility issues. Returns markdown with fix instructions that the AI can apply directly.

| Parameter | Type | Required | Description | |---|---|---|---| | html | string | Yes | Email HTML to fix | | format | enum | No | Controls fix syntax | | scope | enum | No | "all" or "current" | | selectedClientId | string | No | Client ID for scoped fixes |

list_clients

List all 15 supported email clients with IDs, names, engines, and dark mode support.

diff_emails

Compare two email HTML versions — shows score changes, fixed issues, and introduced issues per client.

| Parameter | Type | Required | Description | |---|---|---|---| | before | string | Yes | Original email HTML | | after | string | Yes | Modified email HTML | | format | enum | No | Input format |

check_deliverability

Check email deliverability for a domain — SPF, DKIM, DMARC, MX, BIMI records with a score and actionable issues.

| Parameter | Type | Required | Description | |---|---|---|---| | domain | string | Yes | Domain to check (e.g. "company.com") |

Hosted Tools (require EMAILENS_API_KEY)

capture_screenshots

Capture real email screenshots across 15 clients in real browsers. Screenshots are hosted on CDN.

| Parameter | Type | Required | Description | |---|---|---|---| | html | string | Yes | Email HTML source | | format | enum | No | Input format | | clients | string[] | No | Filter clients | | modes | string[] | No | ["light"], ["dark"], or ["light", "dark"] | | title | string | No | Name for the preview |

Free plan: 30 previews/day. Sign up

share_preview

Create a shareable link. Recipients see the full analysis without an account.

| Parameter | Type | Required | Description | |---|---|---|---| | html | string | Yes | Email HTML source | | title | string | No | Display title | | format | enum | No | Input format |

Requires Dev plan ($9/mo). Share links expire after 7 days (Dev) or never (Pro).

Supported Email Clients (15)

| Client | ID | Dark Mode | Notes | |---|---|---|---| | Gmail | gmail-web | Yes | | | Gmail Android | gmail-android | Yes | | | Gmail iOS | gmail-ios | Yes | | | Outlook 365 | outlook-web | Yes | | | Outlook Windows | outlook-windows | No | | | Outlook Windows Legacy | outlook-windows-legacy | No | Deprecated Oct 2026 | | Outlook iOS | outlook-ios | Yes | New in v0.4.0 | | Outlook Android | outlook-android | Yes | New in v0.4.0 | | Apple Mail | apple-mail-macos | Yes | | | Apple Mail iOS | apple-mail-ios | Yes | | | Yahoo Mail | yahoo-mail | Yes | | | Samsung Mail | samsung-mail | Yes | | | Thunderbird | thunderbird | No | | | HEY Mail | hey-mail | Yes | | | Superhuman | superhuman | Yes | |

Development

bun install
bun run build
bun test
bun run typecheck

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingSmithery

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

MCP: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

Rank

74

Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-actix-web

Rank

72

An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "MCP"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "SMITHERY",
      "generatedAt": "2026-04-17T02:40:06.813Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "MCP",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:MCP|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "label": "Vendor",
    "value": "Emailens",
    "category": "vendor",
    "href": "https://emailens.dev/mcp",
    "sourceUrl": "https://emailens.dev/mcp",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-16T06:45:18.307Z",
    "isPublic": true,
    "metadata": {}
  },
  {
    "factKey": "protocols",
    "label": "Protocol compatibility",
    "value": "MCP",
    "category": "compatibility",
    "href": "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-16T06:45:18.307Z",
    "isPublic": true,
    "metadata": {}
  },
  {
    "factKey": "handshake_status",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "category": "security",
    "href": "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/smithery-emailens-mcp-emailens-mcp/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true,
    "metadata": {}
  }
]

Change Events JSON

[]

Sponsored

Ads related to emailens-mcp and adjacent AI workflows.