# amitte/cargo-tools

> Read-only crates.io helper — search_crates, get_crate_info, list_versions. Surface for Rust dependency discovery from an agent.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/cargo-tools

## Tags

- **Capabilities:** crate-search, crate-info, versions-list
- **Domains:** devtools, package-registry, rust

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `cargo-tools` → https://mcp.amitte.com/v1/cargo-tools/sse — Remote MCP server fronting the crates.io v1 API. Targets Claude Desktop, Cursor, VS Code.
  - tool: `search_crates` — Read-only. Free-text search over crates.io with relevance ordering.
  - tool: `get_crate_info` — Read-only. Fetch crate metadata: keywords, categories, owners, repository, max_stable_version.
  - tool: `list_versions` — Read-only. List published versions of a crate with yank flag and created_at timestamp.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/cargo-tools" } }`
- Install via CLI: `amitte install amitte/cargo-tools`
- HTML page: https://amitte.com/s/amitte/cargo-tools

Last updated: 2026-06-08T15:17:25.743Z