II.
ToolServer JSON
Structured · livetool-server:mcp-langchain-adapters
LangChain MCP Adapters json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-langchain-adapters",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-agent-frameworks.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "LangChain MCP Adapters",
"description": "Official adapters that make MCP tool servers compatible with LangChain and LangGraph.\nConverts MCP tools into LangChain-compatible tools, supports multiple simultaneous\nMCP server connections, and works with both stdio and Streamable HTTP transports.\n",
"protocol": "mcp",
"category": "ai",
"repoUrl": "https://github.com/langchain-ai/langchain-mcp-adapters",
"maintainer": "LangChain AI",
"mcpTransports": [
"mcp-transport:stdio",
"mcp-transport:streamable-http"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-langchain-adapters",
"to": "framework:langchain",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-langchain-adapters",
"to": "framework:langgraph",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-langchain-adapters",
"to": "domain:ml-ai",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-langchain-adapters",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}