← Registry

Content Tools

dotrai.com

An MCP server for Dotrai that lists, searches, and retrieves published articles and site information.

1 endpoint4 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://dotrai.com/api/mcp

No auth detected

MCP server metadata

Name
Dotrai
Version
1.0.0
Capabilities
tools
Server instructions

Read-only tools for Dotrai: its published articles in twelve languages, and the facts about the product itself. This is not a way to talk to the assistant — there is no completion tool, and no public chat API exists. Everything returned is public, the same content a signed-out visitor sees.

Known tools 4

list_articles

Dotrai's published articles, newest first — engineering write-ups, product notes, security posts and guides.

Potential side effects
search_articles

Search Dotrai's articles by words in the title, summary or body.

Inferred read-only
get_article

One Dotrai article in full, as markdown, by its slug — the last path segment of its URL.

Inferred read-only
get_site_info

What Dotrai is, what it can do, what it costs and which languages it is published in.

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.dotrai]
url = "https://dotrai.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dotrai": {
      "type": "http",
      "url": "https://dotrai.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dotrai
Remote MCP URL: https://dotrai.com/api/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": {
    "dotrai": {
      "url": "https://dotrai.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dotrai": {
      "type": "http",
      "url": "https://dotrai.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dotrai",
  "transport": "streamable-http",
  "url": "https://dotrai.com/api/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.