← xn--lda.se
INDIVIDUAL MCP TOOL
build_library
Wrap one or more BGIF subsystem components into a BGLIB v1 document.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.xn--lda-se]
url = "https://xn--lda.se/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xn--lda-se": {
"type": "http",
"url": "https://xn--lda.se/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xn--lda-se
Remote MCP URL: https://xn--lda.se/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": {
"xn--lda-se": {
"url": "https://xn--lda.se/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xn--lda-se": {
"type": "http",
"url": "https://xn--lda.se/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xn--lda-se",
"transport": "streamable-http",
"url": "https://xn--lda.se/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
simulate— Run a BondGraph (BGIF v1) model and return time-series results as JSON.validate_bgif— Parse a BGIF document and report whether it is valid.analyze_causality— Run causality analysis on a BGIF model: per-bond causality, state variables, algebraic loops, derivative causality, DAE index estimate, and structural well-posedness.list_examples— List the built-in example bond graph models.get_example— Return the full BGIF document for a named built-in example.render_svg— Render a BGIF model as an SVG image.list_libraries— List the component libraries shipped with BondGraph Studio.get_library— Return the full BGLIB v1 document for a shipped library.