MCP server exposing 3 tools for emojihub.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/emojihub/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
random_emoji — Get a random emoji with its character, name, category, and group. Use when you need an unpredictable emoji for variety or surprise elements.get_by_category — Search emojis by category (e.g., "smileys-and-people", "food-and-drink", "travel-and-places", "symbols"). Returns matching emojis with names and groups.get_by_group — Search emojis by group (e.g., "face-positive", "face-negative", "animals-mammal", "hand-fingers-open"). Returns matching emojis with names and categories.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/emojihub/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io