ac.tandem/docs-mcp
https://tandem.ac/mcpskills: {'id': 'search_docs', 'name': 'search_docs', 'description': 'Search the published Tandem docs index for relevant pages.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_doc', 'name': 'get_doc', 'description': 'Fetch and normalize a published Tandem docs page by path or URL.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_start_path', 'name': 'get_start_path', 'description': 'Recommend the best Tandem docs starting path for a desktop user, server admin, or developer.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'recommend_next_docs', 'name': 'recommend_next_docs', 'description': 'Recommend the next Tandem docs to read after a current page, optionally biased toward a goal.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'answer_how_to', 'name': 'answer_how_to', 'description': 'Answer how to install or use Tandem, build workflows, or use the SDKs by synthesizing relevant published docs.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_tandem_guide', 'name': 'get_tandem_guide', 'description': 'Return a structured Tandem learning guide for install-engine, python-sdk, typescript-sdk, build-workflows, or headless-deploy.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'warmup_docs_cache', 'name': 'warmup_docs_cache', 'description': 'Refresh the docs index and preload the most important Tandem docs pages into cache.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_docs_cache_status', 'name': 'get_docs_cache_status', 'description': 'Inspect the current docs cache state for index sources and warmed pages.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 319.9ms; conformance: pass
How to connect
https://tandem.ac/mcp
curl -X POST https://tandem.ac/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'