INDIVIDUAL MCP TOOL
compute_panchanga
Compute the panchanga — the five limbs of the Vedic almanac — for an instant: tithi (lunar day, with paksha and lord), vara (weekday, with lord and Rahu Kalam slot), nakshatra (with pada), yoga (one of the 27 nithya yogas, with degrees remaining), and karana (half-tithi).
LIVE ENDPOINT
https://vedaksha.net/api/mcp
Connect to this endpoint to inspect the live schema for compute_panchanga and invoke it with your own arguments.
Indexed 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 server
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.vedaksha-mcp]
url = "https://vedaksha.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vedaksha-mcp": {
"type": "http",
"url": "https://vedaksha.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vedaksha-mcp
Remote MCP URL: https://vedaksha.net/api/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": {
"vedaksha-mcp": {
"url": "https://vedaksha.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vedaksha-mcp": {
"type": "http",
"url": "https://vedaksha.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vedaksha-mcp",
"transport": "streamable-http",
"url": "https://vedaksha.net/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compute_natal_chart— Compute a natal astrological chart for a given time and location.compute_dasha— Compute Vedic dasha (planetary period) sequences.compute_karakas— Compute Jaimini Chara Karaka assignments from sidereal planet longitudes.compute_combustion— Compute combustion state for each planet relative to the Sun per BPHS Ch.7 vv.28-29.compute_shadbala— Compute full six-fold Shadbala (Sthana, Dig, Kala, Cheshta, Naisargika, Drik Bala) for each planet, plus uccha_bala, ishta_phala, and kashta_phala per BPHS Ch.27-28.compute_vargas— Compute Vedic divisional charts (vargas) for a given time and location.emit_graph— Convert a ChartGraph JSON (as produced by compute_natal_chart or compute_vargas) into a target output format for downstream storage or retrieval.compute_transit— Compute transiting planet positions relative to a natal chart at a specific moment.