INDIVIDUAL MCP TOOL
get_kundali_explanation
Return public Jyotish concept explanations without generating private user Kundali data.
LIVE ENDPOINT
https://jyotish-api.bda.ai/mcp
Connect to this endpoint to inspect the live schema for get_kundali_explanation 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.bda-public-mcp]
url = "https://jyotish-api.bda.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bda-public-mcp": {
"type": "http",
"url": "https://jyotish-api.bda.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bda-public-mcp
Remote MCP URL: https://jyotish-api.bda.ai/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": {
"bda-public-mcp": {
"url": "https://jyotish-api.bda.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bda-public-mcp": {
"type": "http",
"url": "https://jyotish-api.bda.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bda-public-mcp",
"transport": "streamable-http",
"url": "https://jyotish-api.bda.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_today_panchang— Return public daily Panchang data for a city/date context.get_panchang_by_date_city— Return public Panchang JSON for a supplied date and city/location.get_festival_calendar— Return public festival feed or calendar export.get_udaya_lagna— Return certified public ascendant-sign windows from local sunrise to the next local sunrise.get_tithi_info— Use the public Panchang utility/evidence endpoints for tithi context.get_tithi_calendar— Return deterministic annual start/end spans for one Tithi in the requested location timezone.get_nakshatra_info— Use public Panchang endpoints for nakshatra context by date/location.search_sanatan_encyclopedia— Use canonical public Sanatan Encyclopedia pages and future search contracts.