ee.ehtekunst/arhiiv
Official12 toolsEstonian jewellery art archive: 472 artists, works, exhibitions, museum holdings, source-cited press
Searchable archive of 472 Estonian jewellery artists with works, exhibitions, and museum data.
Captured live from the server via tools/list.
search_artists
Search the artist registry by name, school, and/or graduation-year range. Returns paginated artist cards with work/exhibition counts and canonical page URLs. Estonian jewellery/metalwork artists.
Parameters (6)
- querystring
Name search (Estonian proper names).
- schoolstring
Graduation-school code, e.g. EKA or VKA.
- categorystring
Registry category: CONTEMPORARY (living registry) or HISTORICAL_MASTER (pre-1944 goldsmiths).
- grad_year_frominteger
- grad_year_tointeger
- pageinteger
get_artist
Get one artist by slug: biography, education, materials, linked-data (MuIS/Wikidata), knowledge-graph relations, and verified press mentions. Includes links.html for citation.
Parameters (1)
- slugstringrequired
Artist slug, e.g. from search_artists links.
search_works
Search jewellery works/objects by title, artist, material, year range, or for-sale status. Returns paginated work cards (artist, year, materials, thumbnail, canonical URL).
Parameters (7)
- querystring
- artist_slugstring
- materialstring
- year_frominteger
- year_tointeger
- for_saleboolean
- pageinteger
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.
Parameters (1)
- slugstringrequired
search_exhibitions
Search the exhibition database by title, year, or organizer. Returns paginated exhibition cards (title, dates, venue, city, canonical URL).
Parameters (4)
- querystring
- yearinteger
- organization_slugstring
- pageinteger
get_exhibition
Get one exhibition by slug: description, curator, organizers, participating artists, works shown, and verified press reception.
Parameters (1)
- slugstringrequired
get_organization
Get one organization by slug (school, gallery, museum, association): description, linked-data, exhibition count, and graph relations.
Parameters (1)
- slugstringrequired
get_relations
Walk the knowledge graph around an entity: teachers and students (STUDIED_UNDER), exhibition participation, museum holdings (HELD_BY), memberships, awards. entity_type ∈ artist|work|exhibition|organization. Every edge carries its source citation and the target's URL.
Parameters (3)
- entity_typestringrequired
- slugstringrequired
- relation_typestring
Filter to one RelationType, e.g. STUDIED_UNDER, HELD_BY.
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. Backed by the archive timeline.
Parameters (3)
- querystring
- year_frominteger
- year_tointeger
search_marks
Search historical Estonian goldsmiths' maker's marks (monograms/letters) by lettering, town, or century. Returns marks with the attributed master (when known), town, active years, and the citing source. Audience: collectors and antique dealers as well as researchers.
Parameters (4)
- querystring
Mark lettering, e.g. "IHM".
- townstring
Guild town.
- centuryinteger
Century, e.g. 18 for the 1700s.
- pageinteger
get_timeline
The archive in one query: merged, year-sorted events (graduations, exhibitions, press, publications) between two years. Great for a chronological overview of Estonian jewellery art.
Parameters (2)
- from_yearintegerrequired
- to_yearintegerrequired
get_stats
Archive-wide published counts (artists, works, exhibitions, organizations, articles, sources), year coverage, and last-updated timestamp.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"arhiiv": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ehtekunst.ee/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.