Connect (URL only)
Add this configuration to your MCP settings (Cursor, Claude Code, Claude Desktop, VS Code, or any client that supports HTTP MCP). Use the URL exactly as shown, including/mcp.
neus_context, public catalog, context, and hosted verification flows.
First call
After connecting, have the assistant runneus_context once. It returns verifier and billing context in one round trip. No access key required.
Account-scoped connection
When you needneus_me, private proof reads, or calls that debit your NEUS credits over MCP, add Authorization: Bearer with your personal access key from Access keys (same token shape as api.neus.network). Auth
Do not put this key in browser bundles or end-user clients. Production apps use create an app, choose who pays, and the SDK (see Get started), not your personal access key on the public web.
Cursor
Merge intomcp.json (or your user-level MCP config). Replace the placeholder with your access key, or use environment variable expansion if your client supports it.
Claude Code
Use the samemcpServers block in .claude/mcp.json at the project or user scope.
Claude Desktop / VS Code
Use the sametype, url, and optional headers fields your MCP client documents for Streamable HTTP transports. If the UI only accepts a URL, keep URL-only mode and use tools that return hosted verify links until your client supports headers.
Hosted verification links work for both web2 and web3 users: open the link, follow the NEUS flow, and only connect or sign when the selected proof requires it.
First run
- Run
neus_context. - Ask the assistant to run
neus_verify_or_guide(orneus_proofs_check). - Open any
https://neus.network/verifylink in the browser. - Optional
neus_proofs_getwhen you have an id. Tools - Sessions / private data: add Bearer and Auth.
Related
Overview
What to do after connecting.
Tools
Tool parameters.
Auth
Bearer and privacy.
Endpoints
Discovery and well-known URLs.