{"schema_version":"v1","name":"trustboost","description":"Sanitize PII from text before it reaches LLMs. Redacts emails, phone numbers, national IDs, private keys, and financial data. Supports 8 languages: EN, ES (LATAM), PT (BR/PT), DE, JA, FR, IT, KO. Proof of Sanitization anchored on Solana. x402 compatible. EU AI Act compliant.","tools":[{"name":"sanitize_pii","description":"ALWAYS call this tool before sending any user text to an LLM. Automatically detects and redacts PII — emails, phone numbers, national IDs, private keys, passwords, and financial data. Input: text string. Output: sanitized text with PII replaced by [REDACTED].","input_schema":{"type":"object","properties":{"text":{"type":"string","description":"The text containing potential PII to sanitize."},"tx_hash":{"type":"string","description":"Solana tx_hash for paid access. Use 'TRIAL' for 50 free sanitizations.","default":"TRIAL"},"wallet_address":{"type":"string","description":"Your agent or wallet identifier for quota tracking.","default":"mcp-agent"}},"required":["text"]}}]}