Databases
artsdot.com
An art-catalog search server that provides full-text search of artworks, artists, museums, and articles, with filters by name, location, dates, and category.
ENDPOINT 1
https://direct.artsdot.com/mcp
MCP server metadata
- Name
- aas-art-search
- Version
- 1.0.0
Search the AAS art catalog and get reproduction price quotations. Tools: search_artworks (artwork title / artist name / description), search_artists (name, place, optionally a year the artist was alive), search_museums (name, city, country), search_articles (text, optional category), search_fts (all four models at once, max 10 results each), get_a_quotation (price for a print or hand-painted oil reproduction of an artwork at a given size and currency; optional frame_code includes the frame in the price), and get_a_custom_reproduction_quotation (same price quotation from only size, type and currency — for the customer's own image, or an artwork the catalog does not have). All URLs returned are absolute on the website you are querying; each search result carries a "score" relevance value.
Known tools 8
search_artworksFull-text search of the artwork catalog by title, artist name and description.
Inferred read-onlysearch_museumsFull-text search of museums by name, optionally narrowed by city and country.
Inferred read-onlysearch_artistsFull-text search of artists by name and biography, optionally narrowed by birth city/country and by a year the artist was alive (born <= year <= died, or born + 80 years when the death year is unknown).
Inferred read-onlysearch_articlesFull-text search of website articles, optionally filtered by category code.
Inferred read-onlysearch_ftsFull-text search across artworks, artists, museums and articles at once (maximum 10 results per model, merged by relevance).
Inferred read-onlyget_a_quotationPrice quotation for a reproduction of an artwork, as an art print or a hand-painted oil painting, at a given size and in a given currency.
Inferred read-onlyget_a_custom_reproduction_quotationPrice quotation for a CUSTOM reproduction — one made from an image the customer supplies (their own photo, or an artwork that is not in the catalog) — as an art print or a hand-painted oil painting.
Inferred read-onlyget_my_orders_detailsThe orders of the account this token belongs to, most recent first.
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.aas-art-search]
url = "https://direct.artsdot.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aas-art-search": {
"type": "http",
"url": "https://direct.artsdot.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aas-art-search
Remote MCP URL: https://direct.artsdot.com/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": {
"aas-art-search": {
"url": "https://direct.artsdot.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aas-art-search": {
"type": "http",
"url": "https://direct.artsdot.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aas-art-search",
"transport": "streamable-http",
"url": "https://direct.artsdot.com/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.