get_astrology_horoscope_sign_daily
ActiveTool of Western Astrology MCP Server by RoxyAPI
Get the daily horoscope for any zodiac sign. Forecast is generated from real-time planetary transits using whole-sign house positions, so every sign receives unique content. Returns love, career, health, finance, overview with active transits, Moon sign, Moon phase, energy rating, lucky number, lucky color, and compatible signs. Supports date parameter for editorial scheduling. Daily horoscope API, zodiac forecast, sun sign horoscope, astrology prediction.
Parameters schema
{
"type": "object",
"required": [
"sign"
],
"properties": {
"date": {
"type": "string",
"format": "date",
"example": "2026-04-03",
"description": "Forecast date in YYYY-MM-DD format. Defaults to today. Supports future and past dates for editorial scheduling."
},
"lang": {
"enum": [
"en",
"tr",
"de",
"es",
"hi",
"pt",
"fr",
"ru"
],
"type": "string",
"default": "en",
"example": "en",
"description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English."
},
"sign": {
"enum": [
"aries",
"taurus",
"gemini",
"cancer",
"leo",
"virgo",
"libra",
"scorpio",
"sagittarius",
"capricorn",
"aquarius",
"pisces"
],
"type": "string",
"example": "aries",
"description": "Zodiac sign, case-insensitive (e.g., aries, Aries, ARIES all work)."
},
"compact": {
"type": "boolean",
"default": false,
"description": "Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {\"__cols\":[field names],\"__rows\":[[values]]}, so each field name is sent once instead of once per row. Fully lossless (no field or value is dropped or changed) and typically 40 to 52 percent fewer tokens on large results. Prefer true whenever token or inference cost matters. Default false returns standard indented JSON."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Western Astrology MCP Server by RoxyAPI
1/7 registries