search_gems

Pack: rubygems · Endpoint: https://gateway.pipeworx.io/rubygems/mcp

Search RubyGems by keyword in name/description. Returns matching gems sorted by relevance with name, version, downloads, and info text.

Parameters

NameTypeRequiredDescription
querystringyesKeyword(s) to search for (e.g., “authentication”, “json parser”)
limitnumbernoMax results to return (1–30, default 10). API caps at 30/page.
pagenumbernoPage number (1-based, default 1).

Example call

curl -X POST https://gateway.pipeworx.io/rubygems/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_gems","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "rubygems": {
      "url": "https://gateway.pipeworx.io/rubygems/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026