Code Sandbox — Execute Python, JS, SQL Safely
Sandboxed code execution API for AI agents. Execute Python, JavaScript, or SQL in an isolated environment. Returns stdout, execution time, and errors. 10-second timeout for safety.
Tools: code_execute_sandbox.
Use this for running calculations, testing code snippets, data transformations, or SQL queries without needing a local runtime. Safe execution with resource limits.
Returns: {stdout, executionTime, errors}. No API key required — x402 micropayment $0.01/call on Base L2.
OCR Text Extraction — Image to Text, Multi-Language
OCR (Optical Character Recognition) API for AI agents. Extract text from images via URL or base64 input. Confidence scoring, language detection, and multi-language support (English, French, German, Spanish, Chinese, Japanese, and more).
Tools: media_extract_text_from_image.
Use this for reading documents, receipts, screenshots, or any image with text. Essential for document processing pipelines.
Returns: {text, confidence, language}. No API key required — x402 micropayment $0.005/call on Base L2.
Hash Generator — MD5, SHA256, SHA512, bcrypt
Cryptographic hash generation API for AI agents. Generate MD5, SHA1, SHA256, SHA512, and bcrypt hashes instantly. Returns hash string, algorithm name, and output length.
Tools: crypto_generate_hash.
Use this for password hashing, data integrity verification, file checksums, or content deduplication. Essential utility for any security-aware agent.
Returns: {hash, algorithm, length}. No API key required — x402 micropayment $0.001/call on Base L2.
Research Report Generator — Multi-Source Analysis
AI-powered research report generator API for AI agents. Generate structured research reports on any topic: multi-source web research, key findings with citations, analysis sections, and recommendations in clean Markdown.
Tools: research_generate_report.
Use this for market research, competitive analysis, due diligence, or preparing briefing documents. Returns publication-ready Markdown. IMPORTANT: For quick fact-checking, use research_check_fact instead.
Returns: {report (markdown), sources[], wordCount}. No API key required — x402 micropayment $0.02/call on Base L2.
Hyperliquid Vaults — APR, TVL, Performance Rankings
Hyperliquid vault analytics API for AI agents. Performance data for all Hyperliquid vaults: APR (annualized return), TVL, total PnL, follower count, leader wallet, and historical performance. Sorted by best returns.
Tools: hyperliquid_get_vault_data.
Use this for vault comparison, yield farming analysis, or finding the best-performing Hyperliquid vault strategies. IMPORTANT: For individual account analysis, use hyperliquid_get_account_state instead.
Returns vault rankings with APR and TVL. No API key required — x402 micropayment $0.003/call on Base L2.
Language Detector — 30+ Languages via Trigram Analysis
Language detection API for AI agents. Identify the language of any text using trigram analysis: 30+ languages supported, script detection (Latin, Cyrillic, CJK), and confidence scoring.
Tools: text_detect_language.
Use this for routing multilingual content, pre-processing before translation, or filtering by language. IMPORTANT: For translation, use text_translate which includes auto-detection.
Returns: {language, script, confidence, alternatives[]}. No API key required — x402 micropayment $0.002/call on Base L2.