← bolotstudio.com

INDIVIDUAL MCP TOOL

get_store_info

Get Bolot Studio brand information, shipping zones, payment methods, and configurator URLs.

bolotstudio.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

bolotstudio.com

CONNECT 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.

Related tools

  • search_products — Search and browse Bolot Studio custom metal photo prints.
  • 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.
  • compare_products — Compare Bolot Studio products — Legacy Print vs Cinematic Print, or Bolot vs competitors (Displate, Canvas, Framed prints).
  • check_photo_compatibility — Check if a customer's photo dimensions meet the minimum resolution requirements for each metal print size.
  • get_shipping_estimate — Get estimated delivery time, free shipping threshold, and carrier information for a specific country.
  • get_reviews_summary — Get aggregated customer review statistics and featured review excerpts.
  • start_configuration — Generate a direct URL to the Bolot Studio product configurator with pre-selected options.