API & MCP documentation
The whole SK/CZ agency catalog, machine-readable — via a JSON API, bulk export, or an MCP server right inside your AI assistant. The same data as the site, contacts included (filtered per country rules).
API
REST endpoints and bulk export, for your own code: a filtered JSON list, one full profile, or the whole selection as CSV.
- GET /api/agencies — the finder’s filters, as query parameters
- GET /api/agencies/{slug} — one full profile
- GET /api/export — CSV or JSON for a spreadsheet or a CRM import
AI and MCP
Put all 4,649 agencies inside Claude or any MCP client and ask in plain language. 8 tools, set up in a minute.
- Setup for Claude Code and Claude Desktop
- Worked examples — shortlists with evidence, delivery capacity, supplier vetting
- How to read an answer without overstating it
Limits by plan
One license key covers both surfaces, and every request counts against the same daily budget — whether it came from your code or from an assistant. An export counts as 5 requests against that budget.
| Plan | Requests per day | Results per request |
|---|---|---|
| Free | 100 | 10 |
| Standard | 500 | 50 |
| Business | 2000 | no limit |
The per-request figure applies to the export. The JSON API additionally clamps every plan to 500 rows per request (the response carries has_more and next_offset — page with offset), and the MCP server returns at most 50 rows per call — page beyond it with offset.