← Registry

General Tools

xn--lda.se

Provides tools for bond graph modeling, simulation, validation, and causality analysis.

1 endpoint24 known toolsFirst detected July 15, 2026Last detected July 15, 2026

ENDPOINT 1

https://xn--lda.se/api/mcp

No auth detected

Known tools 24

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.

validate_library

Parse a BGLIB v1 document or legacy BGIF library and report whether it is valid.

fetch_library

Fetch a BGLIB v1 or legacy BGIF document from an HTTP(S) URL.

build_library

Wrap one or more BGIF subsystem components into a BGLIB v1 document.

add_element

Add a primitive element (R/C/I/Se/Sf/TF/GY/0/1) to a BGIF model and return the updated document.

remove_element

Remove an element by id from a BGIF model.

set_parameter

Set a parameter on an element in a BGIF model (e.g.

rename_element

Rename an element label in a BGIF model.

connect

Add a bond between two element ports in a BGIF model.

disconnect

Remove a bond by id from a BGIF model.

apply_edits

Apply a batch of model edits (add_element, remove_element, set_parameter, rename, connect, disconnect) transactionally.

parameter_sweep

Run a simulation across a Cartesian product of parameter values.

fit_parameters

Calibrate model parameters to time-series data via Nelder-Mead.

linearize

Linearize the model around an operating point and return state-space matrices.

analyze_frequency

Compute poles, eigenvalues, stability, and (optionally) Bode magnitude/phase for the linearization.

export_equations

Emit symbolic equations from a BGIF model.

check_units

Dimensional / domain type-check for a BGIF model.