
metamodel
AI-callable calculators and engineering models with real formulas.
Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
AI-callable calculators and engineering models with real formulas. No hallucinated math.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| metamodel_list_projects | Browse available MetaModel calculators and engineering models. Returns project names, descriptions, tokens, and model names for each published project. |
| metamodel_get_schema | Get the input/output schema for a published MetaModel project. Returns model names, input parameters (with types, defaults, validation), and output fields. Models marked "presentation": true are display scaffolding (3D scenes etc.) — skip them for engineering analysis. Use a token from metamodel_list_projects. |
| metamodel_export_kn | Export a published MetaModel project as KN notation — a human-readable text spelling of the model: nested Component blocks, "Name: value" literals, "Name: expression" formulas, dotted cross-references. Deliberately lossy (rules, indicators, validations, table data and views are omitted). Useful for reading or diffing the engineering knowledge behind a project. |
| metamodel_compute | Run a computation on a MetaModel project. Send input values and get computed outputs from all models. Inputs are auto-routed to the correct model by property name. Models marked "presentation": true in results are display scaffolding, not engineering outputs. Use metamodel_get_schema first to discover available inputs and outputs. |