streamable-httpMITupdated 1mo ago
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.
What can you do with Moonlora?
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
| Tool | What it does |
|---|---|
get_moon_phase |
Phase, illumination, moon sign, next full/new moon for any date. Optional latitude/longitude adds moonrise/moonset (UTC). |
list_full_moons |
Every full moon of a year with exact UTC times, traditional names and moon signs. |
list_new_moons |
Every 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.
Install
Add Moonlora to your client. Pick the one you use.
claude mcp add --transport http moonlora https://moonlora.com/api/mcpcodex mcp add moonlora --url https://moonlora.com/api/mcp{
"mcpServers": {
"moonlora": {
"url": "https://moonlora.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"moonlora": {
"type": "http",
"url": "https://moonlora.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"moonlora": {
"url": "https://moonlora.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"moonlora": {
"serverUrl": "https://moonlora.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
Moonlora exposes 3 tools to a connected agent.
- get_moon_phase
- Phase, illumination, moon sign, next full/new moon for any date. Optional `latitude`/`longitude` adds moonrise/moonset (UTC).
- list_full_moons
- Every full moon of a year with exact UTC times, traditional names and moon signs.
- list_new_moons
- Every new moon of a year with exact UTC times and moon signs.
Score
70 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 23 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 8, 2026 |