# ArtsDot.com > Discover the Art That Speaks to You. Onboarding experience for newcomers - discovery-first, mood/color browsing, no intimidation. - Canonical origin: https://ArtsDot.com/ - Online since: 2007 - Customer reviews: https://artshopreviews.com/artsdot.com/ - MCP endpoint (AI agents, JSON-RPC over HTTP POST): https://direct.artsdot.com/mcp/ The platform sells hand-painted oil reproductions, canvas prints, digital downloads, and framed prints Content is multilingual; every public URL is prefixed with a two-letter language code (e.g. `/en/`, `/fr/`, `/es/`). --- ## Core Content Entities ### Artworks Individual works of art drawn from the platform's catalogue (paintings, drawings, prints, sculptures). Each artwork has a canonical detail page and optional product-channel pages for purchase. URL patterns: - `/{lang}/art/{slug}/` — Artwork detail (biography excerpt, image, metadata, related works) - `/{lang}/art/{slug}/{channel}/` — Purchase page for a specific product channel (see Channels below) - `/{lang}/art/list/` — Full browsable artwork list with filtering - `/{lang}/art/top100/` — Top 100 most popular artworks - `/{lang}/art/groupby/{attr}/` — Artworks grouped by attribute (medium, period, movement, topic, color, etc.) - `/{lang}/art/search_by_color/` — Color-palette artwork search - `/{lang}/art/similar/{slug}/` — Artworks visually or thematically similar to a given work - `/{lang}/art/info/{slug}/` — Extended informational page (facts, context, analysis) - `/{lang}/art/ecard/{slug}/` — Send an artwork as a free e-card ### Artists Biographical profiles of painters, sculptors, and other visual artists. URL patterns: - `/{lang}/artists/{slug}/` — Artist detail (biography, artworks, timeline, movements) - `/{lang}/artists/list/` — Artist directory with filtering - `/{lang}/artists/top100/` — Top 100 most popular artists - `/{lang}/artists/groupby/{attr}/` — Artists grouped by movement, nationality, period, etc. - `/{lang}/artists/ofletter/{letter}/` — Artists whose surname begins with a given letter - `/{lang}/artists/show/{query}/` — FTS-based artist name lookup (redirects to canonical profile) ### Museums World art museum records including location, collection focus, and housed artworks. URL patterns: - `/{lang}/museums/{slug}/` — Museum detail (location, description, notable artworks) - `/{lang}/museums/list/` — Museum directory - `/{lang}/museums/top100/` — Top 100 museums by popularity - `/{lang}/museums/groupby/country/` — Museums grouped by country - `/{lang}/museums/groupby/city/` — Museums grouped by city - `/{lang}/museums/city/{city}/{country}/` — Museums of a specific city ### Articles Editorial content covering art history, artist spotlights, collecting guides, technique explainers, and decor inspiration. URL patterns: - `/{lang}/articles/{slug}/` — Article detail - `/{lang}/articles/list/` — Article listing - `/{lang}/articles/top100/` — Top 100 most-read articles - `/{lang}/articles/groupby/{attr}/` — Articles grouped by category, tone, or topic A dedicated buyer-guide corpus (category `Compare`) answers purchase-decision questions with structured, citable articles: what hand-painted reproductions and art prints cost and why, digital-image licensing, what "museum quality" actually means, the legality of reproducing famous paintings, material and framing comparisons. Browse it at `/{lang}/articles/list/?category=Compare`; each article carries schema.org JSON-LD. --- ## Product Channels (Purchase Options) When an artwork is available for purchase, one or more channel pages exist at `/{lang}/art/{slug}/{channel}/`: | Channel code | Product type | |---|---| | `ArtistReproduction` | Hand-painted oil-on-canvas reproduction by a professional artist | | `PrintReproduction` | Giclee / fine-art print reproduction | | `DigitalImage` | Downloadable high-resolution digital image | | `FactoryProduct` | Factory-produced canvas print or poster | | `PaintingReady` | Ready-made original painting available for immediate purchase | | `ProductAuction` | Auction-format listing | | `SellerProduct` | Third-party seller artwork | --- ## Search & Discovery - `/{lang}/fts_search/?q={query}` — Unified full-text search across artworks, artists, museums, and articles - `/{lang}/art/show/{query}/` — Direct FTS lookup for artworks by title (redirects to canonical page) - `/{lang}/artists/show/{query}/` — Direct FTS lookup for artists by name - `/{lang}/museums/show/{query}/` — Direct FTS lookup for museums by name - `/{lang}/articles/show/{query}/` — Direct FTS lookup for articles by title --- ## MCP Server — Live Programmatic Access for AI Agents The catalog and live price quotations are directly queryable over the Model Context Protocol (MCP): Streamable HTTP, JSON-only, spec revision `2025-06-18`, one JSON-RPC 2.0 message per `POST`. - Endpoint: `https://direct.{brand-domain}/mcp/` — the `direct.` subdomain of this brand's domain (e.g. `https://direct.wahooart.com/mcp/`). Use the `direct.` host: it is the machine-to-machine entry point. - Authentication: none required. The search and quotation tools are served anonymously. | Tool | Purpose | |---|---| | `search_artworks` | Full-text artwork search by title, artist name and description | | `search_artists` | Artist search by name/biography; optional birth city/country and a year the artist was alive | | `search_museums` | Museum search by name; optional city and country | | `search_articles` | Article search; optional category filter | | `search_fts` | Unified search across artworks, artists, museums and articles at once | | `get_a_quotation` | Live price quotation for an art print or hand-painted oil reproduction of an artwork at a given size and currency, optional frame; returns a ready-to-open `buy_url` pre-filled to the quoted configuration | Every search result carries an absolute URL on the public brand website, an absolute `image_url` when an image exists, and a relevance score. One additional tool, `get_my_orders_details` (the caller's own order history), requires a personal token that logged-in customers copy from `/profile/mcp/`. Full parameter reference: `/llms-full.txt`. --- ## Related Network Sites - `https://artshopreviews.com/` — customer-review platform for art e-commerce shops; this brand's review profile is linked in the header above - `https://mus3ums.com/` — non-commercial museum-discovery encyclopedia (museums, artworks, artists) with cross-links into the store catalogs --- ## Multilingual Support All content URLs carry a two-letter BCP 47 language prefix. The platform supports 30 languages: English (en), French (fr), Spanish (es), Portuguese (pt), German (de), Italian (it), Polish (pl), Romanian (ro), Dutch (nl), Swedish (sv), Ukrainian (uk), Hungarian (hu), Greek (el), Czech (cs), Serbian (sr), Bulgarian (bg), Danish (da), Croatian (hr), Finnish (fi), Lithuanian (lt), Slovenian (sl), Estonian (et), Slovak (sk), Norwegian (no), Chinese (zh), Hindi (hi), Arabic (ar), Japanese (ja), Turkish (tr), Korean (ko). The default language is English. Artworks and artists have translated titles and biographies available in supported languages. --- ## Sitemaps & Crawling - `/sitemap.xml` — Master sitemap index listing per-language sitemap sets - `/{lang}/sitemap-index.xml` — Language-specific sitemap index - `/{lang}/sitemap-page-{n}.xml` — Paginated sitemap (artworks, artists, museums, articles) - `/llms.txt` — This file - `/llms-full.txt` — Extended manifest: the full brand network, product and material details, MCP tool parameter reference