← asksoma.ai

INDIVIDUAL MCP TOOL

get_kundli_chart

Get a full divisional (varga) Vedic chart — D1 birth chart, D9 Navamsha, D10 Dashamsha, D2/D3/D4/D5/D7/D8/D12/D16/D20/D24/D27/D30/D40/D45/D60, plus Moon chart, Sun chart, and Chalit — with every planet's sign and house, and an optional current-sky transit overlay.

asksoma.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.asksoma.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_kundli_chart 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

asksoma.ai

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.asksoma-mcp]
url = "https://api.asksoma.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "asksoma-mcp": {
      "type": "http",
      "url": "https://api.asksoma.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: asksoma-mcp
Remote MCP URL: https://api.asksoma.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": {
    "asksoma-mcp": {
      "url": "https://api.asksoma.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "asksoma-mcp",
  "transport": "streamable-http",
  "url": "https://api.asksoma.ai/mcp"
}
MCP Inspector

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

Related tools

  • ask_soma — Ask Soma any Vedic astrology question.
  • get_panchang — Get Vedic panchang (tithi, nakshatra, yoga, karana) for a date and location.
  • check_compatibility — Compute Vedic compatibility between two people using their birth charts.
  • analyze_kundali — Return the deterministic Kundali analysis bundle: reliability and sensitivity, D1/varga identities, classical assessments, rule evidence, contradictions, Dasha network, transit triggers, and domain syntheses.
  • get_dasha — Compute the Vimshottari Mahadasha timeline for a birth chart.
  • get_transits — Compute current planetary transits (gochar) vs a natal chart, with house-from-Moon and house-from-Lagna.
  • get_composite_chart — Compute a relationship's composite chart at the first-meeting moment.
  • find_muhurat — Find ranked auspicious windows (muhurat / electional timing) for an activity within a date window — the same engine as the AskSoma Good Timings finder.