General Tools
madekeeper.com
An MCP server offering practical calculators for soap making, candle pouring, lumber board feet, and quilt fabric/backing estimates.
ENDPOINT 1
https://madekeeper.com/mcp
MCP server metadata
- Name
- madekeeper-craft-math
- Version
- 1.0.0
The pure math behind MadeKeeper's free craft calculators — soap lye, candle pours, board feet, quilt fabric, honey pulls. Every answer is a starting point a maker verifies, never a substitute for her own check. Read-only; touches no maker's records.
Known tools 6
list_soap_oilsList every oil and butter the soap calculator knows, with its saponification (SAP) value for sodium hydroxide.
Inferred read-onlycalculate_soap_lyeCalculate the lye (sodium hydroxide) and water for a cold-process soap batch from its oil blend, superfat and lye purity, plus the batch yield in bars.
Inferred read-onlycalculate_candle_pourCalculate a candle pour from the wax weight and fragrance load: how much fragrance to add and how many containers of a given fill weight the batch makes.
Inferred read-onlycalculate_board_feetCalculate board feet for a lumber list from nominal thickness, width and length in inches, and the lumber cost at a given price per board foot with a waste allowance.
Inferred read-onlycalculate_quilt_fabricCalculate the backing yardage, batting size and binding for a quilt from its finished width and length in inches, and the longarm quilting fee by the square inch if a rate is given.
Inferred read-onlycalculate_honey_pullCalculate a honey harvest: pounds in a pull given in gallons, how many jars of a given fill size it fills, the leftover, and the cost per pound and per jar from what the season cost.
Inferred read-onlyCONNECT 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.madekeeper-craft-math]
url = "https://madekeeper.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"madekeeper-craft-math": {
"type": "http",
"url": "https://madekeeper.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: madekeeper-craft-math
Remote MCP URL: https://madekeeper.com/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": {
"madekeeper-craft-math": {
"url": "https://madekeeper.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"madekeeper-craft-math": {
"type": "http",
"url": "https://madekeeper.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "madekeeper-craft-math",
"transport": "streamable-http",
"url": "https://madekeeper.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.