Skip to main content
Mintlify serves structured doc indexes for AI tool ingestion. Use them to give LLMs context about NEUS verification, MCP, and API.

Smaller Context (Routes)

llms.txt returns a markdown index with page routes and descriptions. Use when token budget is limited:
curl https://docs.neus.network/llms.txt

Larger Context (Full Docs)

llms-full.txt returns the full documentation in one file. Use when you need complete context:
curl https://docs.neus.network/llms-full.txt

Cursor and MCP

For Cursor or other MCP-compatible editors, add the NEUS MCP server for live verification tools:
{
  "mcpServers": {
    "neus": {
      "type": "streamableHttp",
      "url": "https://mcp.neus.network/mcp"
    }
  }
}
See MCP Server for tool reference and setup.