Skip to main content
Glama
Kenyi001

Casandra

by Kenyi001

Casandra (repo: oraculo-radiohead)

Investment-Orakel-MCP für KI-Agenten — Portfoliostatus, Marktkontext und transparentes Risiko. Keine Halluzinationen.

Benannt nach Kassandra, der Prophetin. Gebaut für Aleph Hackathon 2026 — Santa Cruz (EMI / Ethereum Bolivia).
Spezifikationsgetrieben: specs/constitution.md · TASKS.md

Problem / Lösung

KI-Agenten erfinden Preise und „Risikomeinungen“. Casandra stellt MCP-Tools bereit, die Live-Kurse, Portfoliostatus, einen dokumentierten Risikoscore (0–100) und kurze Marktkontext-Punkte mit Zeitstempeln zurückgeben. Derselbe Kern betreibt die Web-Demo für die Jury.

Related MCP server: Enterprise Crypto MCP Gateway

Team

Rolle

Eigentümer

MCP + Kern + Risikoalgorithmus

Dax (Kenyi001)

Demo-Web + Deployment + Video-Support

Partner (Name noch offen)

Aleph 2026

Herausforderungs-Track (1)

AI (docs/TRACK.md)

Allgemeine Bewertung

Technische Umsetzung · Originalität · UI/UX/DX · Praktikabilität · Präsentation

Chapter

Santa Cruz EMI

Plattform

Hacki · alephhackathon.crecimiento.build

Produktausprägung

USDT-Ballast im Risikoscore

Framework

docs/REQUIREMENTS.md · TASKS.md

MCP-Tools

Tool

Zweck

get_price

USD-Preis + 24h-Änderung

get_portfolio_state

Wert, PnL %, Gewichtungen, USDT-Anteil

get_risk_level

Score 0–100 + Band + Faktoren

get_market_context

Kurze Bias-Punkte (keine Beratung)

get_market_summary

Multi-Symbol-Bias

health

Version / letzter Abruf

Risikoalgorithmus v1 (casandra-risk-v1)

score = 0.45 * abs_change_component
      + 0.35 * relative_vol_vs_btc
      + 0.20 * (100 - usdt_share_pct)
  • Bänder: 0–33 niedrig · 34–66 mittel · 67–100 hoch

  • Mehr USDT im Portfolio → geringerer Risikobeitrag

  • Vollständige Faktoraufschlüsselung wird in JSON zurückgegeben

Schnellstart

npm install
npm run build
npm run start:mcp    # MCP stdio
npm run dev:web      # http://localhost:5173

Cursor-MCP-Konfiguration

{
  "mcpServers": {
    "casandra": {
      "command": "node",
      "args": ["D:/_Dev/Projects/Oraculo-radiohead/packages/mcp-server/dist/index.js"]
    }
  }
}

Frage: „Wie hoch ist mein Portfoliorisiko? Verwende Casandra-Tools.“

Live-Demo: mit npx vercel --prod bereitstellen (erfordert vercel login) — URL hier einfügen.
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 checklist

On-chain (CasandraRegistry)

Minimale Risiko-Snapshot-Registrierung für Aleph (Hacki erfordert Adresse, falls bereitgestellt).

npm run contracts:compile
# fund wallet in contracts/deployments/baseSepolia.json → deployWallet
npm run contracts:deploy:base

Siehe contracts/README.md. Nach dem Deployment setze VITE_CASANDRA_REGISTRY_* in packages/demo-web/.env und füge die Adresse unten ein.

Vertragsadresse (Base Sepolia): ausstehender Faucet → npm run contracts:deploy:base
Explorer: TBD

Haftungsausschluss

Keine Finanzberatung. Casandra führt keine Trades aus und prognostiziert keine Renditen.

Lizenz

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