Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
# @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
# @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
Public facts
3
Change events
0
Artifacts
0
Freshness
Apr 16, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/16/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Apr 16, 2026
Vendor
Emailens
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/16/2026.
Setup snapshot
Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Emailens
Protocol compatibility
MCP
Handshake status
UNKNOWN
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
5
Snippets
0
Languages
Unknown
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
Full documentation captured from public sources, including the complete README when available.
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
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.
npx -y @emailens/mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"emailens": {
"command": "npx",
"args": ["-y", "@emailens/mcp"]
}
}
}
claude mcp add emailens -- npx -y @emailens/mcp
{
"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.
preview_emailFull 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_emailQuick 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_emailComprehensive 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_emailGenerate 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_clientsList all 15 supported email clients with IDs, names, engines, and dark mode support.
diff_emailsCompare 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_deliverabilityCheck 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") |
EMAILENS_API_KEY)capture_screenshotsCapture 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_previewCreate 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).
| 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 | |
bun install
bun run build
bun test
bun run typecheck
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
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"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
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
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
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.