General Tools
boringtoolskit.com
A collection of everyday calculators for finance, health, and discounts, including bill splitting, mortgage payments, BMI, BMR/TDEE, and percent-off totals.
ENDPOINT 1
https://boringtoolskit.com/mcp
MCP server metadata
- Name
- boringtoolskit
- Version
- 1.0.0
Known tools 12
discount_percent_offCompute the final checkout total after stacked percentage discounts, a fixed coupon, and a tax assumption.
Inferred read-onlybmr_tdeeEstimate basal metabolic rate (Mifflin-St Jeor) and total daily energy expenditure from age, weight, height, sex, and an activity multiplier.
Inferred read-onlymortgage_paymentEstimate the full monthly housing payment (principal, interest, tax, insurance, PMI, HOA) and the total interest over the term.
Potential side effectsauto_loanEstimate a monthly auto-loan payment from price, down payment, trade-in, term, and APR.
Potential side effectscompound_interestGrow a balance with compound interest and optional monthly contributions.
Inferred read-onlysavings_growthProject the future value of a lump-sum investment (optionally with monthly additions), including interest earned.
Inferred read-onlysimple_interestCompute simple interest, total value, and a comparison to annual compounding.
Inferred read-onlycalorieEstimate BMR and total daily energy expenditure using Mifflin-St Jeor, from weight/height in US units.
Inferred read-onlypercentageSolve percentage problems: what is X% of Y, X is what % of Y, or the % change from X to Y.
Inferred read-onlysquare_footageCompute total area (and with-waste area) from up to two rectangular spaces, plus square yards, square metres, and acres.
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.boringtoolskit]
url = "https://boringtoolskit.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"boringtoolskit": {
"type": "http",
"url": "https://boringtoolskit.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: boringtoolskit
Remote MCP URL: https://boringtoolskit.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": {
"boringtoolskit": {
"url": "https://boringtoolskit.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"boringtoolskit": {
"type": "http",
"url": "https://boringtoolskit.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "boringtoolskit",
"transport": "streamable-http",
"url": "https://boringtoolskit.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.