II.
ToolServer JSON
Structured · livetool-server:mcp-snowflake
Snowflake MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-snowflake",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-databases.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Snowflake MCP Server",
"description": "MCP server providing access to Snowflake data warehouse.\nEnables AI agents to execute SQL queries, list databases, schemas,\nand tables, and explore metadata in Snowflake environments.\n",
"protocol": "mcp",
"category": "database",
"repoUrl": "https://github.com/Snowflake-Labs/mcp",
"maintainer": "Snowflake",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-snowflake",
"to": "role:data-scientist",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "Warehouse queries and metadata support analytics investigation."
}
},
{
"from": "tool-server:mcp-snowflake",
"to": "workflow:data-pipeline-monitoring",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "Warehouse state and query results project pipeline health and data freshness."
}
},
{
"from": "tool-server:mcp-snowflake",
"to": "stack-part:data-warehouse",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-snowflake",
"to": "domain:databases",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-snowflake",
"to": "domain:data-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}