Skip to main content
Glama
Kenyi001

Casandra

by Kenyi001

Casandra (저장소: oraculo-radiohead)

AI 에이전트를 위한 투자 오라클 MCP — 포트폴리오 상태, 시장 맥락, 투명한 리스크. 환각이 아닙니다.

예언자 카산드라(Cassandra)의 이름을 따서 지었습니다. Aleph Hackathon 2026 — Santa Cruz (EMI / Ethereum Bolivia)를 위해 제작했습니다.
스펙 기반: specs/constitution.md · TASKS.md

문제 / 해결책

AI 에이전트는 가격과 “위험 의견”을 지어냅니다. Casandra는 실시간 시세, 포트폴리오 상태, 문서화된 리스크 점수(0–100), 그리고 타임스탬프가 포함된 짧은 시장 맥락 항목을 반환하는 MCP 도구를 제공합니다. 동일한 코어가 심사위원용 웹 데모도 구동합니다.

팀|

역할

담당자

MCP + 핵심 + 리스크 알고리즘

Dax (Kenyi001)

데모 웹 + 배포 + 영상 지원

Partner (이름 미정)

Related MCP server: Enterprise Crypto MCP Gateway

Aleph 2026

챌린지 트랙 (1)

AI (docs/TRACK.md)

일반 심사

기술성 · 독창성

실용성 · 발표

챕터

Santa Cruz EMI

플랫폼

Hacki · alephhackathon.crecimiento.build

제품 특징

리스크 점수에서 USDT의 완충 역할

프레임워크

docs/REQUIREMENTS.md · TASKS.md

MCP 도구

도구

용도

get_price

USD 가격 + 24시간 변동

get_portfolio_state

가치 · 수익률(PnL) % · 비중 · 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

모노레포

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): pending faucet → npm run contracts:deploy:base
Explorer: TBD

면책 조항

투자 조언이 아닙니다. 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