II.
ToolServer JSON
Structured · livetool-server:mcp-discord
Discord MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-discord",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-communication.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Discord MCP Server",
"description": "MCP server providing access to the Discord platform.\nEnables AI agents to read and post messages, manage channels,\nhandle reactions, and work with file attachments via the Discord API.\n",
"protocol": "mcp",
"category": "communication",
"repoUrl": "https://github.com/v-3/discordmcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-discord",
"to": "tool:discord",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-discord",
"to": "domain:community",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-discord",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}