Fetches Rust crate READMEs, metadata, dependencies, and usage information from crates.io.
A Model Context Protocol (MCP) server for retrieving README files and package information from Rust crates on crates.io with comprehensive documentation extraction.
Add this server to your MCP client configuration:
{
"mcpServers": {
"cargo-package-readme": {
"command": "npx",
"args": ["cargo-package-readme-mcp-server"]
}
}
}
Retrieves README content and documentation for a Rust crate from crates.io with automatic GitHub fallback.
Parameters:
package_name
(required): Name of the Rust crate to retrieve README forversion
(optional): Specific version of the crate (default: latest)Examples:
Basic README retrieval:
{
"name": "get_package_readme",
"arguments": {
"package_name": "serde"
}
}
Specific version:
{
"name": "get_package_readme",
"arguments": {
"package_name": "tokio",
"version": "1.0.0"
}
}
Retrieves detailed package information including metadata, dependencies, and download statistics.
Parameters:
package_name
(required): Name of the Rust crateinclude_dependencies
(optional): Include dependency information (default: true)Example:
{
"name": "get_package_info",
"arguments": {
"package_name": "actix-web",
"include_dependencies": true
}
}
Search for Rust crates on crates.io with filtering and sorting options.
Parameters:
query
(required): Search query stringlimit
(optional): Maximum number of results (1-100, default: 20)sort
(optional): Sort order - "relevance", "downloads", "recent-downloads", "recent-updates" (default: "relevance")Example:
{
"name": "search_packages",
"arguments": {
"query": "web framework",
"limit": 10,
"sort": "downloads"
}
}
Common error scenarios:
MIT
Integrates with the Stability AI API for image generation, editing, and upscaling.
An official MCP server for Tencent Cloud Code Analysis (TCA) to quickly start code analysis and obtain reports.
A RAG-based Q&A server using a vector store built from Gemini CLI documentation.
Retrieve on-chain information for EVM contracts locally using an Ethereum RPC node and Etherscan API.
Provides tools for geospatial analysis within Jupyter notebooks.
Refactor code using regex-based search and replace.
A simple note storage system with tools for adding notes and generating scripts from them.
Automates the setup of new AI-powered MCP server development projects.
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
Quickly retrieve SVGs using the Iconify API, with no external data files required.