← archtools.dev

INDIVIDUAL MCP TOOL

fact-check

Verify the accuracy of a claim.

archtools.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://archtools.dev/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "arch-tools",
  "transport": "streamable-http",
  "url": "https://archtools.dev/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