← 402s.shop

INDIVIDUAL MCP TOOL

summarize

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

402s.shopnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

402s.shop

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.

Related tools

  • qr_code — Generate a QR code PNG from text or URL.
  • og_image — Generate a 1200x630 social media OG image with title + subtitle.
  • screenshot — Take a PNG screenshot of any URL using headless Chromium.
  • pdf_from_url — Render any URL to a print-ready PDF.
  • word_count — Count words and reading time on any webpage.
  • extract_metadata — Extract Open Graph, Twitter card, and standard meta tags from any URL.
  • extract_emails — Find email addresses on a webpage (mailto links + body text), deduplicated.
  • website_tech — Detect framework, CMS, analytics, and hosting/CDN of any website.