Skip to main content
Glama
Kenyi001

Casandra

by Kenyi001

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 + 核心 + 风险算法

DaxKenyi001

演示 Web + 部署 + 视频支持

Partner(姓名待定)

Aleph 2026

挑战赛道(1)

AIdocs/TRACK.md

综合评审

技术性 · 原创性 · UI/UX/DX · 实用性 · 展示

分会场

Santa Cruz EMI

平台

Hacki · alephhackathon.crecimiento.build

产品特色

风险评分中的 USDT 压舱石

框架

docs/REQUIREMENTS.md · TASKS.md

MCP 工具

工具

用途

get_price

USD 价格 + 24 小时涨跌

get_portfolio_state

价值、盈亏百分比、权重、USDT 占比

get_risk_level

评分 0–100 + 区间 + 因子

get_market_context

快速倾向要点(非投资建议)

get_market_summary

多币种倾向

health

版本 / 最近获取

风险算法 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:5173

Cursor 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

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
<1hResponse time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides AI agents with real-time, structured data feeds including news, trends, market sentiment, and crypto prices via MCP tools.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables MCP-compatible AI clients to access live crypto market data and AI-driven quantitative analysis, with structured outputs and full observability.
  • A
    license
    A
    quality
    D
    maintenance
    Provides cryptographically verifiable RWA trust attestations and multi-chain DeFi data (TVL, top protocols, positioning scorecards) via MCP tools for AI assistants.
    11
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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