Skip to main content
See what happens when you connect an AI assistant to the Octav MCP server. Each example shows a human prompt and the rich analysis the AI produces after calling tools behind the scenes.
These examples use Claude Desktop with the Octav MCP server configured. The same conversations work in Cursor, VS Code Copilot, or any MCP-compatible client.

1. Portfolio Health Check

Ask your AI to analyze a wallet’s diversification and flag risks.
Analyze the portfolio health for 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD68.
Give me asset allocation, diversification assessment, and any red flags.

2. Whale Wallet Research

Research an unfamiliar wallet’s recent activity to understand their strategy.
Research wallet 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B.
Show me their last 30 days of activity — what are they doing?

3. Historical Performance Analysis

Compare portfolio value across multiple time points to track performance.
Compare my portfolio at 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD68 across
three dates: 2024-01-01, 2024-07-01, and 2025-01-01.
Show me the performance timeline and what drove the changes.

4. DeFi Position Deep Dive

Get a detailed breakdown of token distribution across protocols.
Give me a detailed token distribution for 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD68.
Break it down by protocol and include recommendations.

5. Airdrop & Polymarket Check

Use two specialized tools in one conversation.
Two things:
1. Check if my Solana wallet 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU
   is eligible for any airdrops
2. Show my Polymarket positions for 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD68

6. Multi-Wallet Treasury Overview

Aggregate multiple wallets across chains into one consolidated view.
Give me a consolidated treasury report for these 3 wallets:
- 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD68 (operations)
- 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B (cold storage)
- 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU (solana treasury)

Include chain exposure, top holdings, protocol distribution, and risk assessment.

What’s Happening Behind the Scenes

When you ask a question, the AI assistant automatically selects and calls the right Octav MCP tools. You never need to specify tool names or parameters — just ask in natural language. For example, the Multi-Wallet Treasury example above triggered these tool calls:
  1. octav_get_portfolio — fetched full holdings for all 3 wallets in one call
  2. octav_get_nav — got the total NAV for each wallet
  3. octav_get_token_overview — pulled aggregated token distribution
The AI then synthesized these raw data responses into the formatted treasury report with risk analysis. Each tool call costs 1 credit per address — so this full report used ~9 credits total.

Next Steps