xuanxue-bazi-matching
About
Deterministic Chinese divination APIs (BaZi/QiMen/ZiWei/MeiHua/LiuYao/LiuRen) x402 on Base.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
XUANXUE_PAYMENT_TOKEN XUANXUE_API_BASEClaude Code
claude mcp add --env XUANXUE_PAYMENT_TOKEN= --env XUANXUE_API_BASE= xuanxue-bazi-matching -- npx xuanxue-bazi-matching
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"xuanxue-bazi-matching","command":"npx","args":["xuanxue-bazi-matching"],"env":{"XUANXUE_PAYMENT_TOKEN":"","XUANXUE_API_BASE":""}}'
JSON
{
"mcpServers": {
"xuanxue-bazi-matching": {
"command": "npx",
"args": [
"xuanxue-bazi-matching"
],
"env": {
"XUANXUE_PAYMENT_TOKEN": "",
"XUANXUE_API_BASE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.