Client Setup
Cursor
Claude Desktop
VS Code
Use the same JSON structure in your MCP client config or extension settings.Recommended Go-Live Pattern
For production integrations, keep the integration model simple:- Use the hosted MCP endpoint for fastest production adoption.
- Start every flow with
neus_verifiers_catalogorneus_proofs_check. - When verification is missing, send users to hosted verify instead of rebuilding interactive verifier UX.
- Treat the proof receipt ID as the portable receipt you can reuse across apps and agents.
- Keep private proof handling inside NEUS; consume eligibility and receipt IDs, not raw claims.