# Trailspark Docs MCP server

A read-only [Model Context Protocol](https://modelcontextprotocol.io) server for Trailspark's public product documentation. No sign-in or API key.

- **URL:** https://docs.trailspark.ai/mcp
- **Transport:** Streamable HTTP (POST JSON-RPC). There is no SSE stream.

## Connect

Claude Code:

```bash
claude mcp add --transport http trailspark-docs https://docs.trailspark.ai/mcp
```

Claude Desktop, Cursor, VS Code and other clients: add a remote (HTTP) MCP server with the URL above. Step-by-step instructions for each: https://docs.trailspark.ai/agent-access/connect-an-agent-to-docs

## Tools

| Tool | What it does |
|---|---|
| `search_docs` | Find pages about a feature, setting or on-screen label |
| `get_doc` | Read one page as Markdown |
| `list_docs` | List pages, optionally for one section |
| `list_collections` | List documentation sections |

## Fair use

Requests are rate limited per client. When a limit is reached the server answers HTTP 429 with a `Retry-After` header: wait that many seconds before retrying. Repeated violations are blocked temporarily.

Report problems or abuse to contact@trailspark.ai.

Prefer plain files? Every page is also available as Markdown at `https://docs.trailspark.ai/<collection>/<slug>.md`, and the full set at https://docs.trailspark.ai/llms-full.txt.
