🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@edestory/mcp-starmeet

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edestory/mcp-starmeet

MCP Server for StarMeet Vedic Astrology — Kundali preview, Panchang, and Nakshatra tools for AI assistants

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
1
Created
Source

StarMeet MCP Server

A Model Context Protocol server providing Vedic astrology tools to AI assistants (Claude, Cursor, Continue, etc.).

Tools

ToolDescription
calculate_kundaliVedic birth chart (D1) preview — Ascendant, Sun/Moon signs & houses, Moon nakshatra, current Dasha
get_panchangDaily Panchang — Tithi, Nakshatra, Yoga, Karana, Rahu Kaal, Abhijit Muhurta, sunrise/sunset
get_nakshatraDetailed nakshatra profile (ruling planet, gana, deity, symbol, keywords, compatibility notes)

All tools powered by star-meet.com Vedic Astrology Engine.

Quick Start

npx mcp-starmeet

Or add to Claude Desktop ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "starmeet": {
      "command": "npx",
      "args": ["mcp-starmeet"]
    }
  }
}

Example Usage (Claude)

"Calculate the Vedic birth chart for someone born on March 15, 1990 at 10:30 AM in Delhi"

Claude will call calculate_kundali → star-meet.com API → return full D1 chart.

"What is today's panchang for Mumbai?"

Claude will call get_panchang → star-meet.com API → return Tithi, Nakshatra, Rahu Kaal.

API

All requests proxied to https://star-meet.com/star-api/v1. No API key required.

License

MIT — star-meet.com

Keywords

mcp

FAQs

Package last updated on 11 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts