INDIVIDUAL MCP TOOL
studio_bom_to_cart
Build a ready-to-pay Shopify cart for a GridGarden Brick Premium raised bed (rectangle / L / U) or wall from millimetre dimensions, and return the checkout URL.
LIVE ENDPOINT
https://studio.gridgarden.eu/mcp
Connect to this endpoint to inspect the live schema for studio_bom_to_cart and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
Parent server
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.gridgarden-studio]
url = "https://studio.gridgarden.eu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gridgarden-studio": {
"type": "http",
"url": "https://studio.gridgarden.eu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gridgarden-studio
Remote MCP URL: https://studio.gridgarden.eu/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": {
"gridgarden-studio": {
"url": "https://studio.gridgarden.eu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gridgarden-studio": {
"type": "http",
"url": "https://studio.gridgarden.eu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gridgarden-studio",
"transport": "streamable-http",
"url": "https://studio.gridgarden.eu/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
studio_pricing_quote— Compute the exact bill of materials (panels + connector pins) and total EUR price for a GridGarden modular Brick Premium raised bed (rectangle / L / U) or freestanding wall, from dimensions in millimetres.studio_templates_list— List the design shapes GridGarden Studio supports, with the dimension parameters each one needs.studio_catalog_bricks— List the GridGarden Brick Premium modular components — middle and TOP planks in XS–XL sizes (plus a 1200mm XXL TOP) and the connector pin — with live EUR unit prices and availability from Shopify.