II.
ToolServer JSON
Structured · livetool-server:mcp-langsmith
LangSmith MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-langsmith",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-testing-aiml.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "LangSmith MCP Server",
"description": "Official MCP server for the LangSmith LLM observability platform, maintained\nby LangChain AI. Enables AI agents to fetch traces, retrieve and manage\nprompts, query datasets and experiments, and inspect billing usage from\nLangSmith without leaving the coding assistant context.\n",
"protocol": "mcp",
"category": "ai",
"repoUrl": "https://github.com/langchain-ai/langsmith-mcp-server",
"maintainer": "LangChain AI",
"mcpTransports": [
"mcp-transport:stdio",
"mcp-transport:streamable-http"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-langsmith",
"to": "tool:langsmith",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-langsmith",
"to": "domain:machine-learning",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-langsmith",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}