You're viewing a demo portfolio

Join the waitlist
PRSM

get_crate_dependencies

Active

Tool of Crates

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Crates

https://github.com/pipeworx-io/mcp-crates

1/7 registries
View full server →
get_crate_dependencies — Crates — PRSM MCP