mcp-server-insumer 1.8.5 → 1.8.7
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.
- package/README.md +5 -1
- package/build/index.js +1 -1
- package/package.json +2 -2
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ When your agent calls `insumer_attest`, you get an ECDSA-signed attestation:
|
|
|
75
75
|
"ok": true,
|
|
76
76
|
"data": {
|
|
77
77
|
"attestation": {
|
|
78
|
-
"id": "ATST-
|
|
78
|
+
"id": "ATST-A7C3E1B2D4F56789",
|
|
79
79
|
"pass": true,
|
|
80
80
|
"results": [
|
|
81
81
|
{
|
|
@@ -267,3 +267,7 @@ npx @modelcontextprotocol/inspector node build/index.js
|
|
|
267
267
|
## License
|
|
268
268
|
|
|
269
269
|
MIT
|
|
270
|
+
|
|
271
|
+
---
|
|
272
|
+
|
|
273
|
+
If you find this useful, please star the repo — it helps others discover it.
|
package/build/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-server-insumer",
|
|
3
|
-
"version": "1.8.
|
|
4
|
-
"description": "MCP server for The Insumer Model — read-first blockchain verification infrastructure that returns ECDSA-signed, privacy-preserving booleans across 32 chains without exposing wallet balances. 26 tools: attestation, wallet trust profiles, compliance templates, ACP/UCP commerce, Merkle proofs, USDC key purchase, instant API key setup. Not a loyalty program. Not an oracle.",
|
|
3
|
+
"version": "1.8.7",
|
|
4
|
+
"description": "MCP server for The Insumer Model — read-first blockchain verification infrastructure that returns ECDSA-signed, privacy-preserving booleans across 32 chains without exposing wallet balances. 26 tools: attestation, wallet trust profiles (36 checks: USDC and USDT across 20 chains, governance, NFTs, staking), compliance templates, ACP/UCP commerce, Merkle proofs, USDC key purchase, instant API key setup. Not a loyalty program. Not an oracle.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Douglas Borthwick",
|
|
7
7
|
"mcpName": "io.github.douglasborthwick-crypto/insumer",
|
package/server.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"url": "https://github.com/douglasborthwick-crypto/mcp-server-insumer",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.8.
|
|
9
|
+
"version": "1.8.6",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "mcp-server-insumer",
|
|
14
|
-
"version": "1.8.
|
|
14
|
+
"version": "1.8.6",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|