Emoji Oracle
live HumorConsult the Emoji Oracle for cryptic emoji prophecies with optional mystical interpretation
1 tools
0ms auth
free tier 50 calls/day
Tools
emoji_oracle_consult
required: question Consult the Emoji Oracle. Ask any question and receive a cryptic emoji prophecy with a vibe check. Optionally request an interpretation.
Parameters
Name Type Description
question req string Your question for the Emoji Oracle interpret opt boolean If true, the Oracle provides a mystical interpretation emoji_count opt number Number of emojis (1-5, default 3) Try it
Response
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
List available tools
bash
curl -X POST https://gateway.pipeworx.io/emoji-oracle/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' Call a tool
bash
curl -X POST https://gateway.pipeworx.io/emoji-oracle/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"emoji_oracle_consult","arguments":{"question": "Will it work?"}}}'