Casandra
Casandra(仓库:oraculo-radiohead)
面向 AI 代理的投资预言机 MCP — 投资组合状态、市场背景与透明风险。绝非幻觉。
以女预言家卡珊德拉命名。为 Aleph Hackathon 2026 而建 — Santa Cruz(EMI / Ethereum Bolivia)。
规范驱动:specs/constitution.md · TASKS.md
问题 / 解决方案
AI 代理会凭空编造价格和“风险观点”。Casandra 提供 MCP 工具,返回实时报价、投资组合状态、有据可查的**风险评分(0–100)**以及简短的市场背景要点 — 均带时间戳。同一核心也驱动着面向评委的 Web 演示。
Related MCP server: Enterprise Crypto MCP Gateway
团队
角色 | 负责人 |
MCP + 核心 + 风险算法 | Dax(Kenyi001) |
演示 Web + 部署 + 视频支持 | Partner(姓名待定) |
Aleph 2026
挑战赛道(1) | AI(docs/TRACK.md) |
综合评审 | 技术性 · 原创性 · UI/UX/DX · 实用性 · 展示 |
分会场 | |
平台 | |
产品特色 | 风险评分中的 USDT 压舱石 |
框架 |
MCP 工具
工具 | 用途 |
| USD 价格 + 24 小时涨跌 |
| 价值、盈亏百分比、权重、USDT 占比 |
| 评分 0–100 + 区间 + 因子 |
| 快速倾向要点(非投资建议) |
| 多币种倾向 |
| 版本 / 最近获取 |
风险算法 v1(casandra-risk-v1)
score = 0.45 * abs_change_component
+ 0.35 * relative_vol_vs_btc
+ 0.20 * (100 - usdt_share_pct)区间:0–33 低 · 34–66 中 · 67–100 高
投资组合中 USDT 越多 → 风险贡献越低
完整因子分解以 JSON 返回
快速开始
npm install
npm run build
npm run start:mcp # MCP stdio
npm run dev:web # http://localhost:5173Cursor MCP 配置
{
"mcpServers": {
"casandra": {
"command": "node",
"args": ["D:/_Dev/Projects/Oraculo-radiohead/packages/mcp-server/dist/index.js"]
}
}
}提问:“我的投资组合风险如何?使用 Casandra 工具。”
在线演示: 使用 npx vercel --prod 部署(需要 vercel login)— 在此粘贴 URL。
仓库: 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 checklist链上(CasandraRegistry)
为 Aleph 设计的最小风险快照注册表(如果部署,Hacki 需要地址)。
npm run contracts:compile
# fund wallet in contracts/deployments/baseSepolia.json → deployWallet
npm run contracts:deploy:base参见 contracts/README.md。部署后,在 packages/demo-web/.env 中设置 VITE_CASANDRA_REGISTRY_*,并在下方粘贴地址。
合约地址(Base Sepolia): 等待水龙头注资 → npm run contracts:deploy:base
区块浏览器: 待定
免责声明
不构成财务建议。 Casandra 不执行交易,也不预测回报。
许可证
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