# amitte/bundler-tools

> Read-only RubyGems helper — search_gems, get_gem_info, list_versions. Surface for Ruby 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/bundler-tools

## Tags

- **Capabilities:** gem-search, gem-info, versions-list
- **Domains:** devtools, package-registry, ruby

## Evaluation

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

## Endpoints

- **service-backed** `bundler-tools` → https://mcp.amitte.com/v1/bundler-tools/sse — Remote MCP server fronting the rubygems.org v1 API. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `search_gems` — Read-only. Free-text search of RubyGems with downloads + version ordering.
  - tool: `get_gem_info` — Read-only. Fetch a single gem's metadata — authors, license, source URL, dependencies.
  - tool: `list_versions` — Read-only. List published versions of a gem with platform + prerelease flag.

## Programmatic access

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

Last updated: 2026-06-08T14:05:48.205Z