Content Tools
dotrai.com
An MCP server for Dotrai that lists, searches, and retrieves published articles and site information.
ENDPOINT 1
https://dotrai.com/api/mcp
MCP server metadata
- Name
- Dotrai
- Version
- 1.0.0
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_articlesDotrai's published articles, newest first — engineering write-ups, product notes, security posts and guides.
Potential side effectsget_articleOne Dotrai article in full, as markdown, by its slug — the last path segment of its URL.
Inferred read-onlyget_site_infoWhat Dotrai is, what it can do, what it costs and which languages it is published in.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.