II.
ToolServer JSON
Structured · livetool-server:mcp-resend
Resend MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-resend",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-saas-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Resend MCP Server",
"description": "MCP server providing access to the Resend email API.\nEnables AI agents to send emails, manage domains and API keys,\nand retrieve email delivery status through the Resend platform.\n",
"protocol": "mcp",
"category": "email",
"repoUrl": "https://github.com/resend/mcp-send-email",
"maintainer": "Resend",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-resend",
"to": "tool:resend",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-resend",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}