daily_horoscope
ActiveTool of mcp-horoscope
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"required": [
"sign"
],
"properties": {
"day": {
"type": "string",
"description": "Day to fetch. One of TODAY, TOMORROW, YESTERDAY, or a date in YYYY-MM-DD format. Defaults to TODAY."
},
"sign": {
"type": "string",
"description": "Zodiac sign (case-insensitive). One of: aries, taurus, gemini, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn, aquarius, pisces."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-horoscope
https://github.com/pipeworx-io/mcp-horoscope
2/7 registries