npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

marriage-astro-mcp

v1.0.2

Published

Vedic Astrology MCP Server — birth charts, compatibility, divorce risk, spouse prediction, and more via MarriageAstro's calculation engine

Readme

vedic-astro-mcp

The world's most complete Vedic astrology MCP server — 22 tools covering birth charts, compatibility, divorce risk, infidelity analysis, sexual compatibility, mental health markers, spouse prediction, and more.

Built on MarriageAstro's Swiss Ephemeris engine with accurate Lahiri ayanamsa calculations.

npm License: MIT


Quick Start

1. Get your API key

Sign up at marriage-astro.vercel.app/api-keys — free tier available, no credit card required.

2. Add to Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "vedic-astro": {
      "command": "npx",
      "args": ["vedic-astro-mcp"],
      "env": {
        "VEDIC_ASTRO_API_KEY": "your-api-key-here"
      }
    }
  }
}

Restart Claude Desktop. You're done.

3. Add to Cursor / Windsurf

{
  "vedic-astro": {
    "command": "npx vedic-astro-mcp",
    "env": { "VEDIC_ASTRO_API_KEY": "your-key" }
  }
}

22 Available Tools

Free Tier

| Tool | Description | |------|-------------| | get_birth_chart | Planets, houses, nakshatras, ascendant, yogas for one person | | calculate_compatibility | 36-point Ashtakoot Milan score with all 8 parameters | | analyze_dosha | Mangal, Nadi, Kaal Sarpa and other yoga/dosha patterns |

Developer Tier ($9/mo)

| Tool | Description | |------|-------------| | get_full_compatibility_report | Complete compatibility report — synastry, navamsa, all divisional charts | | get_marriage_timing | Auspicious marriage windows from dasha + transit analysis | | get_synastry | Cross-chart planetary aspects and house overlays | | get_navamsa_matching | D9 Navamsa chart deep compatibility | | get_kp_analysis | Krishnamurti Paddhati with 249 sub-lords | | get_jaimini_dasha | Jaimini Chara Dasha, Darakaraka, Upapada Lagna | | get_self_analysis | Single person — marriage readiness, personality, timing forecast |

Solo Tier ($49/mo) — All 22 Tools

Everything above plus all Premium tools below. Best for individual developers and MCP users.

Premium Tier ($99/mo) — Unique Features

| Tool | Description | |------|-------------| | get_divorce_risk | UNIQUE — Divorce probability from 7th/2nd house afflictions | | get_infidelity_risk | UNIQUE — Infidelity indicators + protective factors | | get_sexual_compatibility | Venus/Mars synastry + mutual satisfaction | | get_sexual_health | PME/ED/Frigidity risk indicators per person | | get_mental_health_analysis | UNIQUE — Anxiety, depression, narcissism markers | | get_psychological_profile | Attachment style, emotional patterns | | get_conflict_zones | UNIQUE — Conflict triggers and hot-button topics | | get_vulnerability_windows | UNIQUE — When relationship is at highest risk | | get_inlaw_analysis | Compatibility with partner's family | | get_spouse_prediction | Future spouse appearance, nature, meeting timing | | get_modern_challenges | Digital age patterns, Uranus/Neptune/Pluto influence | | get_remedies | Lal Kitab + gemstone recommendations |


Try Before You Upgrade

All 22 tools work on a free API key. Premium tools return a real chart-based preview:

{
  "success": true,
  "preview": true,
  "tier_required": "premium",
  "data": {
    "divorce_risk_level": "HIGH",
    "summary": "3 afflictions detected in 7th house. Upgrade to see full probability score and timeline."
  },
  "upgrade_url": "https://marriage-astro.vercel.app/api-keys"
}

You see real results. Not just an error.


Example Usage

Once installed, just ask Claude naturally:

"Check compatibility between Person A born 1990-01-15 at 10:30 in Mumbai and Person B born 1992-05-20 at 08:00 in Delhi"

"What is the divorce risk for this couple?"

"Generate a birth chart for 1995-07-22, 06:15, latitude 22.57, longitude 88.36"

"Predict what my future spouse will be like"


Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | VEDIC_ASTRO_API_KEY | Yes | Your API key from marriage-astro.vercel.app | | VEDIC_ASTRO_BASE_URL | No | Override API base URL (for self-hosted) |


Pricing

| Plan | Price | Daily Calls | Access | |------|-------|-------------|--------| | Free | $0 | 50 | 3 tools + previews of all 22 | | Developer | $9/mo | 500 | 10 tools | | Solo | $49/mo | 5,000 | All 22 tools — for individuals & MCP users | | Premium | $99/mo | Unlimited | All 22 tools — for businesses & high-volume |

Get API key →


Why This Is Different

Every other Vedic astrology API gives you basic birth charts and maybe a compatibility score. This is the only API that provides:

  • Divorce probability assessment
  • Infidelity risk + protective factors
  • Sexual compatibility (Venus/Mars synastry)
  • Mental health markers from planetary positions
  • Vulnerability windows — WHEN relationships are at risk
  • Conflict zone mapping — WHAT the couple will fight about

Built on Swiss Ephemeris with Lahiri ayanamsa. Same engine used by professional Vedic astrologers.


License

MIT — marriage-astro.vercel.app