Wraps the StupidAPIs Mercury Number service, which generates random numbers between 1 and 100 with astrological reasoning based on Mercury's current zodiac position. You get one tool, mercury_number_generate, that returns both the number and cosmic context explaining the selection. Requires an X-API-Key for authentication. It's part of the Pipeworx gateway ecosystem, so you can either connect to this specific server or access it through their broader gateway that bundles 250+ data sources. Useful if you need randomness with a dash of astrology, Mercury retrograde insights, or just want to blame the cosmos for your number generation.
mercury-number MCP — wraps StupidAPIs (requires X-API-Key)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
mercury_number_generate | Get a random number (1-100) with astrological justification based on Mercury's current zodiac position. Returns the number and cosmic context. Use when you need a number with Mercury retrograde insights or cosmic reasoning. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"mercury-number": {
"url": "https://gateway.pipeworx.io/mercury-number/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Mercury Number data" })
The gateway picks the right tool and fills the arguments automatically.
MIT