← Back to Integrations

Acuityio Model Context Protocol (MCP) Server

Give Claude Desktop, Cursor, and ChatGPT native fact-checking superpowers with our official remote MCP tools.

Claude Desktop Configuration

Add the following configuration block to your Claude Desktop config file (claude_desktop_config.json):

Configuration
{
  "mcpServers": {
    "acuityio-verifier": {
      "command": "npx",
      "args": ["-y", "@acuityio/mcp-server@latest"],
      "env": {
        "ACUITY_API_KEY": "acuity_live_your_api_key_here"
      }
    }
  }
}

Available Agent Tools

extract_claims(text): Splits unstructured paragraphs into testable atomic claims.
assess_claim(claim): Fast 3-model gate returning score and verdict in ~5-10s.
verify_claim(claim): Deep 8-model adversarial investigation with full citations.