II.
ToolServer JSON
Structured · livetool-server:mcp-todoist
Todoist MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-todoist",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-productivity.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Todoist MCP Server",
"description": "MCP server providing access to Todoist task management.\nEnables AI agents to create, update, and complete tasks,\nmanage projects and labels, and query filters.\n",
"protocol": "mcp",
"category": "productivity",
"repoUrl": "https://github.com/abhiz123/todoist-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-todoist",
"to": "tool:todoist",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-todoist",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}