Catalog
io.github.jasonwagao-bit/xuanxue-bazi-matching
Officialby jasonwagao-bit · Python
Deterministic Chinese divination APIs (BaZi/QiMen/ZiWei/MeiHua/LiuYao/LiuRen) x402 on Base.
Chinese divination APIs for BaZi, QiMen, ZiWei, MeiHua, LiuYao, and LiuRen methods.
README not available yet.
Install
Configuration
Environment variables
XUANXUE_PAYMENT_TOKENsecretx402 payment token for pay-per-call billing (USDC on Base). Omit to receive 402 Payment Required challenges with payment instructions.
XUANXUE_API_BASEOverride API base URL. Defaults to https://api.decodeyourming.com
claude_desktop_config.json
{
"mcpServers": {
"xuanxue-bazi-matching": {
"command": "npx",
"args": [
"-y",
"xuanxue-bazi-matching@0.2.0"
],
"env": {
"XUANXUE_PAYMENT_TOKEN": "<YOUR_XUANXUE_PAYMENT_TOKEN>",
"XUANXUE_API_BASE": "<YOUR_XUANXUE_API_BASE>"
}
}
}
}