@neus/mcp-server 1.1.1 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +10 -3
  3. package/server.json +32 -25
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @neus/mcp-server
2
2
 
3
- Public **discovery metadata** for the hosted NEUS MCP at **`https://mcp.neus.network/mcp`**. This package does not ship a runtime server.
3
+ **Trust infrastructure for agents that act** — public discovery metadata for hosted NEUS MCP at **`https://mcp.neus.network/mcp`**. Identity, authority, and reusable receipts for Cursor, Claude Code, Codex, and VS Code. This package does not ship a runtime server.
4
4
 
5
- ## Connect (recommended)
5
+ ## Connect
6
6
 
7
7
  ```bash
8
8
  npx -y -p @neus/sdk neus setup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neus/mcp-server",
3
- "version": "1.1.1",
4
- "description": "Public discovery metadata for the hosted NEUS MCP (streamable HTTP). Runtime is not shipped in this package.",
3
+ "version": "1.1.4",
4
+ "description": "Discovery manifest for hosted NEUS MCP — identity, authority, and trust receipts for AI assistants (streamable HTTP). Runtime is not shipped.",
5
5
  "type": "module",
6
6
  "main": "./index.mjs",
7
7
  "exports": {
@@ -26,7 +26,14 @@
26
26
  "verification",
27
27
  "trust-receipts",
28
28
  "proofs",
29
- "agents"
29
+ "agents",
30
+ "agent-identity",
31
+ "agent-delegation",
32
+ "cursor",
33
+ "claude-code",
34
+ "codex",
35
+ "vscode",
36
+ "ai-assistant"
30
37
  ],
31
38
  "files": [
32
39
  "index.mjs",
package/server.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "io.github.neus/neus-mcp",
4
- "title": "NEUS MCP",
5
- "description": "Identity and authority for AI assistants. Trust receipts over MCP. docs.neus.network/mcp/ide-plugin",
6
- "version": "1.1.1",
4
+ "title": "NEUS Trust",
5
+ "description": "Verifiable identity, scoped authority, policy checks, and receipts before agents run trusted actions. Hosted remote MCP for Cursor, Claude Code, Codex, VS Code, and CI.",
6
+ "version": "1.1.3",
7
7
  "repository": {
8
8
  "url": "https://github.com/neus/network",
9
9
  "source": "github"
10
10
  },
11
- "websiteUrl": "https://docs.neus.network/mcp/ide-plugin",
11
+ "websiteUrl": "https://docs.neus.network/install",
12
12
  "icons": [
13
13
  {
14
- "src": "https://neus.network/images/neus-brand-pack/apple-touch-icon.png",
14
+ "src": "https://neus.network/images/neus-brand-pack/favicon.svg?v=2026-06-03-mark-og-finalize-v1",
15
15
  "sizes": ["128x128"],
16
- "mimeType": "image/png"
16
+ "mimeType": "image/svg+xml"
17
17
  }
18
18
  ],
19
19
  "remotes": [
@@ -38,51 +38,51 @@
38
38
  "tools": [
39
39
  {
40
40
  "name": "neus_context",
41
- "description": "NEUS MCP session home: current mode, signed-in profile context, verifier summary, reuse-first workflow, tools, and safety rules. Call once at session start."
41
+ "description": "Start each session here: mode, signed-in profile context, verifier summary, reuse-first workflow, tool order, and safety rules."
42
42
  },
43
43
  {
44
44
  "name": "neus_verifiers_catalog",
45
- "description": "Full verifier directory with JSON schemas. Use after neus_context when payloads need exact fields beyond the summary."
45
+ "description": "Full verifier directory with JSON schemas. Call after neus_context when you need exact payload fields beyond the summary."
46
46
  },
47
47
  {
48
48
  "name": "neus_proofs_check",
49
- "description": "Checks whether existing proofs satisfy verifier IDs. Eligibility only; never creates proofs."
49
+ "description": "Check whether existing receipts already satisfy verifier IDs. Eligibility only never creates proofs."
50
50
  },
51
51
  {
52
52
  "name": "neus_verify",
53
- "description": "Creates or continues verification only when Profile access, wallet, and signing already satisfy NEUS for this verifier. Check existing receipts first."
53
+ "description": "Create or continue verification when profile access, wallet, and signing already meet NEUS requirements. Check existing receipts first."
54
54
  },
55
55
  {
56
56
  "name": "neus_verify_or_guide",
57
- "description": "Fallback orchestration after reuse checks: use only when proof, profile, payment, provider, wallet, or delegation setup is missing."
57
+ "description": "When setup is still missing: profile, wallet, payment, provider, or delegation. Use only after reuse checks fail."
58
58
  },
59
59
  {
60
60
  "name": "neus_proofs_get",
61
- "description": "Reads proof records, tags, delegated agent reads, Profile summary fields, and live proof state. Use returned proof records as receipt references."
61
+ "description": "Read proof records, tags, delegated agent reads, profile summary fields, and live status. Use returned qHashes as receipt references."
62
62
  },
63
63
  {
64
64
  "name": "neus_me",
65
- "description": "Refresh signed-in Profile context, or look up a public Profile by wallet/DID."
65
+ "description": "Refresh signed-in profile context, or look up a public profile by wallet or DID."
66
66
  },
67
67
  {
68
68
  "name": "neus_agent_link",
69
- "description": "Readiness check for an agent wallet: returns linked when agent-identity and agent-delegation proofs exist; otherwise link_required with hostedVerifyUrl."
69
+ "description": "Check agent wallet readiness: linked when identity and delegation receipts exist; otherwise returns a hosted verify URL."
70
70
  },
71
71
  {
72
72
  "name": "neus_agent_create",
73
- "description": "Prepares agent-identity and agent-delegation payloads (signatures and/or hostedVerifyUrl). Does not finalize receipts; confirm with neus_agent_link after signing. Skills/services fields are metadata only, not secrets."
73
+ "description": "Prepare agent identity and delegation (signatures and/or hosted verify). Confirm with neus_agent_link after signing. Skills/services fields are metadata only, not secrets."
74
74
  },
75
75
  {
76
76
  "name": "neus_secret_create",
77
- "description": "Store an env-style secret as an encrypted proof. Creates an ownership-basic proof with secret-storage tags. Values are AES-256-GCM sealed and never returned in plaintext via MCP."
77
+ "description": "Store an env-style secret as an encrypted proof (ownership-basic with secret-storage tags). Values are sealed and never returned in plaintext."
78
78
  },
79
79
  {
80
80
  "name": "neus_secret_list",
81
- "description": "List env-style secret proofs for a wallet. Returns metadata only (qHash, alias, type, updatedAt). Values are never exposed."
81
+ "description": "List stored secret proofs for a wallet. Metadata only (qHash, alias, type, updatedAt) values are never exposed."
82
82
  },
83
83
  {
84
84
  "name": "neus_secret_revoke",
85
- "description": "Revoke a stored secret proof by qHash. Removes the proof and cleans up any agent bindings. Requires authenticated ownership."
85
+ "description": "Revoke a stored secret proof by qHash and clean up agent bindings. Requires authenticated ownership."
86
86
  }
87
87
  ],
88
88
  "license": "Apache-2.0",
@@ -99,22 +99,29 @@
99
99
  "verification",
100
100
  "trust-receipts",
101
101
  "proofs",
102
- "agents"
102
+ "agents",
103
+ "agent-identity",
104
+ "agent-delegation",
105
+ "cursor",
106
+ "claude-code",
107
+ "codex",
108
+ "vscode",
109
+ "ai-assistant"
103
110
  ],
104
111
  "examples": [
105
112
  {
106
- "title": "Bootstrap a session",
107
- "description": "Load the MCP session home plus verifier summaries.",
113
+ "title": "Start every session",
114
+ "description": "Load trust context and verifier summaries before any other NEUS tool.",
108
115
  "prompt": "Call neus_context once, then follow recommendedFlow. When signed in, use returned profile context; call neus_me only to refresh identity context or look up a wallet/DID."
109
116
  },
110
117
  {
111
- "title": "Register an AI agent",
112
- "description": "Identity and delegation proofs for an agent wallet; confirm readiness before use.",
118
+ "title": "Register an agent wallet",
119
+ "description": "Issue identity and delegation receipts, then confirm the wallet is ready.",
113
120
  "prompt": "Use neus_agent_link first when an agent wallet already exists. Use neus_agent_create only when setup is missing. If a hosted URL is returned, share it exactly, then call neus_agent_link after completion."
114
121
  },
115
122
  {
116
- "title": "Reuse first, guide only when missing",
117
- "description": "Check existing trust before any browser handoff.",
123
+ "title": "Reuse receipts before verify",
124
+ "description": "Check existing trust before opening a browser verification flow.",
118
125
  "prompt": "Call neus_proofs_check for wallet 0x... and verifier IDs [\"ownership-basic\"]. If eligible, continue without hosted verify. If not eligible, call neus_verify_or_guide, share any returned hosted URL exactly, then call neus_proofs_get after completion."
119
126
  }
120
127
  ],