io.github.joegra2003/metamodel
io.github.joegra2003/metamodelAI-callable calculators and engineering models with real formulas. No hallucinated math.
Tools · 3
Browse available MetaModel calculators and engineering models. Returns project names, descriptions, tokens, and model names for each published project.
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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}