← kundalimcp.com

INDIVIDUAL MCP TOOL

compute_panchanga

Compute the Vedic panchanga (five-limbed almanac) for any date, time, and location.

kundalimcp.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

kundalimcp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.kundalimcp-com]
url = "https://mcp.kundalimcp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kundalimcp-com": {
      "type": "http",
      "url": "https://mcp.kundalimcp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kundalimcp-com
Remote MCP URL: https://mcp.kundalimcp.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "kundalimcp-com": {
      "url": "https://mcp.kundalimcp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kundalimcp-com": {
      "type": "http",
      "url": "https://mcp.kundalimcp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kundalimcp-com",
  "transport": "streamable-http",
  "url": "https://mcp.kundalimcp.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • compute_chart — Compute a Vedic (Jyotish) birth chart.
  • compute_life_journey — Compute a lifetime Vedic forecast across Vimshottari dasha periods.
  • compute_compatibility — Compute Ashtakoota compatibility between two Vedic birth charts.
  • query_transits — Compute Vedic transits over your natal chart — either a single-date snapshot or a range of ingress events.
  • query_muhurtha — Find auspicious time windows (muhurtha) for an event.
  • generate_narrative — Generate prose narrative for a specific life domain in a Vedic chart (career, marriage, health, wealth, progeny, longevity, self, family, spirituality).
  • recommend_remedies — Recommend Vedic remedies (gemstones, mantras, deities, charities, fasts) calibrated to a chart and a specific life-area concern.
  • explain — Explain WHY a specific Jyotish claim is true for a chart — full reasoning chain with rule provenance and classical citations.