← vedaksha.net

INDIVIDUAL MCP TOOL

compute_natal_chart

Compute a natal astrological chart for a given time and location.

vedaksha.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://vedaksha.net/api/mcp

No auth detected

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

vedaksha.net

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_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.
  • search_transits — Search for transiting planet–natal planet aspects within a time window.