@caglacabaoglu/cli
v1.0.0
Published
Official CLI for the Çağla Cabaoğlu Gallery API — query Turkish contemporary artists, exhibitions, art fairs, catalogues, and videos from the terminal or an agent script.
Readme
@caglacabaoglu/cli
Official command-line client for the Çağla Cabaoğlu Gallery API — query Turkish contemporary artists, exhibitions, art fair booths, catalogues, videos, and news from a terminal or an agent script.
No API key, no account: every read endpoint is free (120 requests/minute).
Install
npx @caglacabaoglu/cli artistsor install globally:
npm install -g @caglacabaoglu/cli
caglacabaoglu exhibitions --status=currentRequires Node.js 18 or newer. The package has zero dependencies.
Commands
| Command | What it returns |
| --- | --- |
| artists | Represented and exhibited artists |
| exhibitions | Exhibitions (--status=current\|upcoming\|past) |
| fairs | International art fair participations |
| news | News articles and press coverage |
| publications | Exhibition catalogues and monographs |
| videos | Artist interviews and exhibition films |
| search <query> | Search across every content type |
| openapi | The OpenAPI 3.1 specification |
| llms | llms.txt — the Markdown agent guide |
| mcp | The MCP server manifest |
Options
| Option | Meaning |
| --- | --- |
| --locale=en\|tr | Content language (default en) |
| --status=<status> | Exhibition status filter |
| --limit=<n> | Truncate the printed list |
| --raw | Print the raw JSON response |
| --base=<url> | Point at another host (or CCG_API_BASE_URL) |
Examples
caglacabaoglu artists --limit=10
caglacabaoglu exhibitions --status=current --locale=tr
caglacabaoglu search "Nadide Akdeniz"
caglacabaoglu openapi > openapi.jsonMCP
The same data is available to AI agents over the Model Context Protocol:
{ "mcpServers": { "caglacabaoglu": { "type": "http", "url": "https://caglacabaoglu.com/api/mcp" } } }Links
- Developer portal: https://caglacabaoglu.com/en/developers
- OpenAPI 3.1: https://caglacabaoglu.com/openapi.json
- Error codes: https://caglacabaoglu.com/docs/errors
- Versioning and deprecation policy: https://caglacabaoglu.com/docs/deprecation-policy
Licence
MIT
