mcp-server-insumer 1.9.3 → 1.9.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.
- package/README.md +2 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mcp-server-insumer) [](https://glama.ai/mcp/servers/@douglasborthwick-crypto/mcp-server-insumer) [](https://opensource.org/licenses/MIT)
|
|
4
4
|
|
|
5
|
-
MCP server for [InsumerAPI](https://insumermodel.com/developers/) —
|
|
5
|
+
MCP server for [InsumerAPI](https://insumermodel.com/developers/) — condition-based access infrastructure. Send a wallet and conditions, get a signed boolean across 33 chains. No balances exposed, no identity required, no trust in the API provider needed.
|
|
6
6
|
|
|
7
|
-
Enables AI agents (Claude Desktop, Cursor, Windsurf, and any MCP-compatible client) to add
|
|
7
|
+
Enables AI agents (Claude Desktop, Cursor, Windsurf, and any MCP-compatible client) to add condition-based access to any workflow — verify on-chain conditions, discover merchants, generate signed discount codes, and onboard new merchants.
|
|
8
8
|
|
|
9
9
|
**In production:** [DJD Agent Score](https://github.com/jacobsd32-cpu/djdagentscore) (Coinbase x402 ecosystem) uses InsumerAPI for AI agent wallet trust scoring. [Case study](https://insumermodel.com/blog/djd-agent-score-insumer-api-integration.html).
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-server-insumer",
|
|
3
|
-
"version": "1.9.
|
|
4
|
-
"description": "MCP server for
|
|
3
|
+
"version": "1.9.4",
|
|
4
|
+
"description": "MCP server for InsumerAPI — condition-based access infrastructure. Send a wallet and conditions, get a signed boolean across 33 chains. 26 tools: attestation, wallet trust profiles (40 checks across 24 chains incl. Solana, XRPL, Bitcoin), compliance templates, ACP/UCP commerce, Merkle proofs, crypto key purchase (USDC/USDT/BTC), instant API key setup. No balances exposed, no identity required.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Douglas Borthwick",
|
|
7
7
|
"mcpName": "io.github.douglasborthwick-crypto/insumer",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"url": "git+https://github.com/douglasborthwick-crypto/mcp-server-insumer.git"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
|
+
"condition-based-access",
|
|
14
15
|
"mcp",
|
|
15
16
|
"mcp-server",
|
|
16
17
|
"insumer",
|