← caglacabaoglu.com

INDIVIDUAL MCP TOOL

get_artist

Fetch a single artist by slug (for example 'fulya-asyali').

caglacabaoglu.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://caglacabaoglu.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_artist and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

caglacabaoglu.com

CONNECT 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.

Related tools

  • list_artists — List the Turkish contemporary artists represented or exhibited by Çağla Cabaoğlu Gallery, with short biographies, birth details, and profile URLs.
  • list_exhibitions — List gallery exhibitions with dates, type, status, and detail URLs.
  • list_fairs — List 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.
  • list_news — List gallery news, announcements, and press coverage with publication dates and excerpts.
  • list_publications — List exhibition catalogues, monographs, and critical texts published by the gallery, with detail URLs for the online readers.
  • list_videos — List artist interviews, exhibition tours, and documentary videos published by the gallery.
  • search_gallery — Keyword search across artists, exhibitions, fairs, news, publications, and videos in one call.
  • get_gallery_info — Return the gallery's identity, services, address, opening hours, appointment policy, and contact channels.