返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Pipeworx crates

在无需认证的情况下,通过 crates.io REST API 搜索并获取Rust crate 的元信息、版本信息及下载统计。

person作者: brucegutmanhubclawhub

Crates

Crates.io MCP — wraps the crates.io REST API v1 (free, no auth)

search_crates

Search crates.io for Rust packages by keyword. Returns crate name, description, downloads, latest ve

get_crate

Get full metadata for a specific crate (e.g., 'serde'). Returns description, downloads, latest versi

get_versions

List all published versions for a crate in reverse chronological order. Returns version number, down

{
  "mcpServers": {
    "crates": {
      "url": "https://gateway.pipeworx.io/crates/mcp"
    }
  }
}