II.
ToolServer JSON
Structured · livetool-server:mcp-sendgrid
SendGrid MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-sendgrid",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-communication.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "SendGrid MCP Server",
"description": "MCP server providing access to Twilio SendGrid email platform.\nEnables AI agents to manage contact lists, email templates,\ntrigger single sends, and retrieve delivery statistics.\n",
"protocol": "mcp",
"category": "communication",
"repoUrl": "https://github.com/Garoth/sendgrid-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-sendgrid",
"to": "tool:sendgrid",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-sendgrid",
"to": "stack-part:email-delivery",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-sendgrid",
"to": "domain:digital-marketing",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}