Server data from the Official MCP Registry
Vedic Astrology MCP Server - birth charts, compatibility, and dosha analysis.
Vedic Astrology MCP Server - birth charts, compatibility, and dosha analysis.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
11 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MARRIAGE_ASTRO_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-novaventures-ai-marriage-astro": {
"env": {
"MARRIAGE_ASTRO_API_KEY": "your-marriage-astro-api-key-here"
},
"args": [
"-y",
"marriage-astro-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
A comprehensive, full-stack Vedic Astrology application focused on relationship compatibility. The app calculates detailed synastry, Ashtakoot Milan (36 points), Dasha timing, and incorporates Modern Planetary influences (Uranus, Neptune, Pluto).
coreCalculations.ts - Planetary positions, houses, aspectsvargaCalculations.ts - Divisional charts (D9, D7, D60)dashaCalculations.ts - Vimshottari and Chara DashakpCalculations.ts - KP Astrology systemjaiminiCalculations.ts - Jaimini special pointscompatibilityCalculations.ts - Ashtakoot, Navamsa matchingsexualHealthCalculations.ts - PME/ED/Frigidity analysisriskCalculations.ts - Divorce/Infidelity assessmentreportGenerator.ts - Complete report orchestrationyoni_matrix.json - 14x14 sexual compatibilitygana_rules.json - Deva/Manushya/Rakshasa with cancellationslal_kitab_remedies.json - Planet-House-Remedy mappingsmodern_planets_text.json - U/N/P interpretationssynastry_rules.json - Soulmate/Karmic aspect rulesrisk_rules.json - Divorce/Infidelity configurationsmodern_challenges.json - Digital age & mental healthchara_dasha_rules.json - Jaimini timing systemsexual_health_rules.json - PME/ED/Frigidity indicatorskp_sub_lords.json - 1-249 Sub Lord divisionsvarga_weights.json - Shodashvarga weighting schemeAstro_Marriage/
├── knowledge/ # JSON knowledge base
│ ├── yoni_matrix.json
│ ├── gana_rules.json
│ ├── lal_kitab_remedies.json
│ ├── modern_planets_text.json
│ ├── synastry_rules.json
│ ├── risk_rules.json
│ ├── modern_challenges.json
│ ├── chara_dasha_rules.json
│ ├── sexual_health_rules.json
│ ├── kp_sub_lords.json
│ └── varga_weights.json
│
├── types/ # TypeScript definitions
│ └── index.ts # All interfaces and types
│
├── lib/ # Calculation engine
│ ├── index.ts # Main exports
│ ├── coreCalculations.ts # Planets, houses, aspects
│ ├── vargaCalculations.ts # Divisional charts
│ ├── dashaCalculations.ts # Timing systems
│ ├── kpCalculations.ts # KP Astrology
│ ├── jaiminiCalculations.ts # Jaimini system
│ ├── compatibilityCalculations.ts
│ ├── sexualHealthCalculations.ts
│ ├── riskCalculations.ts
│ └── reportGenerator.ts
│
├── src/ # Frontend application
│ ├── components/
│ │ ├── BirthDataForm.tsx
│ │ └── widgets/
│ │ ├── OverviewWidget.tsx
│ │ ├── AshtakootWidget.tsx
│ │ ├── RiskRadarWidget.tsx
│ │ ├── SynastryWidget.tsx
│ │ ├── SexualHealthWidget.tsx
│ │ ├── TimingWidget.tsx
│ │ ├── RemediesWidget.tsx
│ │ └── ModernInsightsWidget.tsx
│ ├── pages/
│ │ ├── LandingPage.tsx
│ │ ├── CalculatorPage.tsx
│ │ └── ReportPage.tsx
│ ├── store/
│ │ └── useAppStore.ts
│ ├── App.tsx
│ ├── main.tsx
│ └── index.css
│
├── package.json
├── tsconfig.json
├── vite.config.ts
├── tailwind.config.js
└── index.html
git clone <repository-url>
cd Astro_Marriage
npm install
npm run dev
http://localhost:3000npm run build
The built files will be in the dist directory.
MIT License - feel free to use this for personal or commercial projects.
This application is for entertainment and educational purposes. Astrological predictions should not replace professional advice from qualified healthcare providers, counselors, or legal professionals.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.