II.
ToolServer JSON
Structured · livetool-server:mcp-trello
Trello MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-trello",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-saas-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Trello MCP Server",
"description": "MCP server providing access to Trello boards and cards.\nEnables AI agents to list boards and cards, create and update cards,\nmanage checklists, and move cards between lists.\n",
"protocol": "mcp",
"category": "productivity",
"repoUrl": "https://github.com/SwapnilSoni1999/trello-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-trello",
"to": "tool:trello",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-trello",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-trello",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}