For AI agents: the complete documentation index for the Restless API is available at https://build.restless.ai/llms.txt. This page is also available as Markdown at https://build.restless.ai/installs/claude.md (or send an Accept: text/markdown request header).

Use Restless with Claude

Connect Restless to Claude Code, Claude Desktop, or Claude.ai over MCP, then let Claude search endpoints and make calls for you.

Claude Code (CLI)

Run this from your terminal - Claude Code picks it up immediately.

claude mcp add --transport http restless-docs https://build.restless.ai/mcp

Claude Desktop

Add this entry under `mcpServers` in `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows), then restart Claude Desktop.

{
  "mcpServers": {
    "restless-docs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://build.restless.ai/mcp"
      ]
    }
  }
}

Claude.ai (Web)

In Claude.ai, open Settings → Connectors → Add custom connector, then paste this URL. Available on paid plans.

https://build.restless.ai/mcp

Open Claude.ai

Or paste this prompt

I want to use the Restless API.

If you support MCP (Model Context Protocol), connect to this server so you can search endpoints and make calls directly:
https://build.restless.ai/mcp

The full machine-readable documentation index is at https://build.restless.ai/llms.txt.
The complete OpenAPI spec is at https://build.restless.ai/openapi.yaml.
Read those, then help me make requests against the API.