agent-kit

Provides an MCP (Model Context Protocol) server that exposes email-related tools (identity/provisioning, inbox retrieval, sending/replying/forwarding, drafts, settings like auto-reply/signature/forwarding, contacts, webhooks, and usage metrics) for AI agents to manage email autonomously.

Evaluated Mar 30, 2026 (0d ago)
Homepage ↗ Repo ↗ Communication mcp email ai-agents inbox send reply drafts contacts webhooks nodejs key-management
⚙ Agent Friendliness
53
/ 100
Can an agent use this?
🔒 Security
42
/ 100
Is it safe for agents?
⚡ Reliability
21
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
78
Documentation
55
Error Messages
0
Auth Simplicity
60
Rate Limits
10

🔒 Security

TLS Enforcement
60
Auth Strength
55
Scope Granularity
20
Dep. Hygiene
40
Secret Handling
30

Security posture is partially inferable: a base URL over HTTPS is implied, but TLS enforcement for all traffic is not proven from the provided docs. Auth relies on a provided Ed25519 keypair (private key in env vars), which is stronger than no auth but raises operational risk (secret leakage/logging). No scope model is described (likely coarse-grained or implicit privileges). Dependency hygiene and concrete mitigations (CVE posture, secure logging, audit trails) are not evidenced in the provided materials.

⚡ Reliability

Uptime/SLA
0
Version Stability
35
Breaking Changes
30
Error Recovery
20
AF Security Reliability

Best When

You want an agent to use a standardized MCP tool interface to perform end-to-end email tasks (read → draft → send) with minimal integration work.

Avoid When

You cannot tolerate third-party email infrastructure handling message content/metadata, or you require strong guarantees about idempotency, auditability, and error semantics for outbound actions.

Use Cases

  • AI agents reading and searching an inbox
  • AI agents sending/replying/forwarding emails
  • Draft creation and scheduled delivery via tools
  • Managing agent email settings (auto-reply, signatures, forwarding)
  • Contact management (create/list/delete)
  • Configuring and inspecting webhook deliveries
  • Allow/block list management and metrics retrieval

Not For

  • Automating sensitive email workflows without appropriate security review and safeguards
  • Use cases requiring explicit human approval for outbound messages
  • Environments where outbound email identity/authentication must be strictly controlled by the org (no 'self-provisioning')

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
Yes

Authentication

Methods: KEYID_PUBLIC_KEY / KEYID_PRIVATE_KEY (Ed25519 hex) keyid_provision tool (agent/email registration)
OAuth: No Scopes: No

Authentication appears to be done via possession of an Ed25519 keypair (provided via environment variables) rather than OAuth. Scope granularity is not described in the README.

Pricing

Free tier: Yes
Requires CC: No

README claims 'Free, no signup' / 'No cost' but does not document limits or any cost model.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Outbound actions (send/reply/send_draft) may require additional agent-side guardrails (approval, deduplication) because idempotency/retry semantics are not documented.
  • No explicit rate limit details or backoff/retry guidance are provided in the README.
  • Key material is supplied via environment variables; agents should ensure secrets are not logged and that only the necessary keypair is available.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for agent-kit.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

6406
Packages Evaluated
19997
Need Evaluation
586
Need Re-evaluation
Community Powered