Skip to main content
Glama
RahulRajelli

robosimtools-mcp

by RahulRajelli

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
robosim_convert_rotationA

Convert a rotation between quaternion, Euler (12 sequences, intrinsic/extrinsic), 3x3 matrix, and axis-angle, and report URDF roll-pitch-yaw. Give it in any one representation via from; returns ALL of them.

robosim_dh_to_urdfA

Generate a correct URDF joint chain from a Denavit-Hartenberg table. Handles standard (trailing 'flange' term) vs modified (Craig) conventions correctly.

robosim_diff_ardupilot_paramsA

Compare two ArduPilot .param files (auto-detects the 3 real-world formats) and report changed / added / removed parameters, with float-epsilon equality.

robosim_mesh_mass_propertiesA

Compute mass, center of mass, and inertia tensor of a closed STL/OBJ mesh, integrated from the geometry. Coordinates in meters, density in kg/m^3.

robosim_validate_urdfA

Check a URDF for structural problems: kinematic tree, inertia sanity, joint limits, and parser-divergence pitfalls. Returns issues by severity.

robosim_inspect_urdfA

Parse a URDF and return its structure — links, joints (type/parent/child/axis), kinematic root links, and degrees of freedom. The 3D viewer's underlying data, for an agent to reason about.

robosim_xacro_to_urdfA

Expand Xacro properties, macros, conditionals, and includes into plain URDF. Provide included files by basename in includes.

robosim_urdf_to_mjcfA

Convert a URDF to MuJoCo MJCF XML (correct half-extents, radians, nested body tree).

robosim_sdf_to_urdfA

Convert a Gazebo SDF model to URDF, resolving model-frame poses into correct relative joint origins.

robosim_step_to_urdfA

Convert a STEP or IGES CAD file to URDF, computing mass/COM/inertia per solid from the tessellated geometry (via the OCCT CAD kernel). Solids are welded with fixed joints. First call loads a 7.6 MB kernel.

robosim_generate_sbomA

Produce a CycloneDX 1.6 SBOM from a LOCKFILE (package-lock.json, pinned requirements.txt, Cargo.lock, or go.sum). Manifests without resolved versions are refused.

robosim_cra_readinessA

Walk the CRA scoping decision tree (Reg. (EU) 2024/2847). Provide answers as { questionId: optionIndex }; the tool returns either the next question to answer or the final outcome with obligations, dates, and penalties. Informational, not legal advice. Start with no answers to get the first question.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RahulRajelli/robosimtools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server