MCP server exposing 3 tools for horoscope.
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/horoscope/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
daily_horoscope — Get the daily horoscope for a zodiac sign. Returns the prediction text for a given day (today, tomorrow, yesterday, or a specific YYYY-MM-DD date). Useful for "what is my horoscope today" style questions.weekly_horoscope — Get the weekly horoscope for a zodiac sign. Returns the prediction text covering the current week.monthly_horoscope — Get the monthly horoscope for a zodiac sign. Returns the prediction text for the current month plus challenging and standout days.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/horoscope/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io