Skip to main content
Glama
takada-at

Fortune MCP Server

by takada-at

Fortune MCP Server

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

機能

  • タロット占い: 指定した枚数のタロットカードを引いて占い結果を返します

  • ホロスコープ: 指定した日時(または現在時刻)のホロスコープを計算して返します

Related MCP server: Tarot MCP Server

インストール

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

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides tarot card reading capabilities with a complete 78-card deck, multiple spread layouts (Celtic Cross, Past-Present-Future, etc.), and detailed card interpretations for divination and daily guidance.
    9
    13
    6
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides professional-grade Rider-Waite tarot readings and 11 specialized spreads through a comprehensive interpretation engine featuring elemental and context-aware analysis. It enables users to perform cryptographically secure card draws, create custom spreads, and explore detailed card symbolism via MCP or HTTP protocols.
    14
    13
    13
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides tarot reading capabilities including drawing spreads, looking up card interpretations, listing cards, and retrieving reading history for LLM integration.
    14
    ISC

View all related MCP servers

Related MCP Connectors

  • Tarot MCP — wraps tarotapi.dev (free, no auth)

  • Horoscope MCP — wraps the keyless Horoscope App API.

  • tarot-draw MCP — wraps StupidAPIs (requires X-API-Key)

View all MCP Connectors

Latest Blog Posts

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