io.github.ainode-tech/swiss-army
io.github.ainode-tech/swiss-army22 utility tools (x402 USDC on Base): currency, PDF, image, GDPR. Free health.
Tools · 23
Health check. Returns server status and optional echo.
Convert JSON array of objects to RFC 4180 CSV.
Convert CSV string to JSON array of objects.
Encode a UTF-8 string to Base64.
Decode a Base64 string to UTF-8.
Generate MD5, SHA-256, or SHA-512 hex digest.
Generate one or more UUID v4 values.
Strip HTML tags and decode entities to plain text.
Convert Markdown to HTML.
Extract Open Graph metadata from a URL.
Convert a datetime between IANA timezones.
Parse a cron expression and return next run times.
Test a regex pattern against an input string.
Convert an amount between currencies using cached ECB exchange rates.
Extract text content from a base64-encoded PDF document.
Resize and compress a base64-encoded image.
Validate Portuguese NIF/NIPC tax identification number (mod-11 check digit).
Validate IBAN (ISO 13616 mod-97) with SEPA BIC lookup for Portuguese banks.
Verify EU VAT number via VIES (European Commission free API).
Detect GDPR PII categories in text (email, phone, IP, name, location). Returns categories only, never actual PII values.
Generate Content-Security-Policy header from structured directives input.
Validate CORS policy against security best practices. Reports issues by severity.
Detect hardcoded secrets, API keys, and credentials in text using pattern matching and entropy analysis.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.ainode-tech/swiss-army": {
"url": "https://swiss.api.ainode.tech/mcp",
"transport": "streamable-http"
}
}
}