II.
ToolServer JSON
Structured · livetool-server:mcp-langfuse
Langfuse MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-langfuse",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-testing-aiml.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Langfuse MCP Server",
"description": "Official MCP server for Langfuse prompt management, maintained by the\nLangfuse team. Exposes production-labelled prompts via the MCP Prompts\nspecification so AI agents can discover and retrieve prompt templates\ndirectly. Built into Langfuse Cloud at /api/public/mcp; also available\nas a standalone npm package for self-hosted deployments.\n",
"protocol": "mcp",
"category": "ai",
"repoUrl": "https://github.com/langfuse/mcp-server-langfuse",
"maintainer": "Langfuse",
"mcpTransports": [
"mcp-transport:stdio",
"mcp-transport:streamable-http"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-langfuse",
"to": "tool:langfuse",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-langfuse",
"to": "domain:machine-learning",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-langfuse",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}