← difficat.com

INDIVIDUAL MCP TOOL

capture_screenshot

Full-page PNG of one URL.

difficat.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.difficat.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for capture_screenshot 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

difficat.com

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

.mcp.json

{
  "mcpServers": {
    "difficat": {
      "type": "http",
      "url": "https://app.difficat.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "difficat",
  "transport": "streamable-http",
  "url": "https://app.difficat.com/mcp"
}
MCP Inspector

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

Related tools

  • discover_pages — List the pages of Site A (sitemap, robots.
  • start_comparison — Compare Site A against Site B on page existence, content and visual regression.
  • get_comparison — Status and progress of a job.
  • cancel_comparison — Stop a running job.
  • get_report — The finished report: summary, per-page results, and the plain-text report.
  • get_screenshot — A screenshot PNG named in the report or returned by capture_screenshot.