MCP Server für Kerykeion
About
This template provides a streamlined foundation for building Model Context Protocol (MCP) servers in Python. It's designed to make AI-assisted development of MCP tools easier and more efficient.
Details
- Author
- JonesH
- Downloads
- 122
- Categories
- Other
Jump to
- Registers birth charts with automatic geo-lookup.
- Queries planets, houses, and aspects.
- Persistent caching of chart data.
- Full integration with the MCP protocol.
- Provides data in multiple formats, including JSON.
Install via pip install kerykeion-mcp. Then use a Python script that imports from kerykeion_mcp import mcp and runs mcp.run() to start the server. Once running, clients can access resources like chart://{name} and tools like register_chart.
MCP Server für Kerykeion
Ein Model Context Protocol (MCP) Server, der die Kerykeion Astrologie-Bibliothek integriert und Zugriff auf astrologische Daten ermöglicht.
Funktionen
- Registrierung von Geburtshoroskopen mit automatischem Geo-Lookup
- Abfragen von Planeten, Häusern und Aspekten
- Persistentes Caching von Chart-Daten
- Vollständige Integration mit dem MCP-Protokoll
Installation
pip install kerykeion-mcp
Verwendung
```python
from kerykeion_mcp import mcp
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



