Skip to content
Back to search
100
MCP live v0.3.2 streamable-http

ac.tandem/docs-mcp

ac.tandem/docs-mcp

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

Uptime
20.2%
168 probes
Response
238ms
last probe
Tools
13
callable
Primary URL
https://tandem.ac/mcp

Tools · 13

search_docs

Search the published Tandem docs index for relevant pages.

get_doc

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

get_start_path

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

recommend_next_docs

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

answer_how_to

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

get_tandem_guide

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

warmup_docs_cache

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

get_docs_cache_status

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

refresh_docs_index

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

refresh_doc_page

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

invalidate_docs_cache

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

compare_docs_index_refresh

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

compare_doc_page_refresh

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

Similar MCP servers embedding-nearest

PandaDoc MCP Server
PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.
0 tools · streamable-http
io.github.hoornet/agentdocs-mcp
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
0 tools
remote-mcp-server
Remote MCP Server that securely connects Enterprise context with your LLM, IDE, or agent platform of choice.
0 tools
cm-docs-mcp-server
MCP server for CM.com documentation
0 tools
Condens Remote MCP Server
Remote MCP server for connecting to your Condens UX repository.
0 tools · streamable-http
adonis-docs-mcp
MCP server for AdonisJS documentation (v5, v6, v7) — gives AI agents quick access to AdonisJS docs
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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