← Registry

General Tools

402s.shop

Provides utilities for web content generation like QR codes, social images, screenshots, PDFs, and word counts.

x402 supported1 endpoint33 known toolsFirst detected May 10, 2026Last detected June 4, 2026

ENDPOINT 1

https://402s.shop/api/mcp

No auth detected

Known tools 33

qr_code

Generate a QR code PNG from text or URL.

Inferred read-only
og_image

Generate a 1200x630 social media OG image with title + subtitle.

Inferred read-only
screenshot

Take a PNG screenshot of any URL using headless Chromium.

Inferred read-only
pdf_from_url

Render any URL to a print-ready PDF.

Inferred read-only
word_count

Count words and reading time on any webpage.

Inferred read-only
extract_metadata

Extract Open Graph, Twitter card, and standard meta tags from any URL.

Inferred read-only
extract_emails

Find email addresses on a webpage (mailto links + body text), deduplicated.

Potential side effects
website_tech

Detect framework, CMS, analytics, and hosting/CDN of any website.

Inferred read-only
whois

WHOIS lookup with normalized fields (registrar, dates, nameservers, status).

Inferred read-only
domain_check

Check whether a domain appears available (heuristic via WHOIS, best-effort).

Inferred read-only
youtube_transcript

Fetch a YouTube video transcript with timestamps.

Inferred read-only
summarize

AI-powered summary (Claude Haiku 4.5) of supplied text or fetched URL.

Inferred read-only
coin_price

Crypto spot prices in USD via CoinGecko.

Inferred read-only
ens_resolve

Resolve ENS name to address (forward) or address to primary ENS name (reverse).

Inferred read-only
wallet_balance

Native + USDC balance for an EVM address across multiple chains.

Inferred read-only
gas_price

Current gas price in gwei across EVM chains.

Inferred read-only
hl_markets

Hyperliquid perp + spot universe metadata: asset names, leverage caps, size decimals, spot tokens.

Inferred read-only
hl_market_orderbook

Hyperliquid L2 orderbook snapshot (bids + asks) for a coin.

Inferred read-only
hl_market_funding

Hyperliquid predicted funding rates per coin per venue.

Inferred read-only
hl_market_candles

Hyperliquid OHLCV candles.

Inferred read-only
hl_market_trades

Hyperliquid recent public trades for a coin (up to ~10 most recent fills with price, size, side).

Inferred read-only
hl_account_balance

Hyperliquid account margin summary, withdrawable, total notional, maintenance margin used.

Inferred read-only
hl_account_positions

Hyperliquid open positions with size, entry price, unrealized PnL, leverage, liquidation price, cumulative funding.

Inferred read-only
hl_account_orders

Hyperliquid open orders for an address (oid, coin, side, limit price, size, timestamp).

Inferred read-only
hl_account_fills

Hyperliquid trade fills for an address (up to 2000 most recent: price, size, side, fee, closedPnl, hash).

Potential side effects
hl_builder_check

Check whether a Hyperliquid main wallet has approved the 402s.shop builder code (5 bps).

Inferred read-only
hl_builder_approve_tx

Returns an UNSIGNED EIP-712 typed-data structure for approving the 402s.shop builder code on Hyperliquid.

Inferred read-only
hl_order_place

Place an order on Hyperliquid.

Inferred read-only
hl_order_cancel

Cancel an existing Hyperliquid order by oid (numeric) or cloid (hex32).

Inferred read-only
hl_order_modify

Modify an open Hyperliquid order — full sanity-guard suite on the new params (same rigor as place).

Potential side effects
hl_position_close

Close (or reduce) a Hyperliquid position via a reduceOnly=true signed order.

Inferred read-only
hl_leverage_set

Set leverage on a Hyperliquid asset (1-50, cross or isolated).

Inferred read-only
hl_margin_update

Adjust isolated-position margin on Hyperliquid.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.402s-shop]
url = "https://402s.shop/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "402s-shop": {
      "type": "http",
      "url": "https://402s.shop/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 402s-shop
Remote MCP URL: https://402s.shop/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "402s-shop": {
      "url": "https://402s.shop/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "402s-shop": {
      "type": "http",
      "url": "https://402s.shop/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "402s-shop",
  "transport": "streamable-http",
  "url": "https://402s.shop/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for 402s.shop was fetched 2026-07-25T06:30:07.417Z and is being refreshed.

Trust status Neutral

402s.shop is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.