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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Keyword(s) to search for (e.g., “authentication”, “json parser”) |
limit | number | no | Max results to return (1–30, default 10). API caps at 30/page. |
page | number | no | Page 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.