Labsco
MCP SERVER · OFFICIAL PROJECT

Resemble AI Docs Search

by Resemble

One tool: search Resemble's API documentation and get back passages with their sources.

Framework & SDK Documentation LookupVerified
Summary
Know what this is before you connect it: docs search, not voice synthesis.

The name suggests it does something with Resemble's product; it does not. What it is good for is stopping an agent guessing at API shapes from memory, which is where most integration bugs start. Connect it while writing the integration, and expect nothing from it afterwards. It runs on a generic documentation server, so the behaviour will be familiar if you have used one from another vendor.

What it is

A documentation search endpoint, not a product one. It answers questions about Resemble's voice API rather than doing anything with voices — useful when a coding agent is writing against that API.

What you get

searchDocs — a query against the documentation, returning relevant passages with source links.

Requirements

Nothing. Add the URL to any client; no credentials.

Setup effort

Paste a URL — add the endpoint to your client