Skip to main content
Glama
mrpkk

vedic-muhurta-mcp

by mrpkk

vedic-muhurta-mcp 🔱

MCP server for Vedic electional astrology (muhurta) — find the best moment to act.

Classical Jyotish rules: planetary horas, panchanga (tithi · nakshatra · yoga · karana · vara), Rahu Kala exclusion — computed with Swiss Ephemeris (Lahiri ayanamsa, sidereal zodiac).

Why

Every launch, deal, trip or publication has a better and a worse hour. Muhurta is the 5,000-year-old discipline of picking the right one. This server makes it queryable by any AI agent.

Related MCP server: mcp-indian-astrology

Tools

Tool

What it does

find_auspicious_windows

Scans N days × daylight hours → ranked windows (score + human-readable reasons) per event type: business_launch, travel, wedding, purchase, publication, healing, general

get_panchanga

Full daily Vedic calendar: tithi, nakshatra (+deity/lord), yoga, karana, vara, sunrise/sunset/noon

get_planetary_hours

24 horas with rulers, day lord, current hora

get_rahu_kala

The daily window classical rules say to avoid

30 built-in cities (Moscow → Delhi → NYC) or pass raw lat/lon.

Example

{
  "event_type": "business_launch",
  "date_from": "2026-08-25",
  "days": 7,
  "city": "moscow",
  "tz_offset_hours": 3
}
{
  "local_time": "2026-08-26 05:19–06:30",
  "score": 95,
  "ruler": "Меркурий",
  "nakshatra": "Шравана",
  "tithi": "Шукла Пакша Трайодаши",
  "reasons": [
    "hora of Меркурий favors business_launch",
    "nakshatra favorable for this event"
  ]
}

Run

pip install .
vedic-muhurta-mcp            # stdio transport (Claude Desktop / Claude Code)
VEDIC_MUHURTA_TRANSPORT=http vedic-muhurta-mcp   # streamable HTTP

Claude Desktop / claude_desktop_config.json

{
  "mcpServers": {
    "vedic-muhurta": {
      "command": "uvx",
      "args": ["vedic-muhurta-mcp"]
    }
  }
}

Accuracy & honesty

  • Astronomy: Swiss Ephemeris (Moshier), Lahiri ayanamsa — sub-minute sunrise accuracy.

  • Rules are a transparent simplification of classical muhurta: hora suitability ranks, curated nakshatra favorability, rikta/amavasya tithi penalties, Rahu Kala hard-exclusion. Each returned window lists its reasons so you can audit every point.

  • Not a substitute for a full Jyotish consultation (no personal chart, no dasha).

The engine in production

This is the same engine that runs Nivritti — an autonomous media system publishing across 10 Telegram/VK channels only during favorable muhurtas since 2025.

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI assistants to access Indian Vedic astrology services including Panchang, Kundli, matchmaking, and festivals through natural language.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    High-precision astrology tools for LLM agents, including natal charts, transits, progressions, synastry, and more, backed by Swiss Ephemeris.
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides Vedic astrology tools to AI assistants, enabling birth chart calculation, daily Panchang, and nakshatra profiles via the star-meet.com API.
    3
    64
    MIT

View all related MCP servers

Related MCP Connectors

  • Jyotish, Panchang, Hindu festival and Sanatan Dharma knowledge tools with citations.

  • Personalized timing intelligence for AI agents — ask 'should I do X on this date?'

  • Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.

View all MCP Connectors

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/mrpkk/vedic-muhurta-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server