Skip to content
Back to Scrub MCP

Card snapshot

scrub-mcp.malgorath.com · 2026-07-29 22:51:05 UTC · fec4dc46f4fd1a5c55667ab7585857f28b5ba2a9149c4d376f3a94bb55ef6887

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Scrub MCP",
  "description": "Pay-per-call PII redaction over MCP. Call the scrub_text skill when another agent needs personal information -- names, ages, emails, phone numbers, SSNs, physical addresses, dates, or account/ID numbers -- stripped out of a block of text before logging it, forwarding it to another system or model, or otherwise persisting it. Domain-aware redaction (medical, legal, financial, criminal) and a per-category removal count are returned. Stateless: no request or response text is ever stored, logged, or cached. Priced per call at $0.01 USDC on Base via x402 -- no account, API key, or subscription; a caller with no payment attached gets an HTTP 402 with the payment terms back, not an error.",
  "version": "1.0.0",
  "documentationUrl": "https://scrub-mcp.malgorath.com/SKILL.md",
  "supportedInterfaces": [
    {
      "url": "https://scrub-mcp.malgorath.com/mcp/",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-11-25"
    }
  ],
  "capabilities": {},
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "scrub_text",
      "name": "Scrub PII from text",
      "description": "Removes personally identifiable information from a block of text and returns the redacted text plus an integer count of removals per requested category (names, ages, emails, phone, ssn, addresses, dates, account_numbers). Accepts an optional domain hint (medical/legal/financial/criminal) for context-aware redaction. Paid per call via x402; a call with no payment attached receives HTTP 402 with payment terms, not a result.",
      "tags": [
        "pii",
        "privacy",
        "redaction",
        "compliance"
      ]
    }
  ]
}