Learning Resources
tandem.ac
Assists users in searching and understanding Tandem documentation by providing relevant pages, recommendations, and how-to answers.
ENDPOINT 1
https://tandem.ac/mcp
MCP server metadata
- Name
- ac.tandem/docs-mcp
- Version
- 0.3.2
Use tools/list and tools/call to retrieve Tandem documentation guidance.
Known tools 13
get_start_pathRecommend the best Tandem docs starting path for a desktop user, server admin, or developer.
Inferred read-onlyrecommend_next_docsRecommend the next Tandem docs to read after a current page, optionally biased toward a goal.
Inferred read-onlyanswer_how_toAnswer how to install or use Tandem, build workflows, or use the SDKs by synthesizing relevant published docs.
Inferred read-onlyget_tandem_guideReturn a structured Tandem learning guide for install-engine, python-sdk, typescript-sdk, build-workflows, or headless-deploy.
Inferred read-onlywarmup_docs_cacheRefresh the docs index and preload the most important Tandem docs pages into cache.
Inferred read-onlyget_docs_cache_statusInspect the current docs cache state for index sources and warmed pages.
Inferred read-onlyrefresh_docs_indexForce-refresh docs indexes and report whether data came from the network, cache, or stale fallback.
Inferred read-onlyrefresh_doc_pageForce-refresh a docs page and report whether content came from the network, cache, or stale fallback.
Inferred read-onlyinvalidate_docs_cacheInvalidate docs cache entries for index data, all pages, or a specific page path.
Inferred read-onlycompare_docs_index_refreshForce-refresh the docs indexes and return before/after hashes so content changes can be proven.
Inferred read-onlycompare_doc_page_refreshForce-refresh a docs page and return before/after hashes so page content changes can be proven.
Inferred read-onlyCONNECT 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.
tandem.ac is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.