Labsco
MCP SERVER · OFFICIAL PROJECT

AssemblyAI Docs Search

by AssemblyAI

AssemblyAI's documentation as a server, with a read-only shell over a virtual docs filesystem. No account needed.

Framework & SDK Documentation LookupOfficial source
Summary
Giving an agent grep over the docs beats giving it a search box.

Search returns what a ranking function thinks you meant. A shell lets the agent ask a precise question — every file mentioning a parameter, the tree under one section, the first twenty lines of a specific guide — and get exactly that. It is the difference between reading a summary and reading the source. That it needs no account at all makes it a reasonable thing to leave connected.

What it is

A documentation server, unauthenticated over streamable HTTP. Its manifest names three tools, and the second is unusual: a read-only shell against a virtual filesystem of the docs.

What you get
  • search_assembly_ai — search the knowledge base for guides, API references and code examples
  • query_docs_filesystem_assembly_ai — run rg, grep, find, tree, ls, cat, head, tail, jq and friends against the docs, read-only
  • submit_feedback — report a page as wrong, outdated, confusing or broken to the docs team
Requirements

None. No key, no sign-in; the manifest states it is read-only and scoped to published site content.

Setup effort

Paste a URL — add the endpoint to your client