Back to search
100
MCP 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
45.5%
33 probes
Response
31ms
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

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
adonis-docs-mcp
MCP server for AdonisJS documentation (v5, v6, v7) — gives AI agents quick access to AdonisJS docs
0 tools
TeamMCP
MCP server for team collaboration, providing tools to manage shared tasks, notes, and communication within AI workflows.
0 tools
argus-docs-mcp
MCP server for managing Argus project documentation from any AI client
0 tools
com.pulsemcp/google-docs
MCP server for Google Docs integration with OAuth2 and service account support.
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"
    }
  }
}