Casandra
Click on "Install 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)
Investment oracle MCP for AI agents — portfolio state, market context, and transparent risk. Not hallucinations.
Named after Cassandra, the prophetess. Built for Aleph Hackathon 2026 — Santa Cruz (EMI / Ethereum Bolivia).
Spec-driven: specs/constitution.md · TASKS.md
Problem / Solution
AI agents invent prices and “risk opinions.” Casandra exposes MCP tools that return live quotes, portfolio state, a documented risk score (0–100), and short market-context bullets — with timestamps. Same core powers the web demo for judges.
Related MCP server: Enterprise Crypto MCP Gateway
Team
Role | Owner |
MCP + core + risk algorithm | Dax (Kenyi001) |
Demo web + deploy + video support | Partner (name TBD) |
Aleph 2026
Challenge track (1) | AI (docs/TRACK.md) |
General judging | Technicality · Originality · UI/UX/DX · Practicality · Presentation |
Chapter | |
Platform | |
Product flavor | USDT ballast in risk score |
Framework |
MCP tools
Tool | Purpose |
| USD price + 24h change |
| Value, PnL %, weights, USDT share |
| Score 0–100 + band + factors |
| Fast bias bullets (not advice) |
| Multi-symbol bias |
| Version / last fetch |
Risk algorithm v1 (casandra-risk-v1)
score = 0.45 * abs_change_component
+ 0.35 * relative_vol_vs_btc
+ 0.20 * (100 - usdt_share_pct)Bands: 0–33 low · 34–66 med · 67–100 high
More USDT in the portfolio → lower risk contribution
Full factor breakdown returned in JSON
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"]
}
}
}Ask: “What’s my portfolio risk? Use Casandra tools.”
Live demo: deploy with npx vercel --prod (needs vercel login) — paste URL here.
Repo: https://github.com/Kenyi001/oraculo-radiohead
Monorepo
packages/market-core # prices, portfolio, risk, context
packages/mcp-server # Casandra MCP
packages/demo-web # judges UI
contracts/ # CasandraRegistry (Base Sepolia)
specs/ # Speckit
TASKS.md # human task board
docs/REQUIREMENTS.md # Hacki + product checklistOn-chain (CasandraRegistry)
Minimal risk-snapshot registry for Aleph (Hacki requires address if deployed).
npm run contracts:compile
# fund wallet in contracts/deployments/baseSepolia.json → deployWallet
npm run contracts:deploy:baseSee contracts/README.md. After deploy, set VITE_CASANDRA_REGISTRY_* in packages/demo-web/.env and paste address below.
Contract address (Base Sepolia): pending faucet → npm run contracts:deploy:base
Explorer: TBD
Disclaimer
Not financial advice. Casandra does not execute trades or predict returns.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.
- AlicenseAqualityDmaintenanceProvides cryptographically verifiable RWA trust attestations and multi-chain DeFi data (TVL, top protocols, positioning scorecards) via MCP tools for AI assistants.111MIT

inferventisofficial
FlicenseNot gradedqualityDmaintenanceEnables AI agents to access real-time financial data, news, and web reading through a single MCP endpoint with zero installation.
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kenyi001/oraculo-radiohead'
If you have feedback or need assistance with the MCP directory API, please join our Discord server