Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neus.network/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint: https://mcp.neus.network/mcp NEUS exposes hosted NEUS MCP for proof receipts, Profile-aware flows, eligibility checks, proof reads, agents, and delegated context (setup). Golden path: check existing trust, reuse it, delegate it, gate against it, and open a hosted URL only when proof, payment, provider, wallet, profile, or delegation setup is missing.

Setup

Tools

Auth

Decision tree (call neus_context first every session)

StepAction
1neus_context — session home for profile and context
2If Bearer exists, neus_me
3For agents, neus_agent_link
4neus_proofs_check — check access without creating proof records
5If satisfied, continue without hosted verify
6neus_proofs_get — proof state, proof inventory, qHash values, tags, optional delegated agentWallet reads
7neus_verify only when Profile, wallet, and signing already match
8neus_verify_or_guide only when proof, profile, payment, provider, wallet, or delegation setup is missing
Also: neus_verifiers_catalog when neus_context is insufficient for schemas. neus_me once a Profile personal access key is configured on this MCP session (expect status: ok).

Headless signing

StepWhat to send
Prepareneus_verify without signature; sign signerString
Finishneus_verify again with the same request fields plus signature
Do not repeat prepare. Field names and tools: Tools.