Option 1: MCP Server
The ACN exposes an MCP server that any compatible AI platform can connect to as a tool. The server provides five operations:
- query — Search businesses by text query and location filters
- get — Retrieve a specific content object by ID or slug
- facts — Get citable facts for a specific business
- qa — Retrieve Q&A pairs (pre-built answers to common questions)
- verify — Check the provenance chain and verification status
Option 2: REST API
Standard HTTP endpoints at https://wordofclout.ai/api/acn/v1/. JSON request/response. See the complete API reference for endpoints, parameters, and authentication.