The Agent Content Network provides two integration paths:
REST API
Standard HTTP endpoints for search, registration, verification, and content updates. Base URL: https://wordofclout.ai/api/acn/v1
MCP Server
Model Context Protocol server that AI platforms connect to as a tool. Exposes five operations: query, get, facts, qa, and verify. Any MCP-compatible AI platform can connect directly.
Authentication
Public endpoints (search) require no authentication. Publisher endpoints (register, verify) use the registration flow. Content update endpoints require:
Authorization: Bearer acn_pub_...— API key issued at verificationX-ACN-Signature— Ed25519 signature of SHA-256(body):timestampX-ACN-Timestamp— ISO 8601 timestamp, must be within 5 minutes of server time