eCommerce
bolotstudio.com
Provides product search, recommendations, comparisons, store policies, and brand information for Bolot Studio.
ENDPOINT 1
https://bolotstudio.com/api/mcp
MCP server metadata
- Name
- com.bolotstudio/store
- Version
- 1.0.0
Bolot Studio sells personalized aluminium dye-sublimation photo prints across two print families and a DIBOND address sign: 'the-legacy-print' (The Keepsake Trio with three separate 13×9 cm panels and exactly three metal desk stands, Classic, and Statement; a Statement and a Keepsake Trio can also be bought together under a store-wide promotion — this is a promotion, not a separate product size), 'the-cinematic-print' (The Cinematic, Classic, and Statement wall formats), and 'the-address-sign'. This server is READ-ONLY: use it to search the catalog, fetch product details, get shipping estimates, search policies and FAQs, summarize reviews, check photo compatibility, and compare products. It cannot add to cart or check out — to purchase, hand the buyer off to the configurator via the start_configuration tool, which leads into the UCP/ACP checkout flow. Products are not currently available for purchase in the USA. No US prices, offers, shipping quotes or checkout data are published.
Known tools 11
get_product_recommendationsGet personalized product and variant recommendations based on customer intent, budget, recipient profile, room type, and lighting conditions.
Inferred read-onlycompare_productsCompare Bolot Studio products — Legacy Print vs Cinematic Print, or Bolot vs competitors (Displate, Canvas, Framed prints).
Inferred read-onlyget_store_infoGet Bolot Studio brand information, shipping zones, payment methods, and configurator URLs.
Potential side effectscheck_photo_compatibilityCheck whether supplied pixel dimensions meet the print-contract 120 DPI hard gate used by upload.
Potential side effectsget_shipping_estimateGet estimated delivery time, free shipping threshold, and carrier information for a specific country.
Inferred read-onlyget_reviews_summaryGet aggregated customer review statistics and featured review excerpts.
Inferred read-onlystart_configurationGenerate a direct URL to the Bolot Studio product configurator with pre-selected options.
Inferred read-onlycheck_photo_compatibility_taskTask-based photo-resolution check against the print-contract 120 DPI hard gate used by upload.
Potential side effectsCONNECT 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.com-bolotstudio-store]
url = "https://bolotstudio.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-bolotstudio-store": {
"type": "http",
"url": "https://bolotstudio.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-bolotstudio-store
Remote MCP URL: https://bolotstudio.com/api/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": {
"com-bolotstudio-store": {
"url": "https://bolotstudio.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-bolotstudio-store": {
"type": "http",
"url": "https://bolotstudio.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-bolotstudio-store",
"transport": "streamable-http",
"url": "https://bolotstudio.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bolotstudio.com was fetched 2026-07-31T07:03:26.647Z and is being refreshed.
bolotstudio.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.