Kundlit Vedic Astrology

Kundlit Vedic Astrology

Hosted Streamable HTTP MCP server for Vedic astrology: panchang, kundali (birth chart), matchmaking, dashas, doshas, muhurta and 16 tools computed by a precision astronomy engine.

Category
Visit Server

README

Kundlit Vedic Astrology — MCP Server

Kundlit MCP server on Glama

Free Vedic astrology computation for AI assistants over the Model Context Protocol: daily panchang and muhurta timings for any city, janam kundali birth charts, kundli milan (ashtakoot) matching, dosha checks, dasha periods, festival and eclipse calendars, and Vedic numerology — 16 tools, 4 prompts, 2 resources.

Results are deterministic — computed live with the Swiss Ephemeris on the sidereal zodiac (Lahiri ayanamsa) — and backed by classical-text citations on kundlit.com.

  • Version: v1.3.0
  • Server URL: https://kundlit.com/api/mcp (hosted, Streamable HTTP)
  • Auth: none — no account, no API key
  • Rate limit: 30 requests/minute/IP
  • Docs: https://kundlit.com/mcp
  • Privacy: https://kundlit.com/privacy · Support: support@kundlit.com

This repository is the connector manifest for the hosted server; the server itself runs at kundlit.com and its source is not public. Files here — the plugin manifest, .mcp.json, server.json and this README — exist so MCP clients, registries and directories can discover and install the server.

Tools (16)

Tool Use for
get_panchang Hindu almanac for a date + city: tithi, nakshatra, sunrise/sunset, key windows
get_janam_kundali Birth chart: lagna, graha positions, current Vimshottari dasha, yogas
match_kundli Ashtakoot marriage compatibility, scored out of 36
check_manglik Mangal dosha verdict with severity and cancellations
get_sade_sati Saturn sade-sati phase and dates for a birth
check_kaal_sarp Kaal Sarp dosha: named type, full/partial, affected houses
get_pancha_pakshi Five-bird (Pancha Pakshi) personal timing schedule, sub-periods rated 1-10
get_muhurta_timings Every good/bad window for a day: choghadiya, horas, rahu kaal, brahma muhurta, varjyam, bhadra, panchak, disha shool; personal tarabala/chandrabala
get_year_events Festival / ekadashi / purnima / amavasya / sankranti dates for a whole year
get_eclipses Solar + lunar eclipses for a year with local visibility
get_numerology Mulank, bhagyank, name number and lucky attributions from a DOB
get_love_compatibility Name-numerology pair score (entertainment; use match_kundli for real matching)
get_mobile_numerology Numerological reading of a phone number
get_birth_details What is my nakshatra / moon sign (rashi) / lagna / D9 lagna
get_dasha_periods Which dasha am I in, when does it end, full mahadasha timeline
get_upapada_arudha Upapada lagna, arudha padas, charakarakas, karakamsha (Jaimini)

Prompts (4)

  • daily_panchang_briefing — plain-language briefing of today's panchang for a city
  • birth_chart_reading — generate a kundali and explain lagna, placements, current dasha
  • kundli_match_report — ashtakoot compatibility explained koot by koot
  • find_good_time_today — pick the best window for an activity, avoiding rahu kaal, varjyam, bhadra

Resources (2)

  • kundlit://docs/methodology — how results are computed (Swiss Ephemeris, Lahiri ayanamsa, whole-sign houses, classical citations)
  • kundlit://docs/usage-guide — all tools, input conventions, rate limits, attribution ask

Install

Claude Code:

claude mcp add --transport http kundlit https://kundlit.com/api/mcp

Cursor.cursor/mcp.json:

{
  "mcpServers": {
    "kundlit-astro": {
      "url": "https://kundlit.com/api/mcp"
    }
  }
}

Generic — any client that reads a .mcp.json:

{
  "mcpServers": {
    "kundlit-astro": {
      "url": "https://kundlit.com/api/mcp"
    }
  }
}

Claude (web/desktop): Settings → Connectors → Add custom connector → https://kundlit.com/api/mcp

Full per-client instructions, example prompts and limitations: https://kundlit.com/mcp

Example prompts

  • "What is today's panchang in Jaipur? When is rahu kaal?"
  • "Make a janam kundali for 14 March 1992, 6:45 am, Lucknow — which mahadasha am I running?"
  • "Find me a good time tomorrow in Pune to sign a lease — avoid rahu kaal and bhadra."
  • "All ekadashi dates in 2026 for Varanasi."

Notes

  • Free-text place (any city worldwide) is preferred; latitude/longitude/IANA timezone also accepted. Year tools snap to the nearest of 50 supported cities.
  • Results are informational and not a substitute for professional advice.
  • Every result carries a Source: attribution line — please keep it intact; that attribution is the price of free access.

License

MIT — see LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured