Fortune MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fortune MCP Serverdraw three tarot cards for me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-serverlocal 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-serverJSON
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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