MCP server for Panchangam calculations — Tithi, Nakshatra, Yoga, Muhurtas for any city
Project description
mcp-server-panchangam
An MCP (Model Context Protocol) server that gives AI assistants accurate Telugu/Vedic Panchangam data — Tithi, Nakshatra, Yoga, Karana, sky events, and auspicious/inauspicious time windows — for any city and date.
Installation
This is a standard MCP stdio server (uvx mcp-server-panchangam), so it works with any MCP-compatible client or agent — Claude Desktop, Claude Code, Cursor, Windsurf, and custom agents built on the MCP SDK. Below are examples for a couple of common clients; for others, point your client's MCP config at the same uvx mcp-server-panchangam command.
Claude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"panchangam": {
"command": "uvx",
"args": ["mcp-server-panchangam"]
}
}
}
Claude Code — run once:
claude mcp add panchangam -- uvx mcp-server-panchangam
Tools
list_supported_cities
Returns 22 pre-configured cities with name, latitude, longitude, timezone, and country. Call this first to discover valid city names.
get_panchangam(date, city, system="drik", latitude=None, longitude=None, timezone=None)
Full Panchangam for a date and city:
- Metadata — Samvatsara, Ayanam, Rituvu, Maasam, Paksham, Vaaram, solar and lunar signs
- Pancha Anga — Tithi, Nakshatra, Yoga, Karana with start/end times
- Sky events — Sunrise, Sunset, Moonrise, Moonset
- Auspicious windows — Brahma Muhurta, Abhijit Muhurta, Amrita Kalam
- Inauspicious windows — Rahu Kalam, Gulika Kalam, Yamagandam, Varjyam, Durmuhurtham
- Choghadiya — 8 day blocks with names
- Festivals — 30+ named Telugu festivals (Ugadi, Vinayaka Chavithi, Deepavali, Maha Shivaratri, Makara Sankranti cluster, Navaratri days, Varalakshmi Vratam, …) plus monthly Sankashti Chaturthi and Masa Shivaratri, with traditional deciding moments (madhyahna/aparahna/pradosha/nishita)
- Special day flags — Ekadashi, Amavasya, Pournami, Pradosham, Sankranti, Ganda Moola
- Eclipse — Solar/lunar eclipse with type (Total/Partial/Annular/Penumbral), visibility from your location, eclipse window, and Sutak period (or
nullif not visible) - Special Yogas — Sarvartha Siddhi, Amrita Siddhi, Visha, and Dagdha yogas
get_muhurta(date, city, system="drik", latitude=None, longitude=None, timezone=None)
Auspicious and inauspicious time windows only — a lighter call for quick "is this a good time?" queries.
find_tarabalam_days(janma_nakshatras, start_date, days=14, city="Hyderabad", system="drik", ...)
Tarabalam: pass 1-4 birth stars (e.g. ["Uttara Bhadrapada", "Purva Ashadha"]) and get each day's tara per person (Janma/Sampat/Vipat/Kshema/Pratyak/Sadhana/Naidhana/Mitra/Parama Mitra) plus good_for_all_dates — days auspicious for everyone at once. Up to 60 days per call.
get_special_days(year, month, city, system="drik", latitude=None, longitude=None, timezone=None)
Lists special days in a given month: named festivals, Ekadashi (fasting), Amavasya (new moon), Pournami (full moon), Pradosham, Sankranti, Ganda Moola, and Solar/Lunar Eclipses. Each entry includes a special_yogas list for that day.
Cities and locations
city accepts any of the 22 pre-configured cities (instant, no network) or any free-text city name (geocoded via OpenStreetMap). You can also bypass city lookup entirely by passing latitude, longitude, and timezone directly.
Telugu Heartland — Hyderabad, Vijayawada, Visakhapatnam, Tirupati, Warangal, Guntur, Nizamabad, Rajahmundry, Kurnool, Nellore
Major Indian Metros — Bengaluru, Chennai, Mumbai, Delhi
International Diaspora — Dallas, San Jose, San Francisco, Edison (NJ), New York, London, Sydney, Dubai
Calculation systems
| System | Basis | Best for |
|---|---|---|
drik |
Swiss Ephemeris (pyswisseph) + Lahiri ayanamsa | Modern apps, accurate sky events |
surya_siddhanta |
Mean-motion algorithms from classical SS text | Traditions rooted in classical siddhantic calculation |
vakya |
Surya Siddhanta + published correction tables | Traditional Telugu/Tamil printed Panchangams |
Source
Source code, tests, and the related Panchangam calendar feed project: https://github.com/socraticsurge/telugu-calendar-utilities
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_panchangam-1.2.0.tar.gz.
File metadata
- Download URL: mcp_server_panchangam-1.2.0.tar.gz
- Upload date:
- Size: 45.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
750b9dfb83913f9393d34a3362cf398af44d566b55535899a75229187870ae11
|
|
| MD5 |
c22dbfb829f05a3464c124a7186bf754
|
|
| BLAKE2b-256 |
e60e7ad58f7476ebb22e4a4677be4ef6264d74634f8384593f0d95da8b68480a
|
Provenance
The following attestation bundles were made for mcp_server_panchangam-1.2.0.tar.gz:
Publisher:
publish.yml on socraticsurge/telugu-calendar-utilities
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mcp_server_panchangam-1.2.0.tar.gz -
Subject digest:
750b9dfb83913f9393d34a3362cf398af44d566b55535899a75229187870ae11 - Sigstore transparency entry: 1789546193
- Sigstore integration time:
-
Permalink:
socraticsurge/telugu-calendar-utilities@cc843e6f7ea43b81b34ea33498858ba3b49df2c3 -
Branch / Tag:
refs/tags/v1.2.0 - Owner: https://github.com/socraticsurge
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@cc843e6f7ea43b81b34ea33498858ba3b49df2c3 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mcp_server_panchangam-1.2.0-py3-none-any.whl.
File metadata
- Download URL: mcp_server_panchangam-1.2.0-py3-none-any.whl
- Upload date:
- Size: 40.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac84efca47c236fabbe3218beb7a9f437c1c006c560a036d2ef9a1011061df85
|
|
| MD5 |
fa6933e196a6d43cb9fe736982500524
|
|
| BLAKE2b-256 |
f53bf00f96f7e79fb950975b0a17d2967bca1b92ca8141ca6b32303a1c5e01a3
|
Provenance
The following attestation bundles were made for mcp_server_panchangam-1.2.0-py3-none-any.whl:
Publisher:
publish.yml on socraticsurge/telugu-calendar-utilities
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mcp_server_panchangam-1.2.0-py3-none-any.whl -
Subject digest:
ac84efca47c236fabbe3218beb7a9f437c1c006c560a036d2ef9a1011061df85 - Sigstore transparency entry: 1789546268
- Sigstore integration time:
-
Permalink:
socraticsurge/telugu-calendar-utilities@cc843e6f7ea43b81b34ea33498858ba3b49df2c3 -
Branch / Tag:
refs/tags/v1.2.0 - Owner: https://github.com/socraticsurge
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@cc843e6f7ea43b81b34ea33498858ba3b49df2c3 -
Trigger Event:
push
-
Statement type: