Horoscope Serve is a TypeScript-based MCP server that provides astrological horoscope functionality through a standardized interface. Built by Freddie, this implementation leverages the Model Context Protocol SDK to expose horoscope-related tools that can be discovered and executed by AI assistants. The server is designed to be run as a command-line application, with the compiled JavaScript executable available through npm. It's suitable for applications that want to incorporate astrological predictions and insights into AI-powered conversations or workflows.
No reviews yet. Be the first to review!
Sign in to join the conversation
Fetch horoscope readings for a specified zodiac sign and time range. Parameters: type (string) - Zodiac sign (options: 'aries', 'taurus', 'gemini', 'cancer', 'leo', 'virgo', 'libra', 'scorpio', 'sagittarius', 'capricorn', 'aquarius', 'pisces'); time (string) - Time range for the reading (options: 'today', 'nextday', 'week', 'month').