← asktian.com
INDIVIDUAL MCP TOOL
asktian_name_analysis
Quick energetic profile of a name (姓名学 name-analysis).
LIVE ENDPOINT
https://mcp.asktian.com/mcp
Connect to this endpoint to inspect the live schema for asktian_name_analysis and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.asktian]
url = "https://mcp.asktian.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"asktian": {
"type": "http",
"url": "https://mcp.asktian.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: asktian
Remote MCP URL: https://mcp.asktian.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"asktian": {
"url": "https://mcp.asktian.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"asktian": {
"type": "http",
"url": "https://mcp.asktian.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "asktian",
"transport": "streamable-http",
"url": "https://mcp.asktian.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
asktian_daily_reading— Get today's personalized Chinese metaphysics (八字 bazi + 干支 daily energy) reading for a person.asktian_compatibility— Compute fate compatibility between two people via Chinese metaphysics (八字 pairing, 5-element generation/clash).asktian_best_time_for_action— Find the most auspicious time windows in the next N days for a specific action.asktian_today_energy— Get today's GENERAL energy (no person needed) — the 干支 (stem + branch) and the dominant 5-element character of the day.asktian_market_read— Get a Chinese-metaphysics signal on a binary prediction-market question (Polymarket/Kalshi style yes/no outcomes).