← x402tools.xyz

INDIVIDUAL MCP TOOL

capture_screenshot

Capture a screenshot of any website.

x402tools.xyznone 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

x402tools.xyz

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.x402tools]
url = "https://mcp.x402tools.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "x402tools": {
      "type": "http",
      "url": "https://mcp.x402tools.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: x402tools
Remote MCP URL: https://mcp.x402tools.xyz/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": {
    "x402tools": {
      "url": "https://mcp.x402tools.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "x402tools": {
      "type": "http",
      "url": "https://mcp.x402tools.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "x402tools",
  "transport": "streamable-http",
  "url": "https://mcp.x402tools.xyz/mcp"
}
MCP Inspector

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

Related tools

  • generate_qr — Generate a QR code from text or URL.
  • generate_styled_qr — Generate an artistic/styled QR code with custom shapes, colors, and gradients.
  • dns_lookup — Look up DNS records (A, AAAA, MX, NS, TXT, SOA) for any domain.
  • parse_document — Parse any public HTML page or PDF URL into clean structured JSON.
  • screen_prompt_injection — Screen text for prompt injection and jailbreak attacks before passing it to an LLM.
  • validate_email — Validate and verify an email address.
  • render_pdf — Convert raw HTML or a public URL into a PDF document.
  • extract_text_ocr — Extract text from an image using OCR.