← Registry

Learning Resources

tandem.ac

Assists users in searching and understanding Tandem documentation by providing relevant pages, recommendations, and how-to answers.

1 endpoint13 known toolsFirst detected May 11, 2026Last detected August 29, 2026

ENDPOINT 1

https://tandem.ac/mcp

No auth detected

MCP server metadata

Name
ac.tandem/docs-mcp
Version
0.3.2
Capabilities
toolsresourcesprompts
Server instructions

Use tools/list and tools/call to retrieve Tandem documentation guidance.

Known tools 13

search_docs

Search the published Tandem docs index for relevant pages.

Inferred read-only
get_doc

Fetch and normalize a published Tandem docs page by path or URL.

Inferred read-only
get_start_path

Recommend the best Tandem docs starting path for a desktop user, server admin, or developer.

Inferred read-only
recommend_next_docs

Recommend the next Tandem docs to read after a current page, optionally biased toward a goal.

Inferred read-only
answer_how_to

Answer how to install or use Tandem, build workflows, or use the SDKs by synthesizing relevant published docs.

Inferred read-only
get_tandem_guide

Return a structured Tandem learning guide for install-engine, python-sdk, typescript-sdk, build-workflows, or headless-deploy.

Inferred read-only
warmup_docs_cache

Refresh the docs index and preload the most important Tandem docs pages into cache.

Inferred read-only
get_docs_cache_status

Inspect the current docs cache state for index sources and warmed pages.

Inferred read-only
refresh_docs_index

Force-refresh docs indexes and report whether data came from the network, cache, or stale fallback.

Inferred read-only
refresh_doc_page

Force-refresh a docs page and report whether content came from the network, cache, or stale fallback.

Inferred read-only
invalidate_docs_cache

Invalidate docs cache entries for index data, all pages, or a specific page path.

Inferred read-only
compare_docs_index_refresh

Force-refresh the docs indexes and return before/after hashes so content changes can be proven.

Inferred read-only
compare_doc_page_refresh

Force-refresh a docs page and return before/after hashes so page content changes can be proven.

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.ac-tandem-docs-mcp]
url = "https://tandem.ac/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ac-tandem-docs-mcp": {
      "type": "http",
      "url": "https://tandem.ac/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ac-tandem-docs-mcp",
  "transport": "streamable-http",
  "url": "https://tandem.ac/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for tandem.ac was fetched 2026-08-03T14:03:05.722Z and is being refreshed.

Trust status Neutral

tandem.ac is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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