Store
Official11 toolsby bolotstudio
Custom metal-print storefront: catalog search, product details, shipping, reviews. Read-only.
Read-only metal-print storefront with product search, details, shipping, and reviews.
Captured live from the server via tools/list.
search_products
Search and browse Bolot Studio custom metal photo prints. Returns enriched product data including AI summaries, use-case recommendations, FAQs, competitive positioning, and variant details with dimensions and weight.
Parameters (4)
- querystring
Search term (e.g. 'metal print', 'gift', 'cinematic')
- handlestring
Product handle: 'the-legacy-print', 'the-cinematic-print', or 'the-address-sign'
- countrystring
ISO 3166-1 alpha-2 or alpha-3 country code for geo-pricing (e.g. 'PL', 'DE', 'GB', 'DEU', 'GBR')
- localestring
Locale code for localized URLs (e.g. 'en', 'pl', 'de')
get_product_recommendations
Get personalized product and variant recommendations based on customer intent, budget, recipient profile, room type, and lighting conditions.
Parameters (7)
- intentstringrequired
Customer intent: gift, home_decor, valentines, birthday_50, memorial, desk_display, home_cinema, etc.
- budgetnumber
Maximum budget in EUR
- recipient_profilestring
Who is this for: partner, mother, father, man_who_has_everything, woman, couple, pet_lover, photographer, movie_fan
- room_typestring
Room type: living_room, bedroom, office, bathroom, kitchen, entertainment_room
- lightingstring
Room lighting: bright, dim, mixed
- countrystring
ISO 3166-1 alpha-2 or alpha-3 country code for geo-pricing (e.g. 'PL', 'DE', 'GB', 'DEU', 'GBR')
- localestring
Locale code for localized URLs (e.g. 'en', 'pl', 'de')
search_policies_and_faqs
Search Bolot Studio FAQs and store policies. Covers product questions, sizing, finishes, shipping, returns, and ordering.
Parameters (3)
- querystringrequired
Search query (e.g. 'returns', 'shipping to Germany', 'matte vs glossy', 'desk stand')
- countrystring
ISO 3166-1 alpha-2 or alpha-3 country code for locale-aware policy URLs (e.g. 'PL', 'DE', 'GB', 'DEU', 'GBR')
- localestring
Locale code for localized policy URLs (e.g. 'en', 'pl', 'de')
compare_products
Compare Bolot Studio products — Legacy Print vs Cinematic Print, or Bolot vs competitors (Displate, Canvas, Framed prints).
Parameters (4)
- comparison_typestringrequired
Type of comparison
- product_handlestring
Product handle for competitor comparison (defaults to 'the-legacy-print')
- countrystring
ISO 3166-1 alpha-2 or alpha-3 country code for localized URLs (e.g. 'PL', 'DE', 'GB', 'DEU', 'GBR')
- localestring
Locale code for localized URLs (e.g. 'en', 'pl', 'de')
get_store_info
Get Bolot Studio brand information, shipping zones, payment methods, and configurator URLs. Essential context for helping customers.
Parameters (2)
- countrystring
ISO 3166-1 alpha-2 or alpha-3 country code for market-visible catalog sizes/prices (e.g. 'DE', 'DEU')
- localestring
Locale code used when country is not supplied
check_photo_compatibility
Check if a customer's photo dimensions meet the minimum resolution requirements for each metal print size. Returns compatible sizes and a recommendation. Use this when a customer asks whether their photo is high enough quality for a specific size.
Parameters (3)
- widthintegerrequired
Photo width in pixels
- heightintegerrequired
Photo height in pixels
- formatstring
Image format (e.g. 'jpeg', 'png', 'heic', 'webp')
get_shipping_estimate
Get estimated delivery time, free shipping threshold, and carrier information for a specific country. Use this when a customer asks about shipping costs or delivery times to their location.
Parameters (1)
- country_codestringrequired
ISO 3166-1 alpha-2 or alpha-3 country code (e.g. 'PL', 'DE', 'GB', 'FR', 'DEU', 'GBR')
get_reviews_summary
Get aggregated customer review statistics and featured review excerpts. Use this when a customer asks about product quality, other customers' experiences, or social proof. Returns ratings, distribution, and highlighted reviews.
Parameters (1)
- product_handlestring
Product handle: 'the-legacy-print', 'the-cinematic-print', or 'the-address-sign'. Omit for store-wide stats.
start_configuration
Generate a direct URL to the Bolot Studio product configurator with pre-selected options. Optionally pre-select size and/or finish ('matte' or 'glossy'). Valid sizes are product-specific: 'the-legacy-print' accepts 'classic' (30×20) or 'statement' (42×30); 'the-cinematic-print' accepts 'intimate' (21×14), 'classic' (30×20), or 'statement' (42×30); 'the-address-sign' uses templates and ignores size/finish. Use this when the customer is ready to upload their photo and customize their metal print.
Parameters (5)
- product_handlestringrequired
Product to configure
- countrystring
ISO 3166-1 alpha-2 or alpha-3 country code for market-visible product availability (e.g. 'DE', 'DEU')
- localestring
Locale code (en, de, pl, etc.)
- sizestring
Pre-select size. Valid set depends on the product: 'the-legacy-print' → 'classic' or 'statement'; 'the-cinematic-print' → 'intimate', 'classic', or 'statement'. An unsupported size for the chosen product returns an invalid_size_for_product error. Not applicable to the address sign.
- finishstring
Pre-select finish. Not applicable to address sign.
search_products_task
Task-based product search for long-running MCP clients. Use task polling to retrieve the result.
Parameters (4)
- querystring
Search term (e.g. 'metal print', 'gift', 'cinematic')
- handlestring
Product handle: 'the-legacy-print', 'the-cinematic-print', or 'the-address-sign'
- countrystring
ISO 3166-1 alpha-2 or alpha-3 country code for geo-pricing (e.g. 'PL', 'DE', 'GB', 'DEU', 'GBR')
- localestring
Locale code for localized URLs (e.g. 'en', 'pl', 'de')
check_photo_compatibility_task
Task-based photo resolution compatibility analysis for long-running MCP clients. Use task polling to retrieve the result.
Parameters (3)
- widthintegerrequired
Photo width in pixels
- heightintegerrequired
Photo height in pixels
- formatstring
Image format (e.g. 'jpeg', 'png', 'heic', 'webp')
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://bolotstudio.com/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"store": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bolotstudio.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.