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
extract_metadataExtract Open Graph, Twitter card, and standard meta tags from any URL.
Inferred read-onlyextract_emailsFind email addresses on a webpage (mailto links + body text), deduplicated.
Potential side effectsdomain_checkCheck whether a domain appears available (heuristic via WHOIS, best-effort).
Inferred read-onlyens_resolveResolve ENS name to address (forward) or address to primary ENS name (reverse).
Inferred read-onlyhl_marketsHyperliquid perp + spot universe metadata: asset names, leverage caps, size decimals, spot tokens.
Inferred read-onlyhl_market_tradesHyperliquid recent public trades for a coin (up to ~10 most recent fills with price, size, side).
Inferred read-onlyhl_account_balanceHyperliquid account margin summary, withdrawable, total notional, maintenance margin used.
Inferred read-onlyhl_account_positionsHyperliquid open positions with size, entry price, unrealized PnL, leverage, liquidation price, cumulative funding.
Inferred read-onlyhl_account_ordersHyperliquid open orders for an address (oid, coin, side, limit price, size, timestamp).
Inferred read-onlyhl_account_fillsHyperliquid trade fills for an address (up to 2000 most recent: price, size, side, fee, closedPnl, hash).
Potential side effectshl_builder_checkCheck whether a Hyperliquid main wallet has approved the 402s.shop builder code (5 bps).
Inferred read-onlyhl_builder_approve_txReturns an UNSIGNED EIP-712 typed-data structure for approving the 402s.shop builder code on Hyperliquid.
Inferred read-onlyhl_order_cancelCancel an existing Hyperliquid order by oid (numeric) or cloid (hex32).
Inferred read-onlyhl_order_modifyModify an open Hyperliquid order — full sanity-guard suite on the new params (same rigor as place).
Potential side effectshl_position_closeClose (or reduce) a Hyperliquid position via a reduceOnly=true signed order.
Inferred read-onlyCONNECT 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.
402s.shop is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.