Not live yet · Agent access opens next phase — everything below is a preview

Compliance,
where your AI already works.

Others are destinations — Citely is called by your AI. Over MCP / API, your agent queries playbooks, checks compliance, exports to n8n, and triggers expert consults. Every call settles on-demand via x402 on Base, with provenance verifiable through EAS.

Coming soon. The MCP server, endpoints and x402 pricing below are a preview — not yet callable. Join the waitlist to get access first.
Things your agent can say
>Is the user-entered prompt personal information? Give a judgment and rationale from Citely's data-privacy analysis.
1. Connect your agent (MCP)

Add Citely as an MCP serverin Cursor / Claude / your own agent. Configure once, and your AI can retrieve Citely's playbooks and expert analysis from any conversation.

mcp.json
{ "mcpServers": { "citely": { "url": "https://citely.info/mcp", "auth": { "type": "x402", "chain": "base" } } } }
CursorClaude Desktopn8nCustom agent
2. Set up a wallet

Your agent needs a USDC wallet on Base, funded with a few dollars for per-article reads. Pick a provider your agent already supports:

Setup Prompt
Read https://agentcash.io/SKILL.md and set up an AgentCash Wallet. Fund it with at least 5 USDC on Base. Save the wallet address and signing key in your local secrets.
3. Call endpoints directly

All paths are in openapi.json. x402 prices are returned in the 402 Payment Required header — your agent pays and retries, no API key. A paid read returns full markdown, scenario prompts, and EAS citation metadata.

GET/v1/articles/search?q=&jurisdiction=$0.002
GET/v1/articles/{slug}author-set · $0.05+
GET/v1/playbooks/{slug}$0.10+
GET/v1/articles/{slug}/citationsincluded · EAS
POST/v1/chat$0.001 / 1k tok

Human MCP usage is included in the $39/mo subscription; x402 per-call pricing applies only to programmatic / third-party agent access.

openapi.json·SKILL.md·llms.txt·x402scan

4. Export a playbook to n8n

Export any playbook self-check path as an n8n starter template, drop it into the automation stack you already run, and orchestrate from there — it's a starting template, not "one-click compliance".

Export
GET https://citely.info/v1/playbooks/stablecoin-license/n8n → returns an importable n8n workflow.json (nodes = steps, branches = IF nodes)