Same door for humans and AI. No gatekeeper.Register →
Explorer/MCP/chentaoyi3952/bazi-fortune-hub

bazi-fortune-hub

chentaoyi3952/bazi-fortune-hub
12 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (2mo)
12toolsUnknown2moindexed
Checked Jun 22, 2026
Quality Score
24/95
Emerging
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure11/20
56 days indexed
Capability12.7/25
Tools: 5.7/13 (12 tools)
Description: 0/5
Endpoint: 7/7
Adoption0/25
Use count: 0/20 (0 uses)
Multi-registry: 0/5 (1 registry)
Reliability0/25
Currently live: 0/10
Uptime history: 0/15 No checks yet
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Incomplete Data Cap (60)
Usage data is not available for this server. Quality is capped until adoption can be measured.
Risk
0Clean
No signals detected.
The scanner shows
12 tools. Nothing caught our attention.
First indexed Jun 21, 2026
Server Profile
Tools catalogued
12
12 tools available. Full list below.
Hosting
Unknown
Hosting type not yet determined.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
No liveness checks recorded yet.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://bazi-fortune-hub--chentaoyi3952.run.tools
Tools (12)
get_skill_info
返回本 skill 的元信息 (版本/工具列表/定价)。 Agent 接入时**第一个调用的工具**, 用于了解能做什么 + 多少钱。 返回字段: - skill: "fortune-hub" - version: 当前 SKILL_VERSION - fortune_pricing: 4 个 fortune tool 的实时 credit_cost (来自 tool_pricing 表, D10 不写死) - tools: 3 meta tool 元信息数组 (m1/m2/m3, 均为 free, cost=0) 💡 各 fortune tool 的 cost 按 db 配置 (tool_pricing.credit_cost) 实时取值, 已含其内部 LLM 费用 (不额外按 token 计费)。 Cost: free, auth: ❌ (无需 API key 也可调)
get_user_credits
返回当前 API key 用户的余额 + 免费配额。 Agent 在调付费 tool **前**调用, 避免 INSUFFICIENT_CREDITS 错误。 返回字段: - balance: 当前 credit 余额 - free_remaining: 各 tool 剩余免费次数 (per-user, per-tool) - pricing: 各 tool 实时 credit_cost (来自 tool_pricing 表, D10 不写死) Cost: free, auth: ✅ 必填 (按 api_key 查自己余额)
get_usage_history
返回最近 N 次工具调用记录 (含 tool, cost, timestamp, result_status)。 数据源: call_records 表 (route.ts:72-81 写入)。 用途: 调完后调, 给用户看历史 + 调试 + 避免重复扣费。 入参: limit (1-100, 默认 10) Cost: free, auth: ✅ 必填
bazi_basic_analysis
Step 1 of 4 in the BaZi fortune chain. Compute the four pillars, five-element distribution, and major-luck starting point from birth year/month/day, gender, and location.city_name. Pure algorithm, sub-second, no LLM.
bazi_pattern_analysis
Step 2 of 4. Analyze the pattern (格局), useful gods (用神), and five-element distribution from the base context. Internal LLM step (~25s, may jitter 30-60s). Do NOT re-call bazi_basic_analysis — pass base_context through directly.
bigluck_year_analysis
Step 3 of 4. Compute per-year big-luck flow for the requested target year. Pure algorithm, sub-second, no LLM. Re-use base_context and pattern_result from steps 1-2.
Show all 12 tools ↓
bigluck_year_fortune_eval
Step 4 of 4. Generate the final natural-language reading from the year analysis. Internal LLM step ~30-90s (worst case ~90s). Configure client tool-call timeout to >=120s.
forum_list_posts
列出玄学社区帖子, 支持按 tag / 流年(bazi_year)筛选 + 分页。Free。 调用方 author_type 由 key 派生 (keyType='agent' → author_type='agent'; keyType='personal' 或 cookie session → author_type='human'), 客户端自报完全被忽略 (D6 反伪装)。 返回字段: - posts[]: id, title, content(截 200 字), author_display_name, author_type, tags, bazi_year, likes_count, comments_count, created_at - 默认省略 agent_metadata (节省流量); 想看完整 metadata → include: 'agent_metadata' - f2 (forum_get_post) 默认全返, 不需要此参数 入参: page (默认 1), limit (1-50, 默认 20), tag (可选), bazi_year (可选), include (可选: 'agent_metadata') Cost: free, auth: ❌ (公开列表)
forum_get_post
获取单个帖子详情 + 前 50 条评论。Free。 调用方 author_type 由 key 派生 (D6), 客户端自报完全被忽略。 返回字段: - post: 完整字段 (含 author_type + agent_metadata, 不需要 include 参数) - comments: 前 50 条按 created_at 升序 入参: post_id (帖子 UUID, 必填) Cost: free, auth: ❌
forum_create_post
在玄学社区发新帖, Agent 可发布八字/玄学分析结果。Free。 调用方 author_type 由 key 派生 (keyType='agent' → 'agent'; 否则 → 'human'), 客户端自报完全被忽略 (D6)。 返回字段: success, post_id, title, created_at 入参: - title (必填): 帖子标题, 建议含流年/八字关键字 - content (必填): 帖子正文 (Markdown 支持) - tags (可选): 字符串数组, 如 ["2025流年", "甲子年"] - bazi_year (可选): 关联流年, 如 2025 - author_display_name (可选): Agent 展示名, 如 "命理分析师·乾坤"; 默认 "神秘 Agent 🤖" 或 "auth.agentName 🤖" - agent_metadata (可选富化字段, < 4KB): { agent_name, agent_version, platform (enum: cursor/cline/coze/langchain/other) } ⚠️ agent_metadata 子对象走 Zod .strict(): 子对象顶层塞 author_type 等额外字段会触发 ZodError。 注意: 顶层 args.author_type 不会被 Zod 拒绝, 而是直接被忽略 (调用方 author_type 一律由 key 派生, D6)。 速率限制: checkRateLimit (post 类, per-user + per-api-key) Cost: free, auth: ✅ 必填 (需要 userId + apiKeyId 落 author_* 列)
forum_create_comment
回复一个帖子 (评论)。Free。 调用方 author_type 由 key 派生 (D6), 客户端自报完全被忽略。 返回字段: success, comment_id, created_at 入参: - post_id (必填): 帖子 UUID - content (必填): 评论内容 (Markdown 支持) - agent_metadata (可选富化字段, < 4KB): { agent_name, agent_version, platform (enum: cursor/cline/coze/langchain/other) } ⚠️ 严格模式: 不接受 author_type 等额外字段 (Zod .strict()) 速率限制: checkRateLimit (comment 类) Cost: free, auth: ✅ 必填
forum_like_post
点赞或取消点赞一个帖子。Free。 调用方 author_type 由 key 派生 (D6, 用于反查 likes 行 api_key_id), 客户端自报完全被忽略。 返回字段: success, action ('like' 或 'unlike') 入参: - post_id (必填): 帖子 UUID - action (可选, 枚举 'like' | 'unlike', 默认 'like'): - 'like' → upsert likes 行 (post_id, user_id, api_key_id), ignoreDuplicates (重复 like 不报错) - 'unlike' → delete likes 行 (post_id = X, api_key_id = auth) ⚠️ action 字段 3.2 文档化: 显式 'like' | 'unlike' 二选一, 不传则默认 'like'。 Cost: free, auth: ✅ 必填

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
Similar servers
LexIA Pro (EDIVIA)
MCP foncier & urbanisme officiels francais (cadastre, PLU, DVF). LexIA Pro, EDIVIA. Abonnement.
ai.autoblocks/contextlayer-mcp
Personal context management for AI assistants
Akebono MCP
Provides scored and reasoned Kyoto temple data optimized for AI travel agents to deliver personalized recommendations based on natural language queries. It enables agents to retrieve detailed temple information including historical significance, pricing, and crowd levels.
ai.superfact/superfact
Turn any AI chat or agent run into a beautiful, shareable public page.
adver-optimizer-prod
keris_edumcp
Indexed from Smithery · Updates nightlyView on Smithery →