Zmanim MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zmanim_get_sunrise_sunsetA | Get sunrise and sunset times for a specified location and date. This tool calculates the times of sunrise and sunset based on astronomical calculations, taking into account the geographic location. The calculations use the NOAA algorithm for accuracy. Args: params (LocationInput): Input parameters containing: - location (str): Name of the location - latitude (float): Latitude in decimal degrees (-90 to 90) - longitude (float): Longitude in decimal degrees (-180 to 180) - time_zone (str): IANA timezone identifier - date (Optional[str]): Date in YYYY-MM-DD format (defaults to today) - response_format (ResponseFormat): 'markdown' or 'json' Returns: str: Formatted sunrise and sunset times in the requested format Example: For New York on a winter day, sunrise might be at 7:15 AM and sunset at 4:30 PM. |
| zmanim_get_shema_timesA | Get the latest times for reciting the morning Shema according to different opinions. This tool calculates the deadline for reciting the morning Shema (Krias Shema) according to two major halachic opinions: the GR"A (Vilna Gaon) and the Magen Avraham (MG"A). The GR"A calculation is 3 hours after sunrise, while the MG"A is based on 3 temporal hours from dawn (72 minutes before sunrise). Args: params (LocationInput): Input parameters containing location and date information Returns: str: Latest times for Shema according to both opinions in the requested format Note: The MG"A time is typically earlier and more stringent than the GR"A time. |
| zmanim_get_tefila_timesA | Get the latest times for morning prayer (Tefila/Shacharis) according to different opinions. This tool calculates the deadline for reciting the morning Shemoneh Esrei according to two major halachic opinions: the GR"A (4 hours after sunrise) and the MG"A (4 temporal hours from dawn). Args: params (LocationInput): Input parameters containing location and date information Returns: str: Latest times for Tefila according to both opinions in the requested format |
| zmanim_get_mincha_timesA | Get the times for Mincha (afternoon prayer) including Mincha Gedola and Mincha Ketana. This tool calculates when the afternoon prayer can be recited:
Args: params (LocationInput): Input parameters containing location and date information Returns: str: All relevant Mincha times in the requested format |
| zmanim_get_shabbat_timesA | Get Shabbat candle lighting and Havdalah times for a specified location and date. This tool calculates:
Args: params (CandleLightingInput): Input parameters including: - location, latitude, longitude, time_zone, date (from LocationInput) - candle_lighting_offset: Minutes before sunset (default 18) Returns: str: Shabbat times in the requested format Note: Different communities have different customs for candle lighting time. Jerusalem uses 40 minutes, while many communities use 18 minutes. |
| zmanim_get_daily_timesA | Get a comprehensive set of daily zmanim (Jewish prayer times) for a location. This tool provides all major zmanim for the day including:
Args: params (LocationInput): Input parameters containing location and date information Returns: str: Complete set of daily zmanim in the requested format Example: Use this tool to get a complete daily schedule of prayer times for any location. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ariroffe72/zmanim-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server