Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.bolotstudio/store

com.bolotstudio/store

Custom metal-print storefront: catalog search, product details, shipping, reviews. Read-only.

Uptime
100.0%
1 direct probes · 30d
Response
1755ms
last probe
Tools
11
callable
Resources
3
readable
Prompts
3
available

Tools · 11

search_products

Search and browse Bolot Studio custom metal photo prints. Returns a compact product card by default — handle, title, short description, price/compareAtPrice, availability, variants (name/size/price/av…

get_product_recommendations

Get personalized product and variant recommendations based on customer intent, budget, recipient profile, room type, and lighting conditions.

search_policies_and_faqs

Search Bolot Studio FAQs and store policies. Covers product questions, sizing, finishes, shipping, returns, and ordering.

compare_products

Compare Bolot Studio products — Legacy Print vs Cinematic Print, or Bolot vs competitors (Displate, Canvas, Framed prints).

get_store_info

Get Bolot Studio brand information, shipping zones, payment methods, and configurator URLs. Essential context for helping customers.

check_photo_compatibility

Check whether supplied pixel dimensions meet the print-contract 120 DPI hard gate used by upload. Returns per-size required_px. Crop and artefacts are still reviewed in the configurator. With a delive…

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.

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, distributio…

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-…

search_products_task

Task-based product search for long-running MCP clients. Use task polling to retrieve the result.

check_photo_compatibility_task

Task-based photo-resolution check against the print-contract 120 DPI hard gate used by upload. Omit width/height to report that suitability cannot be verified without dimensions.

Resources · 3

catalog

Bolot Studio product catalog: full sizes, finishes, prices, and specifications for the default market, plus a compact price table (currency + per-product price range) for every other configured market…

bolot://catalog/products
policies

Bolot Studio shipping, returns, and privacy policy summaries

bolot://policies/summary
faq

Frequently asked questions about Bolot Studio metal prints

bolot://faq/all

Prompts · 3

gift_advisor

Help a customer choose the perfect metal print as a gift

size_guide

Help choose the right metal print size for a specific room or wall

product_comparison

Compare Bolot Studio metal prints with alternatives

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.bolotstudio/store": {
      "url": "https://bolotstudio.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}