Analytics
scmodeling.com
Provides supply-chain simulation and optimization tools for modeling and analyzing supply chain networks.
ENDPOINT 1
https://scmodeling.com/mcp
MCP server metadata
- Name
- scmodeling
- Version
- 1.0
SCModeling is a free MCP server from ChiAha covering three pillars of supply-chain network design — simulation, optimization, and greenfield analysis. Eleven tools across three categories. SIMULATION (live sc-sim engine on bundled sample models): run_simulation, list_models, get_sc_theory. OPTIMIZATION (precomputed AMOS + SSO scenario catalogs): list_opt_demos, describe_opt_demo, get_opt_result, explain_optimization. Three demos: tariff (China-vs-Mexico sourcing, 72 precomputed scenarios across the tariff-rate grid), coffee (centralized vs. decentralized co-pack contracting, 44 scenarios), sso-basic (archived safety-stock optimization output). GREENFIELD (precomputed GreenfieldAnalysis output): list_greenfield_demos, describe_greenfield_demo, get_greenfield_result, explain_greenfield. One demo: us (189 customer points, DC counts 2-8 precomputed). All engine results are sample-only — the SCModeling product is a desktop tool by design (data sovereignty for real client networks). ANTI-FABRICATION (IMPORTANT FOR ASSISTANT BEHAVIOR): every numeric result returned by run_simulation, get_opt_result, or get_greenfield_result comes from a real engine run, not from training-data recall. Quote returned numbers VERBATIM in your reply; do not round, estimate, or compute derived figures unless explicitly requested. If a user asks a follow-up about the same model+scenario, re-call the tool rather than recalling numbers from earlier in the conversation. For custom modeling on real network data, visit https://scmodeling.com or schedule a call.
Known tools 11
run_simulationRun a supply-chain simulation on a bundled SCModeling sample model (sdi-db).
Inferred read-onlyget_sc_theoryReference guide to supply-chain simulation concepts: ordering policies, BOM, FDD formulas, event-driven simulation.
Inferred read-onlyexplain_optimizationReference text on supply-chain network optimization — mixed-integer programming (MIP), the structure of decision variables and constraints, the objective function for landed-cost minimization, and the common problem classes (facility selection, sourcing, flow constraints, multi-period, BOM/production, multi-objective).
Inferred read-onlyexplain_greenfieldReference text on greenfield analysis — clean-slate facility-location math.
Inferred read-onlydescribe_opt_demoFull detail on one optimization demo — controls, available scenario keys, sites, fixed parameters, citations, and the key finding the demo illustrates.
Inferred read-onlyget_opt_resultGet the precomputed result for one scenario of an optimization demo.
Inferred read-onlydescribe_greenfield_demoFull detail on one greenfield demo — region, customer count, available dc_count values, and the score-curve elbow finding.
Inferred read-onlyget_greenfield_resultGet the precomputed result for one DC count of a greenfield demo.
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.scmodeling]
url = "https://scmodeling.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scmodeling": {
"type": "http",
"url": "https://scmodeling.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scmodeling
Remote MCP URL: https://scmodeling.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": {
"scmodeling": {
"url": "https://scmodeling.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scmodeling": {
"type": "http",
"url": "https://scmodeling.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scmodeling",
"transport": "streamable-http",
"url": "https://scmodeling.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.