Back to Browse

Moonlora MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Moon phases, moon signs, full/new moon dates 1900-2100, moonrise/moonset for any coordinates.

About

Moon phases, moon signs, full/new moon dates 1900-2100, moonrise/moonset for any coordinates.

Remote endpoints: streamable-http: https://moonlora.com/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

3 tools verified · Open access · No 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 Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-moonlora-moonlora": {
      "url": "https://moonlora.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Moonlora MCP Server 🌙

Remote MCP 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.

https://moonlora.com/api/mcp

Add to your assistant

Claude Desktop / Claude Code / Cursor:

{
  "mcpServers": {
    "moonlora": { "url": "https://moonlora.com/api/mcp" }
  }
}

Tools

ToolWhat it does
get_moon_phasePhase, illumination, moon sign, next full/new moon for any date. Optional latitude/longitude adds moonrise/moonset (UTC).
list_full_moonsEvery full moon of a year with exact UTC times, traditional names and moon signs.
list_new_moonsEvery new moon of a year with exact UTC times and moon signs.

Example

curl -X POST https://moonlora.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_moon_phase","arguments":{"date":"2026-08-28"}}}'

There's also a plain JSON REST API and an embeddable widget — see moonlora.com/developers (OpenAPI 3.1).

Accuracy & license

Meeus phase algorithm (±5 min), moonrise/set ±2 min. Free for any use — attribution required: a visible link to moonlora.com. Please don't land a spacecraft with it.

Reviews

No reviews yet

Be the first to review this server!