Estimate how many tiles you need to cover a room, including layout-aware waste (straight, 45° diagonal, herringbone, basketweave), boxes to buy, grout volume and weight, and an optional cost total. Enter room and tile dimensions plus joint width to get a ready-to-order material list.
Send a POST request with your inputs as JSON. File parameters require a separate upload first.
Endpoint
HTTP
POST https://api.elysiatools.com/en/api/tools/tile-coverage-estimator
Parameters
Name
Type
Required
Description
layout
select
No
—
shape
select
No
—
roomLength
number
Yes
—
roomWidth
number
Yes
—
tileLength
number
Yes
—
tileWidth
MCP integration
Add this tool to your Model Context Protocol server so AI agents can list and call it.
Server configuration
Add this block to your MCP client configuration:
mcp.json
{
"mcpServers": {
"elysiatools-tile-coverage-estimator": {
"name": "tile-coverage-estimator",
"description": "Estimate how many tiles you need to cover a room, including layout-aware waste (straight, 45° diagonal, herringbone, basketweave), boxes to buy, grout volume and weight, and an optional cost total. Enter room and tile dimensions plus joint width to get a ready-to-order material list.",
"baseUrl": "https://api.elysiatools.com/mcp/sse?toolId=tile-coverage-estimator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
List available tools
After connecting to the SSE endpoint, list the exposed tools: