II.
ToolServer JSON
Structured · livetool-server:mcp-clickup
ClickUp MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-clickup",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-saas-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "ClickUp MCP Server",
"description": "MCP server providing access to ClickUp project management.\nEnables AI agents to manage tasks, spaces, folders, and lists,\ncreate and update work items, and query workspace data.\n",
"protocol": "mcp",
"category": "productivity",
"repoUrl": "https://github.com/taazkareem/clickup-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-clickup",
"to": "tool:clickup",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-clickup",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-clickup",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}