{
  "markdown": "# Moonlora MCP Server 🌙\n\nRemote [MCP](https://modelcontextprotocol.io) server for moon data — phases, illumination, moon signs, full/new moon dates (1900–2100) and moonrise/moonset for any coordinates. Computed with the Meeus algorithm, not scraped. Hosted, stateless, no install, no API key.\n\n```\nhttps://moonlora.com/api/mcp\n```\n\n## Add to your assistant\n\n**Claude Desktop / Claude Code / Cursor:**\n\n```json\n{\n  \"mcpServers\": {\n    \"moonlora\": { \"url\": \"https://moonlora.com/api/mcp\" }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `get_moon_phase` | Phase, illumination, moon sign, next full/new moon for any date. Optional `latitude`/`longitude` adds moonrise/moonset (UTC). |\n| `list_full_moons` | Every full moon of a year with exact UTC times, traditional names and moon signs. |\n| `list_new_moons` | Every new moon of a year with exact UTC times and moon signs. |\n\n## Example\n\n```bash\ncurl -X POST https://moonlora.com/api/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"get_moon_phase\",\"arguments\":{\"date\":\"2026-08-28\"}}}'\n```\n\nThere's also a plain JSON REST API and an embeddable widget — see [moonlora.com/developers](https://moonlora.com/developers) ([OpenAPI 3.1](https://moonlora.com/api/openapi.json)).\n\n## Accuracy & license\n\nMeeus phase algorithm (±5 min), moonrise/set ±2 min. Free for any use — attribution required: a visible link to [moonlora.com](https://moonlora.com). Please don't land a spacecraft with it.\n",
  "bytes": 1512,
  "sha": "336f5951e306bfe7c77a94a9a513a69d5a36be364c5801b535c70a35be91a6e2",
  "repo_slug": "ludvigcosma/moonlora-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_moonlora_moonlora_73251d91/readme"
}