{
  "markdown": "# StarMeet MCP Server\n\nA [Model Context Protocol](https://modelcontextprotocol.io) server providing Vedic astrology tools to AI assistants (Claude, Cursor, Continue, etc.).\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `calculate_kundali` | Vedic birth chart (D1) preview — Ascendant, Sun/Moon signs & houses, Moon nakshatra, current Dasha |\n| `get_panchang` | Daily Panchang — Tithi, Nakshatra, Yoga, Karana, Rahu Kaal, Abhijit Muhurta, sunrise/sunset |\n| `get_nakshatra` | Detailed nakshatra profile (ruling planet, gana, deity, symbol, keywords, compatibility notes) |\n\nAll tools powered by [star-meet.com](https://star-meet.com) Vedic Astrology Engine.\n\n## Quick Start\n\n```bash\nnpx @edestory/mcp-starmeet\n```\n\nOr add to Claude Desktop `~/.claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"starmeet\": {\n      \"command\": \"npx\",\n      \"args\": [\"@edestory/mcp-starmeet\"]\n    }\n  }\n}\n```\n\n## Example Usage (Claude)\n\n> \"Calculate the Vedic birth chart for someone born on March 15, 1990 at 10:30 AM in Delhi\"\n\nClaude will call `calculate_kundali` → star-meet.com API → return full D1 chart.\n\n> \"What is today's panchang for Mumbai?\"\n\nClaude will call `get_panchang` → star-meet.com API → return Tithi, Nakshatra, Rahu Kaal.\n\n## API\n\nAll requests proxied to `https://star-meet.com/star-api/v1`. No API key required.\n\n## License\n\nMIT — [star-meet.com](https://star-meet.com)\n",
  "bytes": 1404,
  "sha": "a8eeca9539f2d9aaa73fecfcaf3e97b636c99f56e520c99f1c5e6b9c0b6ac62d",
  "repo_slug": "edestory/mcp-starmeet",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_star_meet_mcp_starmeet_3ad74aab/readme"
}