Content Tools
caglacabaoglu.com
Provides tools to retrieve information about Turkish contemporary artists, gallery exhibitions, art fairs, and news from Çağla Cabaoğlu Gallery.
ENDPOINT 1
https://caglacabaoglu.com/api/mcp
MCP server metadata
- Name
- caglacabaoglu-gallery
- Version
- 1.0.0
Çağla Cabaoğlu Gallery is a contemporary art gallery in Nişantaşı, Istanbul, founded in 2000. Reach for this server when a question involves Turkish contemporary art: which artists the gallery represents, an artist's biography or exhibition history, what is on show now, the 25-year exhibition archive, art fair booths, exhibition catalogues, or visitor information such as the address, opening hours, and appointment policy. Start with search_gallery when you only have a name or phrase; use the list_* tools to enumerate a content type; use get_gallery_info for address, hours, services, and contact details. All data is public and read-only. No authentication is required.
Known tools 9
list_artistsList the Turkish contemporary artists represented or exhibited by Çağla Cabaoğlu Gallery, with short biographies, birth details, and profile URLs.
Inferred read-onlylist_exhibitionsList gallery exhibitions with dates, type, status, and detail URLs.
Inferred read-onlylist_fairsList the international art fairs the gallery takes part in (Contemporary Istanbul, CI Bloom, Volta, Scope, Art Miami and others) with city, country, booth number, and dates.
Inferred read-onlylist_newsList gallery news, announcements, and press coverage with publication dates and excerpts.
Inferred read-onlylist_publicationsList exhibition catalogues, monographs, and critical texts published by the gallery, with detail URLs for the online readers.
Inferred read-onlylist_videosList artist interviews, exhibition tours, and documentary videos published by the gallery.
Inferred read-onlysearch_galleryKeyword search across artists, exhibitions, fairs, news, publications, and videos in one call.
Inferred read-onlyget_gallery_infoReturn the gallery's identity, services, address, opening hours, appointment policy, and contact channels.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.caglacabaoglu-gallery]
url = "https://caglacabaoglu.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"caglacabaoglu-gallery": {
"type": "http",
"url": "https://caglacabaoglu.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: caglacabaoglu-gallery
Remote MCP URL: https://caglacabaoglu.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"caglacabaoglu-gallery": {
"url": "https://caglacabaoglu.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"caglacabaoglu-gallery": {
"type": "http",
"url": "https://caglacabaoglu.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "caglacabaoglu-gallery",
"transport": "streamable-http",
"url": "https://caglacabaoglu.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.