Data Collection
ehtekunst.ee
Provides access to a jewellery artist registry and artwork database, enabling searches for artists, works, and exhibitions.
ENDPOINT 1
https://ehtekunst.ee/mcp
MCP server metadata
- Name
- ehtekunst
- Version
- 1.0.0
Ehtekunst.ee — the Estonian jewellery art archive. Registry of Estonian jewellery, blacksmithing and metalwork artists (contemporary graduates of EKA, VKA and other schools, plus historical goldsmiths back to the guild era — filter search_artists by category), their works, exhibition history, museum holdings (MuIS-linked), and press record from Estonian newspapers. Facts are source-cited; slugs/URLs are permanent citation targets. Estonian-language data with English where available. Start broad with search_* tools, then get_* for detail; get_relations walks the knowledge graph (teachers, students, exhibitions, collections); get_timeline gives a year-sorted overview and search_marks looks up historical goldsmiths' maker's marks. All data CC BY 4.0, attribution Ehtekunst.ee.
Known tools 12
search_artistsSearch the artist registry by name, school, and/or graduation-year range.
Inferred read-onlyget_artistGet one artist by slug: biography, education, materials, linked-data (MuIS/Wikidata), knowledge-graph relations, and verified press mentions.
Inferred read-onlysearch_worksSearch jewellery works/objects by title, artist, material, year range, or for-sale status.
Inferred read-onlyget_workGet one work by slug: description, dimensions, materials/techniques, images, museum holder, exhibitions it appeared in, price when for sale, and graph relations.
Inferred read-onlyget_exhibitionGet one exhibition by slug: description, curator, organizers, participating artists, works shown, and verified press reception.
Inferred read-onlyget_organizationGet one organization by slug (school, gallery, museum, association): description, linked-data, exhibition count, and graph relations.
Inferred read-onlyget_relationsWalk the knowledge graph around an entity: teachers and students (STUDIED_UNDER), exhibition participation, museum holdings (HELD_BY), memberships, awards.
Inferred read-onlysearch_pressFind press and publication sources (Estonian newspapers via DEA, monographs) in a year range, optionally filtered by a text query against the source title/publication.
Inferred read-onlysearch_marksSearch historical Estonian goldsmiths' maker's marks (monograms/letters) by lettering, town, or century.
Inferred read-onlyget_timelineThe archive in one query: merged, year-sorted events (graduations, exhibitions, press, publications) between two years.
Inferred read-onlyget_statsArchive-wide published counts (artists, works, exhibitions, organizations, articles, sources), year coverage, and last-updated timestamp.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ehtekunst.ee was fetched 2026-08-01T00:32:13.384Z and is being refreshed.
ehtekunst.ee is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.