mcp-server-insumer 1.9.6 → 1.9.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -255,6 +255,14 @@ If the API cannot reach one or more blockchain data sources after retries, endpo
255
255
 
256
256
  30 EVM chains + Solana + XRP Ledger + Bitcoin. Includes Ethereum, Base, Polygon, Arbitrum, Optimism, BNB Chain, Avalanche, and 23 more. [Full list →](https://insumermodel.com/developers/api-reference/)
257
257
 
258
+ ## Also Available As
259
+
260
+ - **Claude Code Skill:** `smithery skill add douglasborthwick/insumer-skill` ([Smithery](https://smithery.ai/skills/douglasborthwick/insumer-skill) · [GitHub](https://github.com/douglasborthwick-crypto/insumer-skill)) — for *writing* wallet auth into your own projects from inside Claude Code. This MCP server gives an agent runtime access to the API; insumer-skill helps developers author integration code at build time. Different surfaces, same primitive.
261
+ - **ElizaOS Plugin:** `@insumermodel/plugin-eliza` ([npm](https://www.npmjs.com/package/@insumermodel/plugin-eliza))
262
+ - **LangChain (Python):** `pip install langchain-insumer` ([PyPI](https://pypi.org/project/langchain-insumer/))
263
+ - **OpenAI GPT:** [GPT Store](https://chatgpt.com/g/g-67bf98eb32dc8191a4051de54f7e2c6e-insumer-api-assistant)
264
+ - **Verifier (offline JWKS):** `npm install insumer-verify` ([npm](https://www.npmjs.com/package/insumer-verify))
265
+
258
266
  ## Development
259
267
 
260
268
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-server-insumer",
3
- "version": "1.9.6",
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.",
3
+ "version": "1.9.7",
4
+ "description": "MCP server for InsumerAPI — condition-based access infrastructure. Send a wallet and conditions, get a signed boolean across 33 chains. 27 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",