Skip to main content
Glama

Fortune MCP Server

by takada-at

Fortune MCP Server

ホロスコープとタロット占いを提供するMCP(Model Context Protocol)サーバーです。

機能

  • タロット占い: 指定した枚数のタロットカードを引いて占い結果を返します
  • ホロスコープ: 指定した日時(または現在時刻)のホロスコープを計算して返します

インストール

uvx

uvx --from git+https://github.com/takada-at/fortune_mcp fortune-mcp-server

local install

git clone https://github.com/takada-at/fortune_mcp.git cd fortune_mcp uv sync uv run --directory /abs/path/to/fortune_mcp fortune-mcp-server

使用方法

MCP設定

Claude Code
claude mcp add fortune -- uvx --from git+https://github.com/takada-at/fortune_mcp fortune-mcp-server
JSON

Claude Desktopなどの設定ファイル(claude_desktop_config.json)に以下を追加:

{ "mcpServers": { "fortune": { "command": "uvx", "args": ["--from", "git+https://github.com/takada-at/fortune_mcp", "fortune-mcp-server"] } } }

MCP ツール

1. draw_tarot

タロットカードを引いて占い結果を返します。

パラメータ:

  • count (integer, optional): 引くカードの枚数(1-10、デフォルト: 3)
2. get_horoscope

ホロスコープを計算して返します。

パラメータ:

  • datetime (string, optional): 計算する日時(YYYY-MM-DD HH形式、省略時は現在時刻)
  • random (boolean, optional): ランダムな日時でホロスコープを生成するか(デフォルト: false)
  • latitude (number, optional): 緯度(デフォルト: 東京 35.6895)
  • longitude (number, optional): 経度(デフォルト: 東京 139.6917)

依存関係

  • mcp[cli]: MCP プロトコルの実装
  • pyswisseph: ホロスコープ計算用ライブラリ
  • pytz: タイムゾーン処理

ライセンス

MIT

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables users to perform tarot card readings and generate horoscopes based on specified dates, times, and locations. Provides mystical divination services through tarot draws and astrological calculations.

  1. 機能
    1. インストール
      1. 使用方法
        1. MCP設定
        2. MCP ツール
      2. 依存関係
        1. ライセンス

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides daily horoscope readings and fortune telling for all 12 zodiac signs across multiple time ranges (today, tomorrow, week, month).
            Last updated -
            59
            3
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            Provides tools to query flight and train information including flight searches, train tickets, weather forecasts, and transfer options between different transportation modes.
            Last updated -
            9
            9
          • A
            security
            A
            license
            A
            quality
            Provides seamless access to TomTom's location services including search, routing, traffic and static maps data, enabling easy integration of precise geolocation data into AI workflows and development environments.
            Last updated -
            10
            66
            23
            TypeScript
            Apache 2.0
          • A
            security
            F
            license
            A
            quality
            A comprehensive Model Context Protocol service providing zodiac information queries, horoscope analysis, and compatibility testing between star signs.
            Last updated -
            5
            18
            JavaScript

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/takada-at/fortune_mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server