The Daily Horoscope MCP Server powers the Daily Horoscope ChatGPT Plugin, delivering personalized astrological readings for all 12 zodiac signs directly within ChatGPT conversations. Built on the Model Context Protocol (MCP), it provides a standardized interface for accessing horoscope data programmatically.
Built on top of the existing Daily Horoscope data foundation, the MCP server maintains full backward compatibility with the Alexa skill while offering a modern, extensible API for new use cases.
The primary application is as the backend for the Daily Horoscope ChatGPT Plugin. Users can interact directly with ChatGPT to get personalized astrological readings delivered conversationally.
The MCP server follows a modular, layered architecture:
The server exposes the following MCP resources:
get_today_horoscope: Get today's horoscope reading for a specific zodiac sign with optional localeget_horoscope_by_date: Get horoscope for a specific zodiac sign and date (YYYY-MM-DD format)get_all_signs: Retrieve the complete list of all 12 zodiac signsget_available_locales: Get list of all available locales for horoscope readingssearch_horoscopes: Search horoscope content by keyword across recent days (last 7 days)