@xrpl-utilities/mcp 0.1.15 → 0.1.16

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.
@@ -19,7 +19,7 @@ export const sentinel = {
19
19
  description: "Classify an XRPL wallet by its on-chain activity pattern. Returns " +
20
20
  "activity_score (0-100, higher = more automated/service-like), " +
21
21
  "activity_level (Low/Medium/High/Dormant/Unknown), confidence, " +
22
- "signals[] from a 23-entry behavioral catalog, top_counterparties[] " +
22
+ "signals[] from a 24-entry behavioral catalog, top_counterparties[] " +
23
23
  "with XRPScan labels, an AI-generated reasoning narrative, and a " +
24
24
  "_delta block when prior recorded scans exist. Costs $0.10 USD per " +
25
25
  "call paid via XRPL x402 (XRP or RLUSD). Pass payment_signature " +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xrpl-utilities/mcp",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Model Context Protocol server for the XRPL-Utilities portfolio: Sentinel (wallet classifier), Pulse (signal feed), Telemetry (supply + utility floor), and Trust (XLS-70/80/81 directory). Exposes each service's read endpoints as MCP tools so AI agents can discover and use them via stdio (Claude Desktop) or HTTP/SSE (hosted at mcp.xrpl-utilities.io). Stateless passthrough — caller provides their own x402 payment header.",
5
5
  "license": "MIT",
6
6
  "type": "module",