II.
ToolServer JSON
Structured · livetool-server:mcp-haystack
Haystack MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-haystack",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-knowledge.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Haystack MCP Server",
"description": "MCP server exposing deepset Haystack pipelines as tools for AI agents.\nEnables agents to run RAG queries, semantic search, and document\nretrieval through pre-configured Haystack pipelines. Supports custom\npipeline components and multiple retriever backends.\n",
"protocol": "mcp",
"category": "knowledge",
"repoUrl": "https://github.com/deepset-ai/haystack-mcp",
"maintainer": "deepset",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-haystack",
"to": "tool:haystack",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-haystack",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-haystack",
"to": "domain:data-science",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}