RubyGems for your agents.
Connect RubyGems once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to RubyGems.
What agents can do with RubyGems
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
rubygems_meCheck the credentials: returns the authenticated user's profile and API key scopes.
rubygems_get_gemGet metadata for a gem by name.
rubygems_search_gemsSearch for gems by query. Returns the first 30 matches.
rubygems_list_owned_gemsList all gems owned by the authenticated user.
rubygems_get_gem_versionsList all versions of a gem.
rubygems_get_total_downloadsGet total download counts across all of RubyGems.
rubygems_get_gem_downloadsGet download counts for a specific gem, including per-version breakdown.
rubygems_get_reverse_dependenciesList gems that depend on (require) a given gem.
rubygems_list_dependenciesList the runtime and development dependencies of a gem version.
rubygems_yank_gemYank (remove) a specific version of a gem from the index.
rubygems_unyank_gemRestore a previously yanked gem version.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into rubygems.org and go to Edit Profile, then API Keys.
- Click 'Add API Key', select the scopes (push_rubygem, yank_rubygem, etc.), and copy the key.
- Paste the key (starts with rubygems_).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect RubyGems to Even: call connect_begin("rubygems") on the even-connect MCP and walk me through it.
Search RubyGems packages, list your owned gems, and check version history.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.