← Registry

Learning Resources

opentrain.ai

Searches and reads public OpenTrain documentation pages, returning canonical URLs and full text so users can look up and cite official docs.

1 endpoint4 known toolsFirst detected July 6, 2026Last detected September 12, 2026

ENDPOINT 1

https://www.opentrain.ai/docs/mcp

No auth detected

MCP server metadata

Name
opentrain-docs
Version
1.0.0
Capabilities
toolsresources
Server instructions

Public documentation only. Cite canonical source URLs. This server cannot access accounts or perform product actions.

Known tools 4

search_docs

Search the current public OpenTrain documentation.

Inferred read-only
read_doc

Read a public OpenTrain documentation page by its slug or canonical URL.

Inferred read-only
search

Find public OpenTrain documentation.

Inferred read-only
fetch

Retrieve the complete public documentation text for a stable ID returned by search, including a canonical citation URL.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.opentrain-docs]
url = "https://www.opentrain.ai/docs/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "opentrain-docs": {
      "type": "http",
      "url": "https://www.opentrain.ai/docs/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: opentrain-docs
Remote MCP URL: https://www.opentrain.ai/docs/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "opentrain-docs": {
      "url": "https://www.opentrain.ai/docs/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "opentrain-docs": {
      "type": "http",
      "url": "https://www.opentrain.ai/docs/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "opentrain-docs",
  "transport": "streamable-http",
  "url": "https://www.opentrain.ai/docs/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.