Tool search 164,478 tools · 10,067 live servers
Filtersactive
- anonymize_pdf_custom
Anonymize a PDF using a custom natural-language prompt instead of predefined tags. :param pdf: Base64-encoded PDF document to process. :param prompt: Custom prompt describing what to detect and redact, e.g. "Redact all dates, names, and email addresses". :param api_key: API key used to authenticate and meter usage. Generate one at https://pdf-redaction.com/apikeys/. :return: dict with "pdf" (base64-encoded redacted PDF), "detected_pii", and "processing_time".
- get_quote_status
Look up public-safe quote status using the quote request ID and matching customer email. Alias intents: check quote status, check manual review status, check payment-link availability. Does not expose private file keys, payment URLs, or sensitive operational details.
- start_signup
Get a Usero API key without leaving the agent. Sends the user an EMAIL with a confirm button; pressing it creates their Usero account if needed and lets check_signup collect an API key for this MCP client. Returns a pollToken for check_signup. No key is shown in the browser. 5 per email per hour; the link expires in 15 minutes.
- check_signup
Poll after start_signup. Returns { status: "pending" } until the user presses the button in the email, then { status: "ready", apiKey } exactly once; the pollToken is dead after that. Poll every 5 seconds for up to 15 minutes.