Silicon-Civilization Divination โ Fortune-Telling for AI Agents
A paid MCP (Model Context Protocol) service that provides traditional Chinese metaphysics divination to AI agents via the x402 micropayment protocol on Base chain.
The ancient art meets silicon intelligence. Let your agent consult the oracle.
- ๐งญ BaZi Chart Casting โ Four Pillars of Destiny analysis
- ๐ฎ Chart Reading โ In-depth interpretation of destiny charts
- ๐ Qi Men Dun Jia โ Strategic divination for decision-making
- ๐ฐ x402 Micropayments โ Pay-per-call via USDC on Base chain
- ๐ Free Tier โ Simplified chart casting at no cost
- ๐ MCP Standard โ Drop-in integration with any MCP-compatible client
https://152.136.182.66:8902/mcp
Protocol: MCP over Streamable HTTP (SSE transport)
Free simplified BaZi chart casting.
| Parameter | Type | Required | Description |
|---|---|---|---|
datetime |
string | โ | Birth datetime in YYYY-MM-DD HH:mm format |
gender |
string | โ | male or female |
Cost: Free
Full BaZi (Four Pillars of Destiny) chart casting with complete pillars, hidden stems, and deity analysis.
| Parameter | Type | Required | Description |
|---|---|---|---|
datetime |
string | โ | Birth datetime in YYYY-MM-DD HH:mm format |
gender |
string | โ | male or female |
Cost: $0.10 USDC (Base chain)
In-depth reading and interpretation of a previously cast chart.
| Parameter | Type | Required | Description |
|---|---|---|---|
chart_id |
string | โ | Chart ID returned from a casting tool |
Cost: $0.20 USDC (Base chain)
Qi Men Dun Jia divination โ strategic oracle for specific questions and decisions.
| Parameter | Type | Required | Description |
|---|---|---|---|
question |
string | โ | The question or decision to divine |
datetime |
string | โ | Divination time (defaults to now) |
Cost: $0.30 USDC (Base chain)
Crystal Oracle uses the x402 protocol for HTTP 402 micropayments:
| Aspect | Detail |
|---|---|
| Network | Base (Coinbase L2) |
| Token | USDC |
| Payment | Per-tool-call, automatic |
| Wallet | Agent's own wallet |
- Your agent sends an MCP tool call request
- The server responds with
HTTP 402 Payment Requiredand a payment payload - The x402 client middleware signs a USDC transfer and re-sends the request with payment
- The server verifies on-chain and returns the result
No subscriptions. No API keys. Pay exactly for what you use.
curl -X POST https://152.136.182.66:8902/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "crystal_oracle_chart_free",
"arguments": {
"datetime": "1990-06-15 14:30",
"gender": "male"
}
}
}'# First request returns 402 with payment details
curl -i -X POST https://152.136.182.66:8902/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "crystal_oracle_chart",
"arguments": {
"datetime": "1990-06-15 14:30",
"gender": "female"
}
}
}'
# Use x402 client to auto-handle payment and retry
# See: https://github.com/coinbase/x402Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"crystal-oracle": {
"url": "https://152.136.182.66:8902/mcp",
"transport": "sse"
}
}
}Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"crystal-oracle": {
"url": "https://152.136.182.66:8902/mcp",
"transport": "sse"
}
}
}Add to .vscode/mcp.json:
{
"servers": {
"crystal-oracle": {
"url": "https://152.136.182.66:8902/mcp",
"transport": "sse"
}
}
}URL: https://152.136.182.66:8902/mcp
Transport: SSE / Streamable HTTP
Note: Paid tools require x402-enabled middleware. See the x402 documentation for client-side setup.
โโโโโโโโโโโโโโโ MCP over HTTP/SSE โโโโโโโโโโโโโโโโโโโโโโโโ
โ MCP Client โ โโโโโโโโโโโโโโโโโโโโโโโโบ โ Crystal Oracle โ
โ (Claude / โ โ MCP Server โ
โ Cursor / โ HTTP 402 + x402 โ โ
โ Agent) โ โโโโโโโโโโโโโโโโโโโโโโโโบ โ โโโโโโโโโโโโโโโโ โ
โ โ Micropayment โ โ Tool Handlers โ โ
โโโโโโโโโโโโโโโ โ โ โข Chart โ โ
โ โ โข Reading โ โ
โ โ โข Divination โ โ
โ โโโโโโโโโโโโโโโโ โ
โ โ
โ โโโโโโโโโโโโโโโโ โ
โ โ x402 Gateway โ โ
โ โ (Base/USDC) โ โ
โ โโโโโโโโโโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโ
| Component | Technology |
|---|---|
| MCP Server | Python, FastMCP / MCP SDK |
| Transport | Streamable HTTP (SSE) |
| Payment Protocol | x402 (HTTP 402) |
| Payment Network | Base (Coinbase L2) |
| Payment Token | USDC |
| Divination Engine | BaZi, Qi Men Dun Jia algorithms |
This project is licensed under the MIT License.
๐ฎ The oracle awaits your agent. ๐ฎ