II.
ToolServer JSON
Structured · livetool-server:mcp-huggingface
Hugging Face MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-huggingface",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-ai-ml.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Hugging Face MCP Server",
"description": "MCP server providing access to the Hugging Face ecosystem.\nEnables AI agents to search models and datasets, run inference on\nhosted models, manage Spaces, and access the Hugging Face Hub API.\n",
"protocol": "mcp",
"category": "ai",
"repoUrl": "https://github.com/huggingface/mcp-server",
"maintainer": "Hugging Face",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-huggingface",
"to": "tool:huggingface",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-huggingface",
"to": "domain:machine-learning",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-huggingface",
"to": "domain:data-science",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}