Back to Browse

Nanami Products MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: sse: https://chart.nanami-astro.com/mcp

Security Report

4.2
Use Caution4.2High Risk

The MCP server is a legitimate astrology chart data service with reasonable security posture. Authentication is appropriately handled via user-provided API keys (not stored), and the codebase uses standard dependencies. The minified turf.js library is a known geospatial library and presents no security risk. Minor observations include lack of explicit input validation and broad network access, which are appropriate for an API service. Supply chain analysis found 16 known vulnerabilities in dependencies (0 critical, 5 high severity).

3 files analyzed · 19 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.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

nanami-products

MCP server for pre-computed astrology chart data (Western / Jyotish / Four Pillars) powered by Swiss Ephemeris.


nanami-astro の計算エンジンを利用した、占星術・四柱推命データ生成サービスです。

API連携デモアプリ

/api-sandbox では、western / shichusuimei / transit / combined のレスポンスを JSON・YAML・AI貼り付け用プロンプトで確認できます。

  • 無料サンプル: APIキー不要。固定レスポンスで表示と連携方法を確認します。
  • APIキー版: 入力した出生情報から実際に計算します。X-API-Key は送信時だけ使用し、ブラウザには保存しません。

ローカル起動

Python 3.10 以降を使用してください。

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn routes:app --reload

起動後、http://127.0.0.1:8000/api-sandbox を開きます。無料サンプルは追加設定なしで利用できます。

環境変数

APIキーは画面で都度入力し、環境変数やソースコードには保存しません。本番計算APIをローカルで動かす場合は、 既存サービスと同じデータベース接続設定が必要です。デプロイ設定の詳細は README_DEPLOY.md を参照してください。

使い方

  1. 無料サンプルまたはAPIキー版を選びます。
  2. API種別と出生情報を入力し、「占術データを作成する」を押します。
  3. JSON・YAMLを確認するか、「AIに貼るプロンプト」をコピーしてChatGPT / Claudeへ貼り付けます。

API仕様は /manual/api、APIキー発行画面は /api-key/start で確認できます。

License

This project is licensed under AGPL-3.0. This project uses nanami-astro as its calculation engine, which uses Swiss Ephemeris (pyswisseph).

Reviews

No reviews yet

Be the first to review this server!