mcp-server-insumer 1.8.1 → 1.8.2
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 +3 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Enables AI agents (Claude Desktop, Cursor, Windsurf, and any MCP-compatible clie
|
|
|
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
|
|
|
11
|
-
Also available as: [LangChain](https://pypi.org/project/langchain-insumer/) (
|
|
11
|
+
Also available as: [LangChain](https://pypi.org/project/langchain-insumer/) (26 tools, PyPI) | [langchain-community](https://github.com/langchain-ai/langchain/pull/549) (26 tools, PR #549) | [ElizaOS](https://www.npmjs.com/package/eliza-plugin-insumer) (10 actions, npm) | [OpenAI GPT](https://chatgpt.com/g/g-699c5e43ce2481918b3f1e7f144c8a49-insumerapi-verify) (GPT Store) | [insumer-verify](https://www.npmjs.com/package/insumer-verify) (client-side verification, npm)
|
|
12
12
|
|
|
13
13
|
**[Full AI Agent Verification API guide](https://insumermodel.com/ai-agent-verification-api/)** — covers all 32 chains, trust profiles, commerce protocols, and signature verification.
|
|
14
14
|
|
|
@@ -246,17 +246,13 @@ This runs 4 independent checks: ECDSA signature, condition hash integrity, block
|
|
|
246
246
|
|
|
247
247
|
## Handling `rpc_failure` Errors
|
|
248
248
|
|
|
249
|
-
If the API cannot reach one or more data sources
|
|
249
|
+
If the API cannot reach one or more blockchain data sources after retries, endpoints that produce signed attestations (`insumer_attest`, `insumer_trust`, `insumer_trust_batch`) return `ok: false` with error code `rpc_failure`. No signature, no JWT, no credits charged. This is a retryable error — the MCP client should retry after a short delay (2-5 seconds).
|
|
250
250
|
|
|
251
251
|
**Important:** `rpc_failure` is NOT a verification failure. Do not treat it as `pass: false`. It means the data source was temporarily unavailable and the API refused to sign an unverified result.
|
|
252
252
|
|
|
253
253
|
## Supported Chains (32)
|
|
254
254
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
**4 Covalent chains:** Taiko, Ronin, Moonriver, Viction
|
|
258
|
-
|
|
259
|
-
**Non-EVM:** Solana, XRPL (XRP Ledger — native XRP, trust line tokens, NFTs)
|
|
255
|
+
30 EVM chains + Solana + XRP Ledger. Includes Ethereum, Base, Polygon, Arbitrum, Optimism, BNB Chain, Avalanche, and 23 more. [Full list →](https://insumermodel.com/developers/api-reference/)
|
|
260
256
|
|
|
261
257
|
## Development
|
|
262
258
|
|
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.
|
|
3
|
+
"version": "1.8.2",
|
|
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.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Douglas Borthwick",
|
|
7
7
|
"mcpName": "io.github.douglasborthwick-crypto/insumer",
|