Skip to main content
docs.neus.network. Read in this order for correct fields and flows.

Read first

  1. Home
  2. Get started
  3. Integration
  4. JavaScript SDK
  5. MCP tools
  6. Choose an integration path

MCP tool order

  1. https://mcp.neus.network/mcp. Setup
  2. neus_context
  3. Bearer, then neus_me (status: ok). Auth
  4. neus_proofs_check, neus_verify, neus_verify_or_guide, agents. Overview
  5. neus_proofs_get. Proofs get
npx -y -p @neus/sdk neus init installs the hosted NEUS MCP server into supported clients automatically. Use neus auth --access-key <npk_...> when you want account-scoped tools such as neus_me and private reads.

Rules

Exports

# Canonical machine summary (source: `neus` repo `public/llms.txt`)
curl https://neus.network/llms.txt

MCP JSON

type is client-specific; many accept streamableHttp for this URL.
{
  "mcpServers": {
    "neus": {
      "type": "streamableHttp",
      "url": "https://mcp.neus.network/mcp"
    }
  }
}
MCP overview | Setup | API