← ehtekunst.ee

INDIVIDUAL MCP TOOL

get_work

Get one work by slug: description, dimensions, materials/techniques, images, museum holder, exhibitions it appeared in, price when for sale, and graph relations.

ehtekunst.eenone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ehtekunst.ee

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.ehtekunst]
url = "https://ehtekunst.ee/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ehtekunst": {
      "type": "http",
      "url": "https://ehtekunst.ee/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ehtekunst
Remote MCP URL: https://ehtekunst.ee/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": {
    "ehtekunst": {
      "url": "https://ehtekunst.ee/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ehtekunst": {
      "type": "http",
      "url": "https://ehtekunst.ee/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ehtekunst",
  "transport": "streamable-http",
  "url": "https://ehtekunst.ee/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_artists — Search the artist registry by name, school, and/or graduation-year range.
  • get_artist — Get one artist by slug: biography, education, materials, linked-data (MuIS/Wikidata), knowledge-graph relations, and verified press mentions.
  • search_works — Search jewellery works/objects by title, artist, material, year range, or for-sale status.
  • search_exhibitions — Search the exhibition database by title, year, or organizer.
  • get_exhibition — Get one exhibition by slug: description, curator, organizers, participating artists, works shown, and verified press reception.
  • get_organization — Get one organization by slug (school, gallery, museum, association): description, linked-data, exhibition count, and graph relations.
  • get_relations — Walk the knowledge graph around an entity: teachers and students (STUDIED_UNDER), exhibition participation, museum holdings (HELD_BY), memberships, awards.
  • search_press — Find press and publication sources (Estonian newspapers via DEA, monographs) in a year range, optionally filtered by a text query against the source title/publication.