get_crate_dependencies
Pack: crates · Endpoint: https://gateway.pipeworx.io/crates/mcp
List the dependencies of a specific crate version — what
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Crate name (e.g. “tokio”). |
version | string | no | Exact version (e.g. “1.40.0”), or omit for the latest stable. |
Example call
curl -X POST https://gateway.pipeworx.io/crates/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_crate_dependencies","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"crates": {
"url": "https://gateway.pipeworx.io/crates/mcp"
}
}
}
See Getting Started for client-specific install steps.