Provides a standardized interface for accessing the Crates.io REST API.
This tool serves as a Model-Context-Protocol (MCP) wrapper for the official Crates.io REST API v1. Designed as a component of the Pipeworx open MCP gateway, it offers free and unauthenticated access to Crates.io data. Developers can seamlessly integrate information about Rust packages into their applications, leveraging the power of MCP for standardized data interactions without needing to manage API keys.
主な機能
01Wraps Crates.io REST API v1
02Offers free and unauthenticated access to public Crates.io data
03Integrates seamlessly with the Pipeworx MCP gateway
04Provides standardized data access via the Model-Context-Protocol
050 GitHub stars
ユースケース
01Accessing Crates.io data through a standardized MCP client
02Building dashboards or analytics tools for the Rust ecosystem
03Integrating Rust package metadata into custom applications