Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.joegra2003/metamodel

io.github.joegra2003/metamodel

AI-callable calculators and engineering models with real formulas. No hallucinated math.

Uptime
100.0%
1 direct probes · 30d
Response
690ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

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 displ…

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 i…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.joegra2003/metamodel": {
      "url": "https://www.metamodel.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}