Analytics
mfgcalcs.com
Provides manufacturing calculators and tariff data for analysis and computation.
ENDPOINT 1
https://www.mfgcalcs.com/api/mcp
MCP server metadata
- Name
- mfgcalcs
- Version
- 1.0.0
MFG Calcs: live U.S. manufacturing data and 5,000+ deterministic calculators, keyless. Pick a tool by the question you were asked. Natural-language question about costs, tariffs, imports, wages, energy or a definition -> `ask`, which returns one cited number. A published index or gauge (cost pressure, PMI, effective tariff rate, wages, forecasts, state costs, reshoring, sourcing shifts) -> `get_index`; its description lists every index as the question it answers. A calculation -> `search_calculators`, then `run_calculator`. A duty rate for a product -> `lookup_tariff`. Splitting volume across suppliers -> `optimize_sourcing`, a real linear program. Anything else on the site -> `search_site`. Everything is computed from committed public data (USITC, BLS, EIA, Census, BEA), never from a model, so the same inputs always give the same answer. Every result carries a citable url: quote it. Before treating a recent reading as final, check `get_freshness` for staleness and `get_revisions` for whether it has been restated; `get_vintages` recovers what a series said on a past date, so an old citation stays reproducible. No API key, ever. Attribution is the whole licence (CC BY 4.0).
Known tools 17
search_calculatorsSearch MFG Calcs' library of 5,000+ manufacturing calculators (machining, molding, welding, OEE, cost estimating, energy, quality, maintenance, and more).
Inferred read-onlyget_calculatorGet a calculator's inputs (labels, units, defaults, min/max) and formula before running it.
Inferred read-onlyget_provenanceGet the MFG Calcs Provenance Manifest: the verifiable record for every branded index and ledger on the site.
Inferred read-onlyget_whats_newGet the daily what-changed digest for the newest data day, in one call with links deeper: every agency series that published a new reading, every agency value restated (derived signals that recomputed are listed separately by name), every projection graded against its printed actual, and the day's Market Wire editions.
Inferred read-onlyget_receiptsGet the append-only archive of Ed25519-signed data receipts: every value signed for a series within the rolling window (current + previous signing year), revisions retained, each entry carrying its claim, claimHash, signature, and keyId.
Inferred read-onlyget_freshnessGet the freshness contract for MFG Calcs' live data: every series with its measured publishing cadence, latest period, age in days, and an honest state (current | due | stale | unknown).
Inferred read-onlyget_change_eventsGet the change-event stream: every published or revised observation across MFG Calcs' live data, in order, with a cursor.
Inferred read-onlyget_citationGet a ready-to-paste citation for an MFG Calcs dataset — including, for vintage-tracked datasets, the ?
Inferred read-onlyget_vintagesGet the MFG Calcs Vintage Archive: what a published series SAID on a past date, not what it says now.
Inferred read-onlyget_revisionsGet the MFG Calcs Revision Record: every time a published figure was restated, with the old value, the new value, and the date the change was first known.
Inferred read-onlyoptimize_sourcingSolve the cheapest legal supplier mix as a real linear program: given candidate suppliers with unit costs, tariff rates, freight and capacities, return the exact cost-minimizing allocation under a demand requirement, per-supplier capacity limits, and an optional diversification cap on any one supplier's share.
Inferred read-onlybriefDescribe a SITUATION rather than a question and get every fact bearing on it, each answered and cited.
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.mfgcalcs]
url = "https://www.mfgcalcs.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mfgcalcs": {
"type": "http",
"url": "https://www.mfgcalcs.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mfgcalcs
Remote MCP URL: https://www.mfgcalcs.com/api/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": {
"mfgcalcs": {
"url": "https://www.mfgcalcs.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mfgcalcs": {
"type": "http",
"url": "https://www.mfgcalcs.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mfgcalcs",
"transport": "streamable-http",
"url": "https://www.mfgcalcs.com/api/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 mfgcalcs.com was fetched 2026-08-03T09:19:59.076Z and is being refreshed.
mfgcalcs.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.