General Tools
402s.shop
Provides utilities for web content generation like QR codes, social images, screenshots, PDFs, and word counts.
ENDPOINT 1
https://402s.shop/api/mcp
Known tools 33
qr_codeGenerate a QR code PNG from text or URL.
og_imageGenerate a 1200x630 social media OG image with title + subtitle.
screenshotTake a PNG screenshot of any URL using headless Chromium.
pdf_from_urlRender any URL to a print-ready PDF.
word_countCount words and reading time on any webpage.
extract_metadataExtract Open Graph, Twitter card, and standard meta tags from any URL.
extract_emailsFind email addresses on a webpage (mailto links + body text), deduplicated.
website_techDetect framework, CMS, analytics, and hosting/CDN of any website.
whoisWHOIS lookup with normalized fields (registrar, dates, nameservers, status).
domain_checkCheck whether a domain appears available (heuristic via WHOIS, best-effort).
youtube_transcriptFetch a YouTube video transcript with timestamps.
summarizeAI-powered summary (Claude Haiku 4.5) of supplied text or fetched URL.
coin_priceCrypto spot prices in USD via CoinGecko.
ens_resolveResolve ENS name to address (forward) or address to primary ENS name (reverse).
wallet_balanceNative + USDC balance for an EVM address across multiple chains.
gas_priceCurrent gas price in gwei across EVM chains.
hl_marketsHyperliquid perp + spot universe metadata: asset names, leverage caps, size decimals, spot tokens.
hl_market_orderbookHyperliquid L2 orderbook snapshot (bids + asks) for a coin.
hl_market_fundingHyperliquid predicted funding rates per coin per venue.
hl_market_candlesHyperliquid OHLCV candles.
hl_market_tradesHyperliquid recent public trades for a coin (up to ~10 most recent fills with price, size, side).
hl_account_balanceHyperliquid account margin summary, withdrawable, total notional, maintenance margin used.
hl_account_positionsHyperliquid open positions with size, entry price, unrealized PnL, leverage, liquidation price, cumulative funding.
hl_account_ordersHyperliquid open orders for an address (oid, coin, side, limit price, size, timestamp).
hl_account_fillsHyperliquid trade fills for an address (up to 2000 most recent: price, size, side, fee, closedPnl, hash).
hl_builder_checkCheck whether a Hyperliquid main wallet has approved the 402s.shop builder code (5 bps).
hl_builder_approve_txReturns an UNSIGNED EIP-712 typed-data structure for approving the 402s.shop builder code on Hyperliquid.
hl_order_placePlace an order on Hyperliquid.
hl_order_cancelCancel an existing Hyperliquid order by oid (numeric) or cloid (hex32).
hl_order_modifyModify an open Hyperliquid order — full sanity-guard suite on the new params (same rigor as place).
hl_position_closeClose (or reduce) a Hyperliquid position via a reduceOnly=true signed order.
hl_leverage_setSet leverage on a Hyperliquid asset (1-50, cross or isolated).
hl_margin_updateAdjust isolated-position margin on Hyperliquid.