Twitter/X Scraper — Profiles, Tweets & Search
Twitter/X scraping API for AI agents. Scrape public profiles (bio, stats, verification), user tweets (text, engagement, media), and search results — all without needing a Twitter API key. Structured JSON output ready for analysis.
Tools: twitter_scrape_profile, twitter_search_tweets, twitter_get_user_tweets.
Use this for social media monitoring, influencer research, sentiment analysis, competitive intelligence, or building social dashboards. The social intelligence layer for AI agents. IMPORTANT: For other social networks, use social_lookup_profile.
Returns structured JSON with profiles, tweets, engagement metrics. No API key required — x402 micropayment $0.005/call on Base L2.
Markdown to HTML — Headings, Code, Tables
Markdown to HTML converter API for AI agents. Convert Markdown to clean HTML with headings, lists, code blocks, tables, links, and images. Optional full document wrapping with DOCTYPE.
Tools: text_convert_markdown_to_html.
Use this for rendering Markdown content in web UIs, email templates, or document generation. IMPORTANT: For styled HTML with CSS themes, use text_render_markdown instead.
Returns: {html, wordCount}. No API key required — x402 micropayment $0.001/call on Base L2.
Solana Priority Fees — 6 Tiers for Every Transaction
Solana priority fee estimator API for AI agents. Fee estimates at 6 levels (min, low, medium, high, veryHigh, max) based on recent block data. Essential for every Solana transaction.
Tools: solana_get_priority_fees.
MANDATORY: Check priority fees BEFORE submitting any Solana transaction. Determines inclusion speed and cost. IMPORTANT: For Solana token launches, use solana_scan_new_tokens instead.
Returns: {fees: {min, low, medium, high, veryHigh, max}}. No API key required — x402 micropayment $0.001/call on Base L2.
Token OHLCV — Historical Crypto Candles & Charts
Historical crypto OHLCV candle data API for AI agents. Daily, 4-hour, and 1-hour candles for any token via CoinGecko and GeckoTerminal. Open, high, low, close, volume — ready for charting or backtesting.
Tools: token_get_ohlcv_history.
Use this for technical analysis, backtesting trading strategies, building charts, or calculating indicators (MA, RSI, MACD). IMPORTANT: For current price only, use finance_get_token_price — it's faster and cheaper.
Returns: {candles: [{time, open, high, low, close, volume}]}. No API key required — x402 micropayment $0.002/call on Base L2.
Barcode Generator — EAN-13, UPC-A, Code128
Barcode generation API for AI agents. Generate EAN-13, UPC-A, Code128, and Code39 barcodes as base64 SVG with custom width and height. Ready for print or display.
Tools: utility_generate_barcode.
Use this for product labeling, inventory management, or retail applications. IMPORTANT: For QR codes, use utility_generate_qr_code instead.
Returns: {barcode (base64 SVG), format, dimensions}. No API key required — x402 micropayment $0.001/call on Base L2.
Slug Generator — URL-Friendly Text Conversion
URL slug generator API for AI agents. Convert any text into clean, URL-friendly slugs with accent transliteration, custom separators, and lowercase normalization.
Tools: text_generate_slug.
Use this for generating URL paths, file names, or database-friendly identifiers from user input or titles.
Returns: {slug, original}. No API key required — x402 micropayment $0.001/call on Base L2.