get_crate_dependencies
ActiveTool of Crates
List the dependencies of a specific crate version — what <crate> itself depends on. Returns each dependency with its version requirement, kind (normal/build/dev), optional flag, enabled features, and target. Version is optional (defaults to the latest stable). Use for "what does <crate> depend on", dependency audits, or sizing a crate's footprint.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Crate name (e.g. \"tokio\")."
},
"version": {
"type": "string",
"description": "Exact version (e.g. \"1.40.0\"), or omit for the latest stable."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Crates
https://github.com/pipeworx-io/mcp-crates
1/7 registries