API Tools
metamodel.app
This server enables browsing, schema retrieval, and execution of computations on MetaModel engineering models.
ENDPOINT 1
https://www.metamodel.app/api/mcp
MCP server metadata
- Name
- metamodel
- Version
- 1.2.0
MetaModel provides certified formula computation — published calculators and engineering models with real dependency-tracked formulas, so answers are computed, not hallucinated. Flow: metamodel_list_projects to browse, metamodel_get_schema to discover a project's inputs/outputs, metamodel_compute to run it.
Known tools 3
metamodel_list_projectsBrowse available MetaModel calculators and engineering models.
Inferred read-onlymetamodel_get_schemaGet the input/output schema for a published MetaModel project.
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.metamodel]
url = "https://www.metamodel.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"metamodel": {
"type": "http",
"url": "https://www.metamodel.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: metamodel
Remote MCP URL: https://www.metamodel.app/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": {
"metamodel": {
"url": "https://www.metamodel.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"metamodel": {
"type": "http",
"url": "https://www.metamodel.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "metamodel",
"transport": "streamable-http",
"url": "https://www.metamodel.app/api/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.