basic-horoscope-and-numerology

basic-horoscope-and-numerology

3.4

The Basic Horoscope and Numerology MCP Server offers tools for astrological, horoscope, and numerological insights.

The Basic Horoscope and Numerology MCP Server provides a comprehensive suite of tools for users interested in astrology and numerology. It offers detailed insights into personal numerological attributes, birth details, and astrological profiles. The server also provides essential panchang data, which is useful for planning auspicious events and understanding daily influences. This service is ideal for astrologers, numerology enthusiasts, and anyone curious about these ancient sciences.

Features

  • {'name': 'Numerology Basic Details', 'description': 'Offers an in-depth numerology report, providing valuable insights into personal numerological attributes and their implications.'}
  • {'name': 'Birth Details', 'description': 'Supplies detailed birth-related information, including sunrise, sunset, and ayanamsha, essential for accurate astrological assessments.'}
  • {'name': 'Basic Astrological Details', 'description': 'Delivers comprehensive avakahada details, such as nakshatra, charan, tithi, karan, yog, varna, vashaya, yoni, and more.'}
  • {'name': 'Basic Panchang Details at the Time of Sunrise', 'description': 'Provides essential data points for panchang elements, including chaugadiya, along with sunrise and sunset timings.'}
  • {'name': 'Basic Panchang Details', 'description': 'Offers data points for various panchang elements and includes standard sunrise and sunset timings.'}

Usage with Different Platforms

example_platform

python
import requests

url = 'http://example.com/api/horoscope'
params = {
    'date': '2023-10-01',
    'location': 'New York'
}
response = requests.get(url, params=params)
print(response.json())