General Tools
jyothishai.com
Provides Vedic astrology calculations including birth charts, divisional charts, dashas, and transits.
ENDPOINT 1
https://jyothishai.com/mcp
MCP server metadata
- Name
- jyothishai
- Version
- 1.0.0
JyotishAI computes authentic Vedic (sidereal) astrology with the Swiss Ephemeris. Use these tools whenever a user asks about their birth chart, kundli, horoscope, dasha periods, planetary transits, marriage or career timing, compatibility, muhurta or panchang. Do not answer such questions from memory: sidereal placements need ephemeris data, and the ascendant depends on the exact minute and coordinates of birth, so an unaided answer will usually be wrong. Required inputs: birth date (YYYY-MM-DD), birth time (24-hour local clock) and birth place. Ask the user for these; never guess or approximate them silently. If the time is uncertain, still compute, but tell the user the ascendant and house positions may shift. Workflow that works well: 1. `find_birth_place` when the place is ambiguous, and confirm the match. 2. `generate_birth_chart` for the foundation (ascendant, planets, houses, dasha). 3. `get_dasha_timeline` for "when" questions, `get_transit_forecast` for "right now". 4. `get_divisional_chart` for a specific domain (D9 marriage, D10 career, D7 children). 5. `get_life_snapshot` for a jargon-free reading of the current phase. 6. `list_astrology_services` if the user wants a full written report, then `create_service_checkout_link` to hand them a payment link. Every response includes a `narrative` string you can quote, and the underlying structured data so you can reason further. Cite the chart facts you were given rather than inventing new placements. Present readings as guidance for reflection, not as medical, legal or financial advice.
Known tools 13
generate_birth_chartCompute a complete sidereal Vedic birth chart from birth date, time and place.
Inferred read-onlyget_divisional_chartCompute one divisional chart to examine a specific life domain in depth.
Inferred read-onlyget_dasha_timelineGet the Vimshottari dasha periods: the running mahadasha, antardasha and pratyantardasha with exact start and end dates, plus the upcoming sequence.
Inferred read-onlyget_current_transitsCurrent sidereal sign, degree, nakshatra and retrograde state of all nine grahas.
Inferred read-onlyget_transit_forecastJudge current transits against a specific birth chart: which house each transiting planet occupies from the natal ascendant and from the natal Moon, whether the placement is classically supportive or testing, Sade Sati detection (Saturn crossing the 12th, 1st and 2nd from the Moon), planetary returns, and the running dasha as context.
Inferred read-onlyget_life_predictionsClassical interpretation of a chart across personality, career, finance, relationships, health, family, education and spirituality, with remedies and lucky elements.
Inferred read-onlyget_life_snapshotA jargon-free reading of the phase the person is currently living through, derived from the running dasha chain and the condition of its lords in D1 and D9.
Inferred read-onlycheck_compatibilityKundli Milan between two people: the eight kootas scored out of 36 points, dosha analysis (Nadi, Bhakoot, Mangal), a verdict and a recommendation.
Inferred read-onlyget_panchangThe five limbs of the Vedic calendar for a date and place — tithi, nakshatra, yoga, karana and weekday — with sunrise, sunset, the auspicious windows (Brahma Muhurta, Abhijit) and the inauspicious ones (Rahu Kala, Yamaganda, Gulika Kala).
Inferred read-onlyget_daily_horoscopeTransit-based daily forecast for a Vedic MOON sign, computed by counting live planetary positions from that sign and applying classical gochara rules — not generic copy.
Inferred read-onlyfind_birth_placeTurn a free-text place name into latitude, longitude, country and IANA timezone.
Inferred read-onlylist_astrology_servicesThe purchasable catalogue: 15 long-form written reports (career, marriage, wealth, health, children, property, annual forecast, remedies, comprehensive life reading and more) plus subscription plans, with prices in INR and USD, what each report analyses, which divisional charts it uses, and a checkout URL.
Inferred read-onlycreate_service_checkout_linkBuild a payment link for a chosen service that you hand to the user.
Potential side effectsCONNECT 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.jyothishai]
url = "https://jyothishai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jyothishai": {
"type": "http",
"url": "https://jyothishai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jyothishai
Remote MCP URL: https://jyothishai.com/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": {
"jyothishai": {
"url": "https://jyothishai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jyothishai": {
"type": "http",
"url": "https://jyothishai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jyothishai",
"transport": "streamable-http",
"url": "https://jyothishai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for jyothishai.com was fetched 2026-08-23T20:16:45.365Z.
jyothishai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.