You're viewing a demo portfolio

Join the waitlist
PRSM

freshness_subscribe

Active

Tool of Japan Public Ledgers MCP

declared in 0.1.0

Subscribe a machine/AI pipeline to ledger-change notifications: when a matching record changes, a signed "stale" event (with an F-037 receipt proving the change) is POSTed to your callback_url so your RAG/index can re-index. Filters: ledger (optional), entity and/or topic (case-insensitive title substring). At least one filter is required. Body is HMAC-signed with your secret (X-Receipt-Signature). Backfill never fires. Price 0.0.

Parameters schema

{
  "type": "object",
  "required": [
    "callbackUrl",
    "secret"
  ],
  "properties": {
    "topic": {
      "type": "string",
      "description": "Additional case-insensitive substring"
    },
    "entity": {
      "type": "string",
      "description": "Case-insensitive substring of the item title"
    },
    "ledger": {
      "type": "string",
      "description": "Ledger key, e.g. 'sanction' (omit for all ledgers)"
    },
    "secret": {
      "type": "string",
      "description": "Shared secret used to HMAC-sign the POST body"
    },
    "callbackUrl": {
      "type": "string",
      "description": "HTTPS endpoint the stale event is POSTed to"
    },
    "jurisdiction": {
      "type": "string",
      "description": "Jurisdiction code (default 'jp')"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Japan Public Ledgers MCP

1/7 registries
View full server →
freshness_subscribe — Japan Public Ledgers MCP — PRSM MCP