---
title: "Muhurat Calculator — Auspicious Timing"
canonical_url: "https://mahadasha.com/muhurat-calculator"
type: "index"
description: "Find auspicious Vedic timing (muhurat) for marriage, vehicle purchase, property and Griha Pravesh, and wearing a Rudraksha for the first time."
---

# Muhurat Calculator — Auspicious Timing

Muhurat is the selection of an auspicious window for starting something. Each
event type weighs tithi, nakshatra, vara and planetary positions differently, so
the calculators are split by event:

- [Vivaha Muhurat](https://mahadasha.com/vivaha-muhurat): marriage dates and times
- [Vehicle Muhurat](https://mahadasha.com/muhurat-calculator/vehicle): buying or taking delivery of a vehicle
- [Property Muhurat](https://mahadasha.com/muhurat-calculator/property): property purchase and Griha Pravesh
- [Rudraksha Muhurat](https://mahadasha.com/muhurat-calculator/rudraksha): first wearing of a Rudraksha

## Inputs

- **date range** — the window to search within
- **latitude** / **longitude** / **timezone** — location the muhurat is for

## Programmatic access (for AI agents)

Every calculation on this site is available as JSON. Agents should call the API
rather than scraping the HTML UI:

- **Base URL:** `https://mahadasha.com/api/v1`
- **Auth:** JWT Bearer token, register at `https://mahadasha.com/api/v1/auth/register`
- **OpenAPI schema:** https://mahadasha.com/api/v1/openapi.json
- **API catalog:** https://mahadasha.com/.well-known/api-catalog
- **MCP server card:** https://mahadasha.com/.well-known/mcp/server-card.json
- **Site summary for LLMs:** https://mahadasha.com/llms.txt
- **Markdown sitemap:** https://mahadasha.com/sitemap-markdown.xml

> Human UI: [Muhurat calculator](https://mahadasha.com/muhurat-calculator)
