← archtools.dev

INDIVIDUAL MCP TOOL

screenshot-capture

Capture page metadata and screenshot URL for any public URL

archtools.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://arch-tools-mcp.onrender.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for screenshot-capture and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

archtools.dev

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.arch-tools-mcp]
url = "https://arch-tools-mcp.onrender.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "arch-tools-mcp": {
      "type": "http",
      "url": "https://arch-tools-mcp.onrender.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "arch-tools-mcp": {
      "type": "http",
      "url": "https://arch-tools-mcp.onrender.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "arch-tools-mcp",
  "transport": "streamable-http",
  "url": "https://arch-tools-mcp.onrender.com/mcp"
}
MCP Inspector

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

Related tools

  • ai-generate — AI-powered text generation using Claude (requires ANTHROPIC_API_KEY)
  • ai-oracle — AI reasoning engine with standard and deep analysis modes
  • barcode-generate — Generate Code128 barcodes as SVG
  • browser-task — Headless browser automation (click/type/extract) via Playwright — SSRF hardened
  • check-domain — Check if a domain is available or registered via RDAP.
  • convert-format — Convert data between JSON, YAML, CSV, and XML formats
  • crypto-fear-greed — Crypto Fear & Greed Index with historical data
  • crypto-market-cap — Top N cryptocurrencies by market cap with price, volume, and 24h change