← 360heartsinthesky.com
INDIVIDUAL MCP TOOL
get_shadbala_detail
Return detailed Shadbala / planet strength analysis for a chart.
LIVE ENDPOINT
https://api.360heartsinthesky.com/mcp
Connect to this endpoint to inspect the live schema for get_shadbala_detail 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.360hearts-mcp]
url = "https://api.360heartsinthesky.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"360hearts-mcp": {
"type": "http",
"url": "https://api.360heartsinthesky.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 360hearts-mcp
Remote MCP URL: https://api.360heartsinthesky.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": {
"360hearts-mcp": {
"url": "https://api.360heartsinthesky.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"360hearts-mcp": {
"type": "http",
"url": "https://api.360heartsinthesky.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "360hearts-mcp",
"transport": "streamable-http",
"url": "https://api.360heartsinthesky.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_chart— Returns a birth chart in TWO reference frames: Frame 1 Aditya Circle (Dhata...Parjanya, primary/narrative default) and Frame 2 Tropical Western (Aries...Pisces, reference only).get_dominant_aditya— Returns the dominant Aditya only (Frame 1 Aditya Circle — Dhata...Parjanya).get_aditya_description— Fetches the authoritative description of one of the 12 Adityas (meaning, associated love, narrative, element, body part, Rsi).list_adityas— Lists all 12 Adityas with short taglines.get_moon_aditya_transit— Returns the Moon's previous, current, and next Aditya WITH the full authoritative description of each, in a single call.get_avastha— Compute the avastha (planetary states) for a birth chart in the fixed tropical-vedic-aditya frame: per body its Aditya sign, hora (D2) and trimsamsa (D30) beings, uplifted/afflicted/total virupas, and shame/yuti/dignity flags.get_retinue— Return the Retinue (associated deities, co-travelers) of an Aditya.get_companion_charts— Return companion chart analyses (Navamsa, Dasamsa, etc.).