- Swiss Ephemeris
Swiss Ephemeris
what is Swiss Ephemeris?
Swiss Ephemeris is a Model Context Protocol (MCP) server that provides precise astrological calculations, including natal charts, planetary transits, synastry, and solar return charts, using the Swiss Ephemeris library.
how to use Swiss Ephemeris?
To use Swiss Ephemeris, you can either run it locally by cloning the repository and installing the necessary dependencies or use it via Docker. The server exposes various tools to calculate planetary positions and astrological data for specific dates and locations.
key features of Swiss Ephemeris?
- Calculation of planetary positions for various celestial bodies
- Support for lunar nodes and asteroids
- 12-house system using Placidus for astrological houses
- Tools for calculating natal charts, transits, solar returns, and synastry charts
use cases of Swiss Ephemeris?
- Generating natal charts for individuals based on their birth data.
- Analyzing current planetary transits in relation to a natal chart.
- Calculating solar return charts to predict yearly themes.
- Assessing relationship compatibility through synastry charts.
FAQ from Swiss Ephemeris?
- Can Swiss Ephemeris calculate charts for any date and location?
Yes! It can calculate astrological data for any specified date, time, and location.
- Is there a web interface for Swiss Ephemeris?
Currently, it is primarily a server-based tool, but it can be integrated into web applications using HTTP mode.
- What programming languages are supported for integration?
The server can be accessed via any programming language that can make HTTP requests.
Server Config
{
"mcpServers": {
"swiss-ephemeris": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8000:8000",
"olivier86/swiss-ephemeris-mcp-server:latest"
]
}
}
}