Metadata-Version: 2.4
Name: divineapi-horoscope-numerology-mcp
Version: 1.4.1
Summary: Official MCP server for Divine API's Horoscope, Tarot, Numerology & PDF Reports
Project-URL: Homepage, https://divineapi.com
Project-URL: Documentation, https://developers.divineapi.com
Project-URL: Repository, https://github.com/DivineAPI/mcp-horoscope-numerology
Author-email: Divine API <admin@divineapi.com>
License-Expression: MIT
Keywords: divineapi,fortune,horoscope,mcp,numerology,pdf-reports,prediction,tarot,zodiac
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp[cli]>=1.2.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyjwt>=2.0.0
Provides-Extra: http
Requires-Dist: starlette>=0.37.0; extra == 'http'
Requires-Dist: uvicorn>=0.30.0; extra == 'http'
Description-Content-Type: text/markdown

# Divine API - Horoscope & Numerology MCP Server

Official MCP server by Divine API for horoscopes, tarot readings, numerology,
love calculators, lifestyle insights, and PDF reports.

Provides **63 tools** across these families:

| Family | Tools | Host |
|--------|-------|------|
| Horoscopes (daily, weekly, monthly, yearly, Chinese, numerology) | 6 | astroapi-5 |
| Tarot and readings | 23 | astroapi-5 |
| Chaldean numerology | 12 | astroapi-7 |
| Core numbers | 1 | astroapi-4 |
| Mobile numerology | 2 | astroapi-7 |
| Calculators (FLAMES, love) | 2 | astroapi-7 |
| Lifestyle (gifts, beauty, fashion) | 3 | astroapi-7 |
| PDF reports (Vedic, Western, numerology, Reports V2) | 14 | pdf |

## Setup

1. Get your API key and auth token from https://divineapi.com/api-keys
2. Set environment variables: `DIVINE_API_KEY` and `DIVINE_AUTH_TOKEN`
3. Add to your MCP client configuration (Claude Desktop, Cursor, etc.)

Documentation: https://developers.divineapi.com

See CHANGELOG.md for recent schema fixes (several tools required parameter
changes to match the live API).
