Server data from the Official MCP Registry
Free Vedic astrology MCP: birth-chart, panchang & nakshatra tools. Public API, no key required.
Free Vedic astrology MCP: birth-chart, panchang & nakshatra tools. Public API, no key required.
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.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"com-star-meet-mcp-starmeet": {
"args": [
"-y",
"@edestory/mcp-starmeet"
],
"command": "npx"
}
}
}From the project's GitHub README.
A Model Context Protocol server providing Vedic astrology tools to AI assistants (Claude, Cursor, Continue, etc.).
| Tool | Description |
|---|---|
calculate_kundali | Vedic birth chart (D1) preview — Ascendant, Sun/Moon signs & houses, Moon nakshatra, current Dasha |
get_panchang | Daily Panchang — Tithi, Nakshatra, Yoga, Karana, Rahu Kaal, Abhijit Muhurta, sunrise/sunset |
get_nakshatra | Detailed nakshatra profile (ruling planet, gana, deity, symbol, keywords, compatibility notes) |
All tools powered by star-meet.com Vedic Astrology Engine.
npx mcp-starmeet
Or add to Claude Desktop ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"starmeet": {
"command": "npx",
"args": ["mcp-starmeet"]
}
}
}
"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.
All requests proxied to https://star-meet.com/star-api/v1. No API key required.
MIT — star-meet.com
Be the first to review this server!
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.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.