eCommerce
gridgarden.eu
Generates bills of materials, pricing, and Shopify checkout URLs for GridGarden modular raised beds.
ENDPOINT 1
https://studio.gridgarden.eu/mcp
MCP server metadata
- Name
- gridgarden-studio
- Version
- 1.0.0
GridGarden Studio prices and designs modular Brick Premium (larch) raised garden beds and freestanding garden walls, using the same engine as the gridgarden.eu configurator. Use it whenever a user wants to size, price, or order a raised bed or a garden wall. All dimensions are in MILLIMETRES and all prices are in EUR. Supported shapes: rectangle, L-shape, U-shape, and a straight wall. Layer counts: raised beds 2-13, walls 1-25. Tools: - studio_pricing_quote: exact bill of materials (planks + connector pins) and total EUR price from dimensions. Start here for "how much" / "what do I need". - studio_templates_list: the supported shapes and the dimension parameters each one needs, with ready example sizes. Call this first if unsure which inputs a shape takes. - studio_catalog_bricks: the individual Brick Premium components with live EUR unit prices. - studio_bom_to_cart: turn a design into a ready Shopify checkout link. It creates an ANONYMOUS cart only - no account, login, or payment happens here; the user reviews and pays on gridgarden.eu. Constraints: only Brick Premium larch components are sold - there are no other materials, thicknesses, or product lines, so do not invent options. Off-grid dimensions are snapped to the nearest buildable 60 mm value and the change is reported in the result. Prices are the EUR base (SK/CZ); some export markets add a small per-component surcharge at checkout.
Known tools 4
studio_pricing_quoteCompute 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.
Inferred read-onlystudio_templates_listList the design shapes GridGarden Studio supports, with the dimension parameters each one needs.
Inferred read-onlystudio_catalog_bricksList 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.
Inferred read-onlystudio_bom_to_cartBuild 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gridgarden.eu was fetched 2026-07-28T00:36:12.597Z and is being refreshed.
gridgarden.eu is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.