Octav API MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OCTAV_API_KEY | Yes | Your Octav API key from https://octav.fi/api |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| octav_get_portfolioA | Get complete portfolio including wallet holdings and DeFi protocol positions across 20+ blockchains. Returns token balances, values, and protocol positions. Costs 1 credit per address. |
| octav_get_walletA | Get wallet holdings only (excludes DeFi protocols). Returns token balances and values across all chains. Costs 1 credit per address. |
| octav_get_navA | Get total net worth (NAV) in specified currency. Supports USD, EUR, GBP, JPY, CNY, ETH, BTC. Costs 1 credit per address. |
| octav_get_token_overviewA | Get aggregated token distribution across all chains. Shows which tokens you hold, their values, and percentage breakdown. Costs 1 credit per address. |
| octav_get_transactionsA | Query transaction history with filtering and pagination. Filter by chain, type, date range. Max 250 transactions per request. Costs 1 credit per address. |
| octav_sync_transactionsA | Manually trigger transaction synchronization for addresses. Forces immediate indexing of latest transactions. Costs 1 credit per address. |
| octav_get_historicalA | Get portfolio snapshot for a specific date in the past. Shows holdings and values at that point in time. Costs 1 credit per address. |
| octav_subscribe_snapshotA | Subscribe to automatic portfolio snapshots. Enables historical tracking. Costs 1200 credits. API expects addresses with optional descriptions. |
| octav_get_statusA | Check synchronization status of addresses across all chains. Shows which chains are synced and last sync time. FREE - no credits required. |
| octav_get_creditsA | Check API credit balance, usage, and remaining credits. FREE - no credits required. |
| octav_get_airdropA | Check airdrop eligibility for Solana address. Shows eligible airdrops with claim links. Solana addresses only. Costs 1 credit. |
| octav_get_polymarketA | Get Polymarket prediction market positions for address. Shows active positions, values, and P&L. Costs 1 credit. |
| octav_agent_walletA | Get wallet holdings using x402 payment protocol. For AI agents with automatic payment. Returns wallet balances and values. Costs paid via HTTP 402 payment protocol. |
| octav_agent_portfolioA | Get full portfolio using x402 payment protocol. For AI agents with automatic payment. Returns wallet + DeFi positions. Costs paid via HTTP 402 payment protocol. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Portfolio-related tools overlap: get_portfolio, get_wallet, get_nav, and get_token_overview all return different views of the same data, and agent_wallet/agent_portfolio duplicate the get_* equivalents. However, each has a distinct purpose and descriptions clarify the differences.
Most tools follow octav_get_<object> pattern, but octav_agent_wallet and octav_agent_portfolio break the verb-first convention. Still, all use snake_case with octav_ prefix, making them predictable.
14 tools is well-scoped for a portfolio tracking API, covering multiple data views and payment methods without feeling bloated.
Covers core portfolio, wallet, transactions, historical, and status/credits. Missing subscription management (e.g., cancel/update) but not critical.