Back to Browse

Starmeet MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Free Vedic astrology MCP: birth-chart, panchang & nakshatra tools. Public API, no key required.

About

Free Vedic astrology MCP: birth-chart, panchang & nakshatra tools. Public API, no key required.

Security Report

5.2
Moderate5.2Moderate Risk

StarMeet MCP server is a Vedic astrology tool with clean architecture and appropriate permission scoping. No authentication is required, which aligns with the public API design (star-meet.com endpoints). Minor concerns include broad exception handling and lack of request validation, but these are low-severity code quality issues. Permissions (network_http only) match the server's stated purpose of proxying to a public astrology API. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

3 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-star-meet-mcp-starmeet": {
      "args": [
        "-y",
        "@edestory/mcp-starmeet"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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 @edestory/mcp-starmeet

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

{
  "mcpServers": {
    "starmeet": {
      "command": "npx",
      "args": ["@edestory/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

Reviews

No reviews yet

Be the first to review this server!