> ## 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.

# Context (neus_context)

> Start here for the signed-in profile, available checks, and recommended workflow.

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](./overview)**. Reuse existing receipts first; use hosted links only when the next step needs a browser.
