mcp-server-insumer 1.10.0 → 1.10.1
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 +7 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,11 +48,13 @@ Add to your MCP settings:
|
|
|
48
48
|
}
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
### Get
|
|
51
|
+
### Get a key — no signup, no dashboard, no password
|
|
52
|
+
|
|
53
|
+
Three paths, all give you a working `insr_live_...` key in seconds with 100 reads/day and 10 verification credits. One free key per email.
|
|
52
54
|
|
|
53
55
|
**Option A — Let your agent do it:** Start the server without a key. Your AI agent can call the `insumer_setup` tool with your email to generate a free key instantly. Add it to your config and restart.
|
|
54
56
|
|
|
55
|
-
**Option B — Terminal
|
|
57
|
+
**Option B — Terminal:**
|
|
56
58
|
|
|
57
59
|
```bash
|
|
58
60
|
curl -s -X POST https://api.insumermodel.com/v1/keys/create \
|
|
@@ -60,12 +62,12 @@ curl -s -X POST https://api.insumermodel.com/v1/keys/create \
|
|
|
60
62
|
-d '{"email": "you@example.com", "appName": "MCP Server", "tier": "free"}'
|
|
61
63
|
```
|
|
62
64
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
**Option C — Browser:** Go to [insumermodel.com/developers](https://insumermodel.com/developers/#pricing) and generate a free key instantly.
|
|
65
|
+
**Option C — Browser:** Enter your email on [insumermodel.com](https://insumermodel.com/?utm_source=npm-mcp-server-insumer) — the key appears inline.
|
|
66
66
|
|
|
67
67
|
Set it as `INSUMER_API_KEY` in your config.
|
|
68
68
|
|
|
69
|
+
**Already have a key?** Manage usage, top up, or upgrade at [insumermodel.com/developers/account/](https://insumermodel.com/developers/account/?utm_source=npm-mcp-server-insumer).
|
|
70
|
+
|
|
69
71
|
## What You Get Back
|
|
70
72
|
|
|
71
73
|
When your agent calls `insumer_attest`, you get an ECDSA-signed attestation:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-server-insumer",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.1",
|
|
4
4
|
"description": "MCP server for InsumerAPI — condition-based access infrastructure. Send a wallet and conditions, get a signed boolean across 37 chains. 27 tools: attestation, wallet trust profiles (49 checks across 27 chains incl. Solana, XRPL, Bitcoin, Tron, Stellar, Sui), compliance templates, ACP/UCP commerce, Merkle proofs, crypto key purchase (USDC/USDT/BTC/USDT-TRC20), instant API key setup. No balances exposed, no identity required.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Douglas Borthwick",
|