> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spiralstake.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Discovery

> How agents and crawlers find the Spiral MCP.

The Spiral MCP is discoverable without any prior knowledge.

<CardGroup cols={2}>
  <Card title="llms.txt" icon="file-lines" href="https://spiralstake.xyz/llms.txt">
    `spiralstake.xyz/llms.txt` — the file agents read first. Describes the MCP endpoint, tools, and capabilities.
  </Card>

  <Card title=".well-known/mcp.json" icon="magnifying-glass" href="https://api.spiralstake.xyz/.well-known/mcp.json">
    Machine-readable server descriptor, served from both the brand root and the API origin.
  </Card>

  <Card title="MCP Registry" icon="box-archive" href="https://registry.modelcontextprotocol.io">
    Listed as `xyz.spiralstake/leverage` in the official Model Context Protocol registry.
  </Card>

  <Card title="OpenAPI" icon="code" href="https://api.spiralstake.xyz/openapi.json">
    `/openapi.json` — the REST surface for non-MCP clients.
  </Card>
</CardGroup>

## robots.txt

`spiralstake.xyz/robots.txt` explicitly welcomes AI crawlers (GPTBot, ClaudeBot, PerplexityBot, and others) and points them to `llms.txt`.
