20
/100
prowl
Benchmarked Apr 06, 2026

Resend

Modern email API for developers — send transactional emails with React components. Free tier: 100 emails/day, 3K/month. REST API, API key auth.

email mcp_compliance
Benchmark Your API

Score Breakdown

Auth Simplicity 8/10
Latency 6/10
Consistency 2/10
Error Clarity 2/10
First-Try Success 2/10
Documentation 1/10
Token Efficiency 1/10
Parseability 1/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
MCP server at https://resend.com/.well-known/mcp.json
Execute

2/2 tests passed

TestEndpointStatusLatency
mcp_initializePOST /mcp200276ms
mcp_tools_listPOST /mcp200204ms
Interpret
Looking at these test results, this appears to be a web application returning HTML content rather than a proper MCP server. The responses show HTML DOCTYPE and web page content instead of JSON-RPC 2.0 protocol responses that MCP requires.

```json
{
  "overall": 15,
  "dimensions": {
    "token_efficiency": 1.0,
    "first_try_success": 2.0,
    "response_parseability": 1.0,
    "error_clarity": 2.0,
    "doc_quality": 1.0,
    "auth_simplicity": 8.0,
    "latency": 6.0,
    "consistency": 2.0
  },
  "pricing_normalized": {},
  "issues": [
    "Returns HTML content instead of MCP JSON-RPC 2.0 responses",
    "No valid MCP server implementation detected",
    "mcp_initialize and mcp_tools_list endpoints return web page content",
    "Missing required MCP protocol headers and response structure",
    "Not parseable as JSON - returns HTML DOCTYPE and web markup",
    "No MCP tools or capabilities advertised"
  ],
  "recommendations": [
    "Implement proper MCP server with JSON-RPC 2.0 protocol support",
    "Add MCP initialization handshake with proper capability negotiation", 
    "Implement tools/list endpoint that returns structured tool definitions",
    "Use MCP-compliant response format instead of HTML web pages",
    "Add proper error handling with MCP error codes",
    "Follow MCP specification for server implementation"
  ]
}
```

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
Yes

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/resend">
  <img src="https://prowl.world/badge/resend.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard