Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

AI-driven portfolio dashboard and MCP server for the Casper blockchain, enabling wallet monitoring, validator staking analysis, RWA compliance checks, and on-chain transaction generation.

README.md

Casper Agentic Portfolio Copilot (CAP Copilot)

CAP Copilot is a premium, AI-driven portfolio dashboard and Model Context Protocol (MCP) server designed for the Casper Agentic Buildathon 2026. It empowers users to interact with an intelligent agent to monitor wallets, analyze validator staking options, track real-world asset (RWA) compliance, and prepare on-chain transactions on the Casper Testnet.

---

Features

  1. Interactive AI Agent Studio: Conversational chat interface backed by a custom Casper Model Context Protocol (MCP) tool caller.
  2. Casper MCP Server: Custom Node.js/TypeScript server exposing Casper-specific blockchain query and transaction generation tools.
  3. Premium Web Dashboard: Immersive dark-mode glassmorphic user interface featuring responsive token allocation charts and live transaction logging.
  4. On-Chain Deploy Sandbox: Generates fully structured Casper transaction JSON deploys ready for signing and broadcasting.
  5. RWA Risk & Compliance Engine: Simulated loan-to-value (LTV) validator for collateralized physical assets.

---

Tech Stack

  • Frontend: Vanilla HTML5, Vanilla CSS3 (Custom design system, glassmorphism, responsive grid), JavaScript (ES6+, Chart.js, RemixIcons).
  • Backend/MCP Server: Node.js, Express, TypeScript, @modelcontextprotocol/sdk, casper-js-sdk.

---

Installation & Setup

Prerequisites

  • Node.js (v18.0.0 or higher recommended)
  • npm (v9.0.0 or higher)

Setup Steps

  1. Clone or navigate to the project directory:
   cd C:\Users\Hipiclab03\.gemini\antigravity\scratch\casper-agentic-suite
  1. Install dependencies:
   npm install
  1. Build the TypeScript files:
   npm run build
  1. Start the server:
   npm run start

The application will start, listening on port 3000. Open your browser and navigate to: 👉 http://localhost:3000

---

Model Context Protocol (MCP) Tools Exposed

  • get_account_balance: Retrieve the CSPR balance of a public key.
  • get_staking_yields: Retrieve current staking options and validator APYs.
  • prepare_transfer: Generate a transfer transaction JSON ready for signing.
  • prepare_delegation: Generate a delegation staking transaction JSON.
  • analyze_rwa_risk: Analyze loan-to-value status for collateralized real-world assets.

---

Project Structure

casper-agentic-suite/
├── src/
│   ├── server.ts      # Main Express API and MCP Server Tools definition
│   └── agent.ts       # Agent reasoning engine and tool orchestration
├── public/
│   ├── index.html     # Dashboard layout
│   ├── index.css      # Premium styling (design tokens, glassmorphism)
│   └── app.js         # Frontend controller and client-side transaction simulator
├── package.json       # Dependencies and build scripts
└── tsconfig.json      # TypeScript compiler settings

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Files & Docs servers.