Skip to main content
Most sessions do not need a separate neus_me call. Call neus_context first; when the connection is authenticated, it already includes signed-in profile context. Use neus_me when you need to refresh profile context, confirm a changed sign-in, or look up a public Profile by wallet/DID (Auth, Overview).
TopicDetail
Signed-in sessionRefreshes the current Profile context
URL-only MCPReturns auth_required — run neus auth or sign in through your host
No key, user must verifyneus_verify_or_guide
Public identifier lookupPass identifier (wallet or DID); visibility rules apply

Input

{
  "identifier": "0x..."
}
Omit identifier to use the authenticated MCP session.

Output

statusPayload
okprincipal (DID, handle, primary account), optional agents, and optional profileSummary
auth_requiredOptional ui_url
When present, profileSummary.proofsSummary is a compact profile snapshot with total, embeddedCount, isTruncated, byVerifier, latestByVerifier, latestByCategory, and latestByScope. Use neus_proofs_get for full paginated receipt history.
Last modified on June 9, 2026