Skip to main content
NEUS Trust connects to any MCP-capable agent environment and adds identity, scoped authority, policy checks, and receipts before trusted actions. Hosted endpoint: https://mcp.neus.network/mcp

Trust at a glance

IdentityVerified
AuthorityScoped
PolicyChecked
ReceiptIssued
Endpointhttps://mcp.neus.network/mcp

Choose your environment

Cursor

Add NEUS Trust to Cursor

Claude Code

Install NEUS Trust for Claude Code

VS Code

Install NEUS Trust MCP Server

Codex

Connect NEUS Trust MCP

Cline

Connect NEUS Trust MCP

ChatGPT / OpenAI

Connect NEUS Trust App

Server / CI

Use NEUS access key

One-command setup

Detects your environment and wires hosted NEUS MCP automatically.
npx -y -p @neus/sdk neus setup
npx -y -p @neus/sdk neus doctor --live
Then call neus_context at the start of each session. For agent workflows, call neus_agent_link before assuming identity or delegation is ready.

Platform details

For per-editor config paths, JSON snippets, and manual setup steps, see MCP setup.
SurfaceWhat NEUS ships
CursorMCP install path to hosted NEUS Trust
VS CodeMCP server config + gallery presence
Claude CodeClaude plugin adapter for the trust workflow skill
CodexMCP server config + Codex OAuth flow
OpenAI Apps SDKRemote MCP app wrapper
MCP RegistryPublic remote MCP server listing
CI / serversneus setup --access-key <npk_...>

What to do next

  1. Run neus_context once per session.
  2. Use neus_proofs_check to reuse existing receipts before starting new verification.
  3. Use neus_agent_link before assuming an agent identity or delegation is ready.
  4. Use neus_verify_or_guide only when setup, consent, payment, or account prerequisites are missing.
Read the full MCP overview for the tool list and session order.
Last modified on June 5, 2026