Two protocols
Every Syntalic endpoint accepts two payment protocols. The server auto-detects which you’re using from request headers — there is no separate URL or routing config.Pricing tiers
| Persona | Price per query | Endpoint count |
|---|---|---|
| Shopper | $0.01 | 4 |
| Marketing | $0.01 | 5 |
| Analyst | $0.02 | 4 |
Discovery
Endpoints are self-describing. Calling any URL without a payment returns:Client options
You don’t have to write your own x402 client. Three pre-built paths:- Syntalic MCP — our own MCP server. Leanest path for Claude/Cursor users; no third-party dependency.
- AgentCash — universal x402 wallet + CLI for many paid APIs. Best if you already use it elsewhere.
- Direct HTTP — official
@x402/fetchwrapper for full control over signing.

