swiss-army

22 utility tools (x402 USDC on Base): currency, PDF, image, GDPR.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    22 utility tools (x402 USDC on Base): currency, PDF, image, GDPR. Free health.

    Server tool list (23)

    Raw names from tools/list. Only developers need these.

    healthHealth check. Returns server status and optional echo.
    json_to_csvConvert JSON array of objects to RFC 4180 CSV.
    csv_to_jsonConvert CSV string to JSON array of objects.
    encode_base64Encode a UTF-8 string to Base64.
    decode_base64Decode a Base64 string to UTF-8.
    generate_hashGenerate MD5, SHA-256, or SHA-512 hex digest.
    generate_uuidGenerate one or more UUID v4 values.
    html_to_textStrip HTML tags and decode entities to plain text.
    markdown_to_htmlConvert Markdown to HTML.
    extract_url_metadataExtract Open Graph metadata from a URL.
    convert_timezoneConvert a datetime between IANA timezones.
    parse_cronParse a cron expression and return next run times.
    test_regexTest a regex pattern against an input string.
    convert_currencyConvert an amount between currencies using cached ECB exchange rates.
    extract_pdf_textExtract text content from a base64-encoded PDF document.
    resize_imageResize and compress a base64-encoded image.
    validate_nifValidate Portuguese NIF/NIPC tax identification number (mod-11 check digit).
    validate_ibanValidate IBAN (ISO 13616 mod-97) with SEPA BIC lookup for Portuguese banks.
    verify_eu_vatVerify EU VAT number via VIES (European Commission free API).
    classify_gdprDetect GDPR PII categories in text (email, phone, IP, name, location). Returns categories only, never actual PII values.
    generate_cspGenerate Content-Security-Policy header from structured directives input.
    validate_corsValidate CORS policy against security best practices. Reports issues by severity.
    detect_secretsDetect hardcoded secrets, API keys, and credentials in text using pattern matching and entropy analysis.