Skip to main content
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

FieldUse
setup.mcpEndpointThe hosted MCP endpoint in use (https://mcp.neus.network/mcp)
sessionWalletAccount used by signed-in tools; omit wallet when the tool allows it
runtimeContractRecommended tool order and stopping conditions
autopilotReceipt reuse and next-step guidance
verifierSummaryCompact list of available checks
trustResultPassed, Action needed, and Blocked response guidance
toolsMap of available NEUS MCP tools
profileSummarySigned-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