mcp-server-insumer 1.7.8 → 1.7.9
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 +13 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,10 +52,19 @@ Add to your MCP settings:
|
|
|
52
52
|
|
|
53
53
|
**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
54
|
|
|
55
|
-
**Option B —
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
55
|
+
**Option B — Terminal (no browser needed):**
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
curl -s -X POST https://us-central1-insumer-merchant.cloudfunctions.net/createDeveloperApiKey \
|
|
59
|
+
-H "Content-Type: application/json" \
|
|
60
|
+
-d '{"email": "you@example.com", "appName": "MCP Server", "tier": "free"}' | jq .
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
Returns an `insr_live_...` key with 10 credits and 100 calls/day. One free key per email.
|
|
64
|
+
|
|
65
|
+
**Option C — Browser:** Go to [insumermodel.com/developers](https://insumermodel.com/developers/#pricing) and generate a free key instantly.
|
|
66
|
+
|
|
67
|
+
Set it as `INSUMER_API_KEY` in your config.
|
|
59
68
|
|
|
60
69
|
## What You Get Back
|
|
61
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-server-insumer",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.9",
|
|
4
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, instant API key setup. Not a loyalty program. Not an oracle.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Douglas Borthwick",
|