Clear

other

913–936 of 6,966

api.strale.io

api.strale.io

62
score

Parse a full name into components: first, middle, last, prefix, suffix, nickname. Handles 'Dr. Karl-Johan von Lindström III' correctly.

USDC Base

api.strale.io

api.strale.io

62
score

Extract bank name and branch information from an IBAN. Returns bank name, BIC/SWIFT code, branch, and country. Pure algorithmic — uses bank code lookup tables.

USDC Base

api.strale.io

api.strale.io

62
score

Convert a curl command to equivalent code in TypeScript, Python, Go, Rust, Java, or PHP.

USDC Base

api.strale.io

api.strale.io

62
score

Resolve an ENS name to its Ethereum address. Supports all ENS names including .eth, DNS names on ENS, and subdomains. Also returns avatar URL and resolver contract.

USDC Base

api.strale.io

api.strale.io

62
score

Before interacting with a crypto service provider, verify they're licensed under EU MiCA regulation. Checks the ESMA register of authorized CASPs, the non-compliant entity list, sanctions status, and domain reputation.

USDC Base

api.strale.io

api.strale.io

62
score

Convert natural language schedule to cron expression, or explain an existing cron expression. Returns next run times.

USDC Base

api.strale.io

api.strale.io

62
score

Check if a crypto-asset service provider (CASP/VASP) is authorized under the EU MiCA regulation. Searches ESMA's official register of authorized CASPs. Returns authorization status, licensed services, home country, and passporting rights.

USDC Base

api.strale.io

api.strale.io

62
score

Search EU public procurement tenders on TED (Tenders Electronic Daily). Filter by keyword, country, and CPV code. Returns tender titles, authorities, values, deadlines, and links.

USDC Base

api.strale.io

api.strale.io

62
score

Parse XML string to JSON. Preserves attributes (as @attr), handles CDATA, auto-types values. Algorithmic.

USDC Base

api.strale.io

api.strale.io

62
score

Generate production nginx server blocks with SSL, proxy_pass, WebSocket support, security headers, gzip, rate limiting.

USDC Base

api.strale.io

api.strale.io

62
score

Validate SEPA XML files (pain.001 credit transfer, pain.008 direct debit). Checks structure, IBANs, BICs, amounts, transaction counts.

USDC Base

api.strale.io

api.strale.io

62
score

Search the EUIPO trademark database for registered and pending EU trademarks. Returns trademark names, numbers, status, owners.

USDC Base

api.strale.io

api.strale.io

62
score

Generate release notes from commit log or changelog. Keep a Changelog format with Added/Changed/Fixed/Removed sections.

USDC Base

api.strale.io

api.strale.io

62
score

Validate an IBAN number. Checks format, length, and mod-97 checksum. Extracts country code, bank identifier, and branch code. Pure algorithmic — fast and cheap.

USDC Base

api.strale.io

api.strale.io

62
score

Find optimal meeting times across time zones. Returns ranked slots by fairness, with local times for each participant. Algorithmic.

USDC Base

api.strale.io

api.strale.io

62
score

Verify bank details and tax IDs before your agent processes a payment. IBAN validation, bank identification, and counterparty VAT check.

USDC Base

api.strale.io

api.strale.io

62
score

Convert between units: length, weight, volume, temperature, area, speed, data storage. Algorithmic — instant.

USDC Base

api.strale.io

api.strale.io

62
score

Check a domain's SSL/TLS certificate. Returns issuer, validity dates, days until expiry, protocol version, cipher, and SAN entries.

USDC Base

api.strale.io

api.strale.io

62
score

Compress a prompt to be shorter while preserving semantic meaning. Specify target reduction percentage (10-70%).

USDC Base

api.strale.io

api.strale.io

62
score

Detect whether a phone number is mobile, landline, VOIP, toll-free, or premium rate. Essential for SMS delivery verification and communication routing.

USDC Base

api.strale.io

api.strale.io

62
score

Look up the primary ENS name for a wallet address. Includes forward verification to confirm the name actually points back to the address. Returns null if no ENS name is set.

USDC Base

api.strale.io

api.strale.io

62
score

Validate invoice data: VAT number format, line item math, tax calculations, EU compliance requirements.

USDC Base

api.strale.io

api.strale.io

62
score

Explain a regular expression in plain English with token-by-token breakdown. Optionally test against sample strings.

USDC Base

api.strale.io

api.strale.io

62
score

Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…

USDC Base