Connectors & Plugins
Integrate Acuityio Anywhere
Connect our multi-model fact-checking engine to Claude, Cursor, n8n, Zapier, Python, TypeScript, and your CI/CD pipelines.
Official MCP
Model Context Protocol (MCP)
Equip Claude, Cursor, and custom agentic frameworks with live fact-checking.
- Compatible with Claude Desktop, Cursor, and ChatGPT custom tools
- Fast synchronous assessment or deep async verification
- Automatic markdown citation extraction
- Zero installation required with remote SSE endpoints
Community Node
n8n Workflow Automation
Automated editorial pipelines and continuous AI output regression checks.
- Custom node for /extract, /assess, and /verify
- Triggers on Discord, Slack, Webhook, or database row
- Conditional routing based on Truth Score thresholds
- Pre-built template for editorial publishing pipelines
Zapier App
Zapier Integration
Connect Acuityio to 6,000+ business applications with zero code.
- Trigger verifications on new content creation
- Send alert notifications to Slack or Teams on false claims
- Append verified citation links to records
- No programming or server management required
PyPI Package
Python SDK (PyPI)
Type-safe, async-first Python client with automatic retries and polling.
- Sync & Async (asyncio) clients
- Pydantic v2 data validation schemas
- Automatic polling with exponential backoff for /verify
- Webhook HMAC-SHA256 signature verification helper
npm Package
TypeScript / Node SDK (npm)
First-class TypeScript support for Next.js, Node.js, and edge runtimes.
- Strict TypeScript typings for all request/response bodies
- Edge-runtime compatible (Fetch API native)
- Built-in webhook verification utility
- Streaming follow-up answers for /ask/{id}
Command Line
Acuityio CLI Tool
Run fact-checks and CI/CD regression tests directly in your terminal.
- Single command claims testing: acuityio check 'claim'
- Evaluate JSON/JSONL datasets with truth score thresholds
- Exit code 1 on regression failure for CI/CD gates
- Pretty-printed interactive terminal reports