II.
ToolServer JSON
Structured · livetool-server:mcp-replicate
Replicate MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-replicate",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-ai-ml.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Replicate MCP Server",
"description": "MCP server providing access to Replicate model hosting.\nEnables AI agents to run open-source ML models in the cloud,\nfrom image generation to speech-to-text, without managing GPUs.\n",
"protocol": "mcp",
"category": "ai",
"repoUrl": "https://github.com/replicate/replicate-mcp",
"maintainer": "Replicate",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-replicate",
"to": "stack-part:model-serving",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-replicate",
"to": "provider:replicate",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-replicate",
"to": "domain:machine-learning",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-replicate",
"to": "domain:data-science",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}