← Registry

API Tools

retraceai.tech

Searches and retrieves Retrace's documentation pages and API reference documents for developers.

1 endpoint4 known tools

ENDPOINT 1

https://api.retraceai.tech/mcp/docs

No auth detected

MCP server metadata

Name
retrace-docs
Version
0.1.0
Capabilities
tools.listChanged

Known tools 4

search_docs

Search the Retrace documentation by keyword or question.

Inferred read-only
get_doc

Read one Retrace documentation page as markdown, by its slug (e.g.

Inferred read-only
list_docs

List every Retrace documentation page with its slug and section headings.

Inferred read-only
get_api_reference

Get the URLs of Retrace's machine-readable API and agent-discovery documents (OpenAPI, API catalog, auth walkthrough, agent skills, MCP cards).

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.retrace-docs]
url = "https://api.retraceai.tech/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "retrace-docs": {
      "type": "http",
      "url": "https://api.retraceai.tech/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: retrace-docs
Remote MCP URL: https://api.retraceai.tech/mcp/docs

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": {
    "retrace-docs": {
      "url": "https://api.retraceai.tech/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "retrace-docs": {
      "type": "http",
      "url": "https://api.retraceai.tech/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "retrace-docs",
  "transport": "streamable-http",
  "url": "https://api.retraceai.tech/mcp/docs"
}
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.