← mfgcalcs.com

INDIVIDUAL MCP TOOL

get_citation

Get a ready-to-paste citation for an MFG Calcs dataset — including, for vintage-tracked datasets, the ?asOf= URL that returns the numbers exactly as they read on the access date, so the citation stays checkable after revisions instead of rotting.

mfgcalcs.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.mfgcalcs.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_citation and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

mfgcalcs.com

CONNECT 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.

Related tools

  • search_calculators — Search MFG Calcs' library of 5,000+ manufacturing calculators (machining, molding, welding, OEE, cost estimating, energy, quality, maintenance, and more).
  • get_calculator — Get a calculator's inputs (labels, units, defaults, min/max) and formula before running it.
  • run_calculator — Run a manufacturing calculation.
  • lookup_tariff — Look up U.S.
  • get_index — Fetch a published MFG Calcs index, board, ledger, forecast, vintage, revision record, seasonal series, or HS-NAICS map.
  • get_provenance — Get the MFG Calcs Provenance Manifest: the verifiable record for every branded index and ledger on the site.
  • search_site — Search everything on mfgcalcs.com beyond calculators: 64 live economic data series (imports, prices, wages, energy), 57 tariff families, state cost data, calculator categories, and datasets.
  • get_whats_new — Get 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.