II.
ToolServer JSON
Structured · livetool-server:mcp-anthropic
Anthropic MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-anthropic",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-ai-ml.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Anthropic MCP Server",
"description": "MCP server providing direct integration with Claude and Anthropic models.\nEnables AI agents to invoke Claude for sub-tasks, configure system prompts,\nmanage model parameters, and leverage advanced reasoning capabilities.\n",
"protocol": "mcp",
"category": "ai",
"repoUrl": "https://github.com/anthropics/anthropic-mcp-server",
"maintainer": "Anthropic",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-anthropic",
"to": "provider:anthropic",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-anthropic",
"to": "domain:machine-learning",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-anthropic",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}