mcpbeat

Nanami Products MCP Server

io.github.haserisa0810-gif/nanami-products
answering

Nanami Products is answering right now. Last checked 8 min ago. It exposes 5 tools. Last commit 12 Jul 2026.

Pre-computed astrology YAML via Swiss Ephemeris. Calculation is code, interpretation is AI.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
344 ms
Response time
average over 24h
0
Stars
last commit 12 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add nanami-products --transport http https://chart.nanami-astro.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nanami-products": {
      "url": "https://chart.nanami-astro.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nanami-products]
url = "https://chart.nanami-astro.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "nanami-products": {
      "url": "https://chart.nanami-astro.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nanami-products": {
      "url": "https://chart.nanami-astro.com/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

chart
get_chart_summary_from_url
Chart URLから商品種別、生成日時、有効期限、残り日数、含まれるセクション一覧を確認します。URLはアクセスキーとして扱われ、期限切れの場合は保存済みYAML利用または再購入案内を返します。今日の占い、ネイタル、トランジット、小惑星を読む前の最初の確認ツールとして使ってください。
get_chart_yaml_from_url
Chart URLからAI解釈用YAMLを取得します。ネイタル、トランジット、小惑星、四柱推命、インド占星術などのセクションを必要に応じて取得できます。URLはアクセスキーとして扱われます。期限が近い場合は保存案内を返し、期限切れの場合はYAMLを返しません。今日の占い、ホロスコープ、ネイタルチャート、トランジット、小惑星を読む依頼では、先に get_chart_summary_from_url と get_astrology_prompt を呼び、取得した鑑定ルールに沿ってこのYAMLを解釈してください。
astrology
get_astrology_prompt
nanami-products側の西洋占星術鑑定ルール・出力構成・禁止事項を返します。今日の占い、ホロスコープ、ネイタルチャート、トランジット、小惑星を使う依頼では、Chart YAMLを解釈する前に必ずこのツールで鑑定プロンプトを取得してください。MCPは鑑定本文を生成せず、AIはこのプロンプトと get_chart_yaml_from_url のYAMLだけを根拠に解釈します。
available
get_available_sections_from_url
Chart URLに含まれるネイタル、トランジット、小惑星、四柱推命などの利用可能セクション一覧を返します。URLはアクセスキーとして扱われます。
download
get_download_info_from_url
Chart URLのYAMLダウンロードURL、ファイル名、有効期限、保存推奨メッセージを返します。期限が近い場合は保存案内を返し、期限切れの場合はYAMLを返さず再購入導線を案内します。

Endpoints

URLTransportStateLatencyChecked
https://chart.nanami-astro.com/mcp sse answering 340 ms 8 min ago

Nanami Products — questions

Answers built from our own checks of this server.

What can Nanami Products do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_astrology_prompt, get_available_sections_from_url, get_chart_summary_from_url, get_chart_yaml_from_url, get_download_info_from_url. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Nanami Products working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 344 ms. The bar chart above shows every period we have measured.
How do I connect Nanami Products?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Nanami Products need an API key?
No. Nanami Products completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Nanami Products?
It answers our handshake in 344 ms on average, which is faster than 41% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Nanami Products open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.