Skip to main content

Hosted MCP Server

The Livepeer Docs exposes a hosted Model Context Protocol (MCP) server that allows AI clients to query documentation content directly.

Endpoint

https://docs.livepeer.org/mcp
Use this URL to connect any MCP-compatible AI client to the Livepeer documentation.

Available Tools

ToolDescription
search_livepeer_docsSearch across the Livepeer Docs knowledge base to find relevant information, code examples, API references, and guides. Returns contextual content with titles and direct links to documentation pages.

How to Connect

In Claude’s settings, add a new MCP server:
  1. Open Settings → Integrations → MCP Servers
  2. Add a new server with the URL https://docs.livepeer.org/mcp
  3. Claude can now query Livepeer documentation directly in any conversation
The MCP server is read-only and requires no API key. It gives AI clients grounded access to current Livepeer documentation rather than relying on training data.

llms.txt

The docs publish a standard llms.txt file — a community convention for helping LLMs understand a site’s structure and content.

Endpoint

https://docs.livepeer.org/llms.txt
This file contains a structured sitemap of the documentation hierarchy and is auto-generated by the docs platform. LLM tooling, RAG pipelines, and AI agents can fetch this file to understand what documentation exists before querying specific pages.
llms.txt follows the emerging llms.txt standard for making web content more accessible to language models.

skill.md

The docs also publish a skill.md file — an AI-readable summary of Livepeer’s developer platform capabilities, designed for use as an AI assistant skill or system prompt context.

Endpoint

https://docs.livepeer.org/skill.md
This file provides a concise, structured overview of Livepeer Studio’s core workflows, authentication patterns, and key implementation details — formatted for direct inclusion in AI system prompts or agent context windows.
Last modified on March 19, 2026