Weavz
RubyGems.org

RubyGems.org

RubyGems.org gem search, metadata, version, dependency, and download metadata.

5 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
search_gems

Search active RubyGems.org gems by query.

get_gem

Get basic RubyGems.org metadata and dependencies for a gem.

list_versions

List published versions for a RubyGem.

get_latest_version

Get the latest version object for a RubyGem.

get_version

Get RubyGems.org API v2 details for one gem version.

Triggers

Name
new_gem_version

Triggers when RubyGems.org lists a new version for a gem after polling is enabled.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('rubygems', 'search_gems', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'rubygems',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect RubyGems.org to my app?

RubyGems.org does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.

What tools does RubyGems.org support?

RubyGems.org supports 5 tools including Search Gems, Get Gem, List Versions, Get Latest Version, Get Version.

Can I use RubyGems.org with AI agents?

Yes. Add RubyGems.org to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect RubyGems.org to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add RubyGems.org as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped RubyGems.org tools exposed by that workspace.

Does RubyGems.org work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved RubyGems.org work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with RubyGems.org?

RubyGems.org exposes 5 tools, including Search Gems, Get Gem, List Versions, Get Latest Version, Get Version. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can RubyGems.org be used in stateful agent workflows?

Yes. Agents can combine RubyGems.org tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does RubyGems.org use?

RubyGems.org does not require external authentication.

How much does the RubyGems.org integration cost?

The RubyGems.org integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does RubyGems.org support?

RubyGems.org supports 1 triggers including New Gem Version.

Connect RubyGems.org in minutes

Get 20,000 free action executions every month. No credit card required.