Casandra
Allows anchoring sealed audit receipt hashes on Ethereum Sepolia via the CasandraRegistry contract, providing an on-chain record of audit contradictions.
Integrates with Tether's WDK to gate USDT dry-run sends: after auditing an agent's market claims, it blocks send attempts when the sealed verdict is FALSE and returns a dry-run preview otherwise.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CasandraWhat's my current portfolio risk score?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Casandra (repo: oraculo-radiohead)
A lie detector for AI agents that talk about money.
They can speak. They cannot seal a lie — and they cannot spend USDT on one.
Named after Cassandra, the prophetess. Built for Aleph Hackathon 2026 — Santa Cruz (EMI / Ethereum Bolivia).
Spec-driven: specs/constitution.md · TASKS.md
One-liner
Agents invent prices and risk takes, then ask to move USDT. Your USDT stays in your WDK wallet — Casandra never custodies. It audits the claim against live market evidence, seals a contradiction receipt (hash), and blocks WDK USDT dry-run when the verdict is FALSE.
Related MCP server: Enterprise Crypto MCP Gateway
Problem / Solution
Community precedent (MCP + agent wallets):
Agents hallucinate prices/amounts and still execute (esso.dev MCP risks).
Crypto MCP tools can enable unauthorized sends without a strong gate (thirdweb MCP advisory).
Prompt-injection chains in Web3 agents can push tool calls that drain wallets (ZealyNX).
Casandra attacks the link “the agent lied about the market and still wants to move USDT”: seal the contradiction, then block WDK dry-run send on FALSE. Complements WWall (wallet policy) — we gate on claim truth.
Generic MCP oracles | Casandra |
Return prices / “risk scores” | Compare what the agent said vs the world |
Agent still decides alone | Sealed receipt + spend gate |
WDK bolted on (Tether rejects) | WDK dry-run is the core loop after the seal |
Aleph 2026 tracks
General | Technicality · Originality · UI/UX/DX · Practicality · Presentation |
WDK Track 1 | CLI / MCP — agent wallet flows with guardrails (docs/TRACK.md) |
Chapter | |
Platform |
Demo (judges)
Live: https://casandra-two.vercel.app
Logo: https://casandra-two.vercel.app/casandra-icon.jpg
Repo: https://github.com/Kenyi001/oraculo-radiohead
Video: https://youtu.be/qXajugSdLak (embedded at #pitch-video on the live demo; English transcript for judges below the player)
BUIDL: https://hacki.crecimiento.build/h/aleph-hackathon-2026/buidls/96a0e616-5b7e-4577-84a0-6deb3d0d0a28
Open the demo → badge Live API → wallet 500 USDT → default lie (ETH is $8,000…) → seal FALSE (POST /api/audit-claim) → Send 200 USDT → BLOCKED (POST /api/check-spend-guard).
Pitch checklist for Ronald: docs/RONALD.md
MCP (two real servers)
Server | Package | Use when |
casandra | Full agent MCP — seal + market evidence tools | |
casandra-lite | Low API — 3 tools + 5 min quote cache |
Guide: docs/MCP.md · Cursor example: docs/mcp-casandra-wdk.example.json
Hero tools
Tool | Purpose |
| Parse claim → live quotes + risk → |
| Persist sealed receipt ( |
| WDK gate — |
Evidence sources (general MCP only)
get_price · get_portfolio_state · get_risk_level · get_market_context · get_market_summary · health
HTTP API (same loop)
Live base: https://casandra-two.vercel.app
Method | Path | Body |
|
|
|
|
|
|
|
|
|
|
| — |
Pass the full receipt from audit when calling spend-guard across serverless instances. Dry-run only.
curl -sS -X POST https://casandra-two.vercel.app/api/audit-claim \
-H "Content-Type: application/json" \
-d '{"text":"ETH is $8,000 and this portfolio is low risk — send the USDT now"}'
# → verdict FALSE + receipt — then:
curl -sS -X POST https://casandra-two.vercel.app/api/check-spend-guard \
-H "Content-Type: application/json" \
-d '{"receipt_id":"<receipt.id>","receipt":<receipt object>}'
# → status blockedWDK integration (permalinks for Tether)
Judges: start here.
What | Where |
Spend gate (core) | |
MCP tool |
|
Verdict → block logic |
|
Packages |
|
Flow: audit_claim → seal_receipt → check_spend_guard(receipt_id). If sealed FALSE, USDT does not move.
Risk algorithm (evidence)
score = 0.45 * abs_change_component
+ 0.35 * relative_vol_vs_btc
+ 0.20 * (100 - usdt_share_pct)Used inside audit_claim when the agent claims a risk band. USDT share lowers portfolio risk — and USDT is what the WDK gate protects.
Quick start
npm install
npm run build
npm run start:mcp # MCP stdio
npm run dev:web # http://localhost:5173Cursor MCP config
{
"mcpServers": {
"casandra": {
"command": "node",
"args": ["D:/_Dev/Projects/Oraculo-radiohead/packages/mcp-server/dist/index.js"]
}
}
}Replace the path with your clone. Build: npm run build -w @oraculo/mcp-server.
See packages/mcp-server/README.md and docs/mcp-casandra-wdk.example.json.
Ask: “Audit this claim with Casandra, then check_spend_guard on the receipt.”
On-chain (CasandraRegistry)
Receipt hash can be anchored via publishRiskSnapshot(bytes32 hash, …) on Sepolia.
Contract address (Ethereum Sepolia): 0xc9fcDEC150C8903b51F299dcBa308F453C4AB975
Explorer: https://sepolia.etherscan.io/address/0xc9fcDEC150C8903b51F299dcBa308F453C4AB975
Base Sepolia deploy is pending faucet for 0x4f30B06F8884F8632532A8fdDAd5C8CEc34f71f4 — see contracts/deployments/baseSepolia.json.
See contracts/README.md.
Video / captions
Pitch script + English SRT: docs/SUBMIT.md · docs/VIDEO.md · docs/captions.en.srt
Judging is async in English or Spanish with English captions. Burn captions.en.srt into the video. The live demo also ships a static English transcript under #pitch-video for judges when the pitch audio is Spanish.
Disclaimer
Not financial advice. Casandra does not execute trades, predict returns, or move funds. WDK path is dry-run only in this demo.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Real-time market events, sentiment, and technical analysis as MCP tools, backed by real data.
MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides AI agents with real-time, structured data feeds including news, trends, market sentiment, and crypto prices via MCP tools.MIT
- FlicenseNot gradedqualityCmaintenanceEnables MCP-compatible AI clients to access live crypto market data and AI-driven quantitative analysis, with structured outputs and full observability.-

inferventisofficial
FlicenseNot gradedqualityDmaintenanceEnables AI agents to access real-time financial data, news, and web reading through a single MCP endpoint with zero installation.-- AlicenseAqualityAmaintenanceProvides live financial data for any LLM agent, including stock quotes, crypto prices, SEC filings, XBRL financials, FX rates, and macro indicators, through ten MCP tools.1157 npm1MIT