General Tools
vedaksha.net
Computes various astrological calculations including natal charts, dasha periods, karakas, combustion states, and Shadbala strength.
ENDPOINT 1
https://vedaksha.net/api/mcp
MCP server metadata
- Name
- vedaksha-mcp
- Version
- 4.0.0
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_chartCompute a natal astrological chart for a given time and location.
Inferred read-onlycompute_karakasCompute Jaimini Chara Karaka assignments from sidereal planet longitudes.
Inferred read-onlycompute_combustionCompute combustion state for each planet relative to the Sun per BPHS Ch.7 vv.28-29.
Inferred read-onlycompute_shadbalaCompute 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-onlycompute_vargasCompute Vedic divisional charts (vargas) for a given time and location.
Inferred read-onlyemit_graphConvert a ChartGraph JSON (as produced by compute_natal_chart or compute_vargas) into a target output format for downstream storage or retrieval.
Inferred read-onlycompute_transitCompute transiting planet positions relative to a natal chart at a specific moment.
Inferred read-onlysearch_transitsSearch for transiting planet–natal planet aspects within a time window.
Inferred read-onlysearch_muhurtaSearch for auspicious time windows (muhurta) within a given period for a geographic location.
Inferred read-onlycompute_ashtakavargaCompute Bhinna Ashtakavarga (raw bindu tables) and Sarvashtakavarga for all 7 planets from sign positions.
Inferred read-onlycompute_gocharaCompute Gochara (transit interpretation) for the seven grahas against a natal reference sign per BPHS Ch.29.
Inferred read-onlycompute_panchangaCompute 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-onlyCONNECT 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
MCP server metadata
- Name
- vedaksha-mcp
- Version
- 2026.08.04
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
vimshottari_dashaReturn the full Vimshottari dasha tree from birth (Maha + Antardasha by default, Pratyantar via depth=pd).
Inferred read-onlypanchangaReturn 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-onlyephemeris_positionsReturn raw planetary positions (longitude + sign + retrograde flag) at any datetime.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.