← Registry

General Tools

vedaksha.net

Computes various astrological calculations including natal charts, dasha periods, karakas, combustion states, and Shadbala strength.

2 endpoints19 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://vedaksha.net/api/mcp

No auth detected

MCP server metadata

Name
vedaksha-mcp
Version
4.0.0
Capabilities
tools
Server instructions

Canonical introspection mirror for the vedaksha library's MCP surface. tools/list returns the live 15-tool catalog (schema drift-tested in CI). tools/call is not hosted here — to run these tools, self-host the library (cargo install vedaksha-mcp · pip install vedaksha · npm i vedaksha-wasm · ghcr.io/arthiqlabs/vedaksha-mcp) or build from source at github.com/arthiqlabs/vedaksha. Separately, mcp.vedaksha.net/mcp hosts a small technology showcase with 4 agent-friendly demo tools — that is a different surface, not the library catalog.

Known tools 15

compute_natal_chart

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

Inferred read-only
compute_dasha

Compute Vedic dasha (planetary period) sequences.

Inferred read-only
compute_karakas

Compute Jaimini Chara Karaka assignments from sidereal planet longitudes.

Inferred read-only
compute_combustion

Compute combustion state for each planet relative to the Sun per BPHS Ch.7 vv.28-29.

Inferred read-only
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.

Inferred read-only
compute_vargas

Compute Vedic divisional charts (vargas) for a given time and location.

Inferred read-only
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.

Inferred read-only
compute_transit

Compute transiting planet positions relative to a natal chart at a specific moment.

Inferred read-only
search_transits

Search for transiting planet–natal planet aspects within a time window.

Inferred read-only
search_muhurta

Search for auspicious time windows (muhurta) within a given period for a geographic location.

Inferred read-only
compute_ashtakavarga

Compute Bhinna Ashtakavarga (raw bindu tables) and Sarvashtakavarga for all 7 planets from sign positions.

Inferred read-only
compute_gochara

Compute Gochara (transit interpretation) for the seven grahas against a natal reference sign per BPHS Ch.29.

Inferred read-only
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).

Inferred read-only
compute_drishti

Compute graha drishti — Vedic sign aspects — for all nine grahas.

Inferred read-only
compute_bhavas

Compute the whole-sign bhava (house) chart from an ascendant.

Inferred read-only

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.

ENDPOINT 2

https://mcp.vedaksha.net/mcp

No auth detected

MCP server metadata

Name
vedaksha-mcp
Version
2026.08.04
Capabilities
tools
Server instructions

Vedākṣha MCP — free-tier ephemeris and basic chart computation, BSL-1.1 clean-room Rust. 4 tools: compute_chart_basic, vimshottari_dasha, panchanga, ephemeris_positions. Rate limits: 60/hour, 500/day per IP. For the full Vedic computation suite (yogas, all 5 dasha systems, shadbala, school-specific interpretation, narrative analysis), see https://kundalimcp.com.

Known tools 4

compute_chart_basic

Compute a minimal Vedic birth chart (free, no auth required).

Inferred read-only
vimshottari_dasha

Return the full Vimshottari dasha tree from birth (Maha + Antardasha by default, Pratyantar via depth=pd).

Inferred read-only
panchanga

Return the Vedic panchanga for a date + location: tithi (lunar day with paksha), nakshatra (lunar mansion with pada), yoga (sun-moon combination), karana (half-tithi), vara (weekday).

Inferred read-only
ephemeris_positions

Return raw planetary positions (longitude + sign + retrograde flag) at any datetime.

Inferred read-only

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://mcp.vedaksha.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vedaksha-mcp": {
      "type": "http",
      "url": "https://mcp.vedaksha.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vedaksha-mcp
Remote MCP URL: https://mcp.vedaksha.net/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://mcp.vedaksha.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "vedaksha-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.vedaksha.net/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.