Endpoint: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.
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)
| Step | Action |
|---|---|
| 1 | neus_context — session home for profile and context |
| 2 | If Bearer exists, neus_me |
| 3 | For agents, neus_agent_link |
| 4 | neus_proofs_check — check access without creating proof records |
| 5 | If satisfied, continue without hosted verify |
| 6 | neus_proofs_get — proof state, proof inventory, qHash values, tags, optional delegated agentWallet reads |
| 7 | neus_verify only when Profile, wallet, and signing already match |
| 8 | neus_verify_or_guide only when proof, profile, payment, provider, wallet, or delegation setup is missing |
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
| Step | What to send |
|---|---|
| Prepare | neus_verify without signature; sign signerString |
| Finish | neus_verify again with the same request fields plus signature |