# ac.tandem/docs-mcp (remote · tandem.ac)

Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.

- Trust score: 67/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `tandem.ac`: 67/100 (this document), [markdown](https://verifymcp.io/servers/ac-tandem-docs-mcp/tandem.md), [page](https://verifymcp.io/servers/ac-tandem-docs-mcp/tandem)

## Channel facts

- Endpoint: `https://tandem.ac/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 98% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1858 tokens (~29/item across 63 items; 13 tools + 50 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ac-tandem-docs-mcp https://tandem.ac/mcp
```

### Codex

```toml
[mcp_servers.ac-tandem-docs-mcp]
url = "https://tandem.ac/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ac-tandem-docs-mcp": {
      "type": "remote",
      "url": "https://tandem.ac/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ac-tandem-docs-mcp --url https://tandem.ac/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ac-tandem-docs-mcp:
    url: "https://tandem.ac/mcp"
```

### Other

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

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 67, +1)

- [security] Resource “Overview” now points somewhere else: tandem-docs://stable/desktop/overview/ → tandem-docs://stable/incident-monitor/overview/

### 2026-08-02 (score 66, 0)

- [security] Resource “Overview” now points somewhere else: tandem-docs://stable/desktop/overview/ → tandem-docs://stable/incident-monitor/overview/

### 2026-08-01 (score 66, +1)

- [security] Resource “Overview” now points somewhere else: tandem-docs://stable/desktop/overview/ → tandem-docs://stable/incident-monitor/overview/

### 2026-07-31 (score 65, −3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 68, 0)

- [security] Resource “Overview” now points somewhere else: tandem-docs://stable/desktop/overview/ → tandem-docs://stable/incident-monitor/overview/

### 2026-07-29 (score 68, +1)

- [security] Resource “Overview” now points somewhere else: tandem-docs://stable/desktop/overview/ → tandem-docs://stable/incident-monitor/overview/

### 2026-07-28 (score 67, +1)

- [security] Resource “Overview” now points somewhere else: tandem-docs://stable/desktop/overview/ → tandem-docs://stable/incident-monitor/overview/

### 2026-07-27 (score 66, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (13)

### `search_docs` (~143 tokens)

Search the published Tandem docs index for relevant pages.

Input parameters:

- `audience` (string): Optional audience filter such as developer, desktop user, or operator.
- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable. Use next, refs/<sha>, or releases/<version> only when explicitly needed.
- `engine_version` (string): Optional Tandem engine version hint. If supplied without docs_ref, the MCP still defaults to stable unless a matching versioned docs ref is configured.
- `limit` (integer): Maximum number of matching docs pages to return.
- `query` (string, required): The Tandem question, task, or keyword query to search for.

### `get_doc` (~77 tokens)

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

Input parameters:

- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.
- `engine_version` (string): Optional Tandem engine version hint for compatibility checks.
- `path` (string, required): Docs path like /sdk/python/ or a full Tandem docs URL.

### `get_start_path` (~62 tokens)

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

Input parameters:

- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.
- `role` (string, required): The user role to optimize the docs starting point for.

### `recommend_next_docs` (~101 tokens)

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

Input parameters:

- `current_path` (string, required): Current Tandem docs path the user has already read.
- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.
- `goal` (string): Optional goal such as install Tandem, use the Python SDK, or build workflows.
- `limit` (integer): Maximum number of next-doc recommendations to return.

### `answer_how_to` (~126 tokens)

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

Input parameters:

- `audience` (string): Optional audience hint such as developer, desktop user, or operator.
- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.
- `engine_version` (string): Optional Tandem engine version hint. Prefer stable docs for installed engines.
- `limit` (integer): Maximum number of supporting docs recommendations to include.
- `task` (string, required): The Tandem task or question that needs a docs-grounded answer.

### `get_tandem_guide` (~71 tokens)

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

Input parameters:

- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.
- `topic` (string, required): Named Tandem learning guide to return.

### `warmup_docs_cache` (~62 tokens)

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

Input parameters:

- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.
- `force_refresh` (boolean): Whether to bypass cache and force fresh upstream fetches first.

### `get_docs_cache_status` (~23 tokens)

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

### `refresh_docs_index` (~63 tokens)

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

Input parameters:

- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.
- `force_refresh` (boolean): Whether to bypass cache and force a network refresh attempt.

### `refresh_doc_page` (~86 tokens)

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

Input parameters:

- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.
- `force_refresh` (boolean): Whether to bypass cache and force a network refresh attempt.
- `path` (string, required): Docs path like /start-here/ or /sdk/python/ to refresh.

### `invalidate_docs_cache` (~77 tokens)

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

Input parameters:

- `docs_ref` (string): Optional docs ref to scope page/index cache invalidation.
- `path` (string): Required when target is page; identifies the specific docs path to invalidate.
- `target` (string): Which cache area to invalidate.

### `compare_docs_index_refresh` (~45 tokens)

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

Input parameters:

- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.

### `compare_doc_page_refresh` (~72 tokens)

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

Input parameters:

- `docs_ref` (string): Docs channel or immutable ref. Defaults to stable.
- `path` (string, required): Docs path like /start-here/ or /sdk/python/ to compare before and after refresh.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ac-tandem-docs-mcp/tandem#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 68
- 2026-07-29: 68
- 2026-07-28: 67
- 2026-07-27: 66
- 2026-07-26: 66

## Links

- Remote endpoint: https://tandem.ac/mcp
- Repository: https://github.com/frumu-ai/tandem
- Website: https://tandem.ac/docs-mcp
- Changelog RSS feed: https://verifymcp.io/servers/ac-tandem-docs-mcp/tandem/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ac-tandem-docs-mcp/tandem/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ac-tandem-docs-mcp/tandem
