search_crates
ActiveTool of Crates
declared in 0.1.0
Search crates.io for Rust packages by keyword. Returns crate name, description, downloads, latest version, and repo URL.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "web framework"
},
{
"limit": 20,
"query": "async runtime"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default 10, max 100)"
},
"query": {
"type": "string",
"description": "Search query string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Crates
https://github.com/pipeworx-io/mcp-crates
1/7 registries