iiRecord
Agentic AI Atlas · LangSmith MCP Server
tool-server:mcp-langsmitha5c.ai
II.
ToolServer JSON

tool-server:mcp-langsmith

Structured · live

LangSmith MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-testing-aiml.yamlCluster · extensions
Record JSON
{
  "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": []
}