Call neus_context once at the start of a NEUS MCP session.
It returns setup links, available checks, the recommended workflow, and profile details when the connection is signed in.
Use neus_me only when you need to refresh profile context or look up a public wallet/DID.
Profile context can include profileSummary.proofsSummary: a compact receipt summary with totals, check counts, and recent receipt references. Use neus_proofs_get for full records or more pages.
What it returns
| Field | Use |
|---|
setup.mcpEndpoint | The hosted MCP endpoint in use (https://mcp.neus.network/mcp) |
sessionWallet | Account used by signed-in tools; omit wallet when the tool allows it |
runtimeContract | Recommended tool order and stopping conditions |
autopilot | Receipt reuse and next-step guidance |
verifierSummary | Compact list of available checks |
trustResult | Passed, Action needed, and Blocked response guidance |
tools | Map of available NEUS MCP tools |
profileSummary | Signed-in profile context, including proofsSummary |
When signed in, let account-based tools use the current profile and check existing receipts before opening a browser link.
Session flow recap: Overview. Reuse existing receipts first; use hosted links only when the next step needs a browser. Last modified on July 9, 2026