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:MM:SS形式、省略時は現在時刻)

  • random (boolean, optional): ランダムな日時でホロスコープを生成するか(デフォルト: false)

  • latitude (number, optional): 緯度(デフォルト: 東京 35.6895)

  • longitude (number, optional): 経度(デフォルト: 東京 139.6917)

依存関係

  • mcp[cli]: MCP プロトコルの実装

  • pyswisseph: ホロスコープ計算用ライブラリ

  • pytz: タイムゾーン処理

ライセンス

MIT

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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 -
    530
    4
    MIT License
  • A
    security
    -
    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
    46
    34
    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
    11
    2
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that provides accurate Chinese Ziwei Doushu astrology chart calculations and horoscope analysis, enabling AI assistants to generate personalized astrological readings through natural language queries.
    Last updated -
    3
    2
    MIT License

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