You're viewing a demo portfolio

Join the waitlist
PRSM

get_crate_reverse_deps

Active

Tool of Crates

declared in 0.1.0

List crates that DEPEND ON a given crate (reverse dependencies), most-downloaded first — answers "what uses <crate>", "how widely adopted is <crate>", "who depends on <crate>". Returns the total dependent count plus the top dependents with their version requirement, dependency kind, and download counts.

Parameters schema

{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Crate name (e.g. \"serde\")."
    },
    "limit": {
      "type": "number",
      "description": "Number of top dependents to return (default 20, max 100)."
    }
  }
}

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_reverse_deps — Crates — PRSM MCP