weekly_horoscope
Pack: horoscope · Endpoint: https://gateway.pipeworx.io/horoscope/mcp
Get the weekly horoscope for a zodiac sign. Returns the prediction text covering the current week.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sign | string | yes | Zodiac sign (case-insensitive). One of: aries, taurus, gemini, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn, aquarius, pisces. |
Example call
curl -X POST https://gateway.pipeworx.io/horoscope/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"weekly_horoscope","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"horoscope": {
"url": "https://gateway.pipeworx.io/horoscope/mcp"
}
}
}
See Getting Started for client-specific install steps.