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.
O que dá para fazer com 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.
Instalação
Adicione Moonlora ao seu cliente. Escolha o que você usa.
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 ferramentas
Moonlora expõe 3 ferramentas a um agente conectado.
- 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.
Pontuação
70 / 100
Boa
- Documentação22/25
- Manutenção19/25
- Confiança13/20
- Capacidade4/15
- Instalação12/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 8 de ago. de 2026 |