# VedAstro MCP Server

Vedic astrology calculations powered by [VedAstro.org](https://vedastro.org). Access 6 tools covering horoscope predictions, compatibility matching, numerology, raw planet/house data, general astro d…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vedastro/vedastro-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list vedastro/vedastro-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vedastro/vedastro-mcp get_horoscope_predictions

# Call a tool
npx -y @smithery/cli@latest tool call vedastro/vedastro-mcp get_horoscope_predictions '{}'
```

## Direct MCP Connection

Endpoint: `https://vedastro-mcp--vedastro.run.tools`

**Optional config:**
- `apiKey` (header) — Optional API key for premium unlimited access. Get one at vedastro.org/MCPServerApp.html

## Tools (6)

- `get_horoscope_predictions` — Get Vedic astrology horoscope predictions for a person based on their birth time and location. Returns life predictions…
- `get_match_report` — Get a Vedic astrology compatibility/match report between two people. Returns Kuta score percentage and detailed predict…
- `get_numerology_prediction` — Get a numerology prediction based on a name using the Chaldean system. Returns the name number, ruling planet, detailed…
- `get_astrology_raw_data` — Get raw Vedic astrology data for all 9 planets and 12 houses. Returns detailed planet data (sign placement, constellati…
- `get_general_astro_data` — Get general Vedic astrology data for a birth chart including: Ascendant/Lagna, Moon Sign, Moon Constellation/Nakshatra,…
- `get_ashtakvarga_data` — Get Ashtakvarga charts for a birth chart. Returns both Sarvashtakavarga (combined strength of all planets across 12 sig…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vedastro/vedastro-mcp <tool-name>
```
