Venice Protocol Data
for AI & Developers
24 MCP tools that any LLM can call directly. Full REST API with 30+ endpoints. Real-time on-chain analytics — free, open source, zero auth required.
Quick Start — MCP
Connect VeniceStats to your AI client in 3 steps. No API key, no account, no code.
Settings → Developer → Edit Config
{
"mcpServers": {
"venicestats": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.venicestats.com/mcp"]
}
}
}Requires Node.js 18+. Data is fetched from our servers — always up to date, nothing to maintain.
Alternative: run locally (offline capable)
{
"mcpServers": {
"venicestats": {
"command": "npx",
"args": ["@venicestats/mcp-server"]
}
}
}Runs the MCP server on your machine. Works offline. Calls venicestats.com APIs for data.
Try: "What's the current VVV price?" or "Which Venice models support vision?" or "Give me a full protocol overview."
Live in Claude Desktop
"What's the VVV price and are insiders buying or selling?"
Each tool is callable by any MCP-compatible client (Claude Desktop, Cursor, Windsurf). The LLM reads tool descriptions and decides which to call based on the user's question.
Core
venicestats_priceVVV and DIEM prices, 24h change, market cap, FDV
venicestats_stakingStaking ratio, APR, lock status, growth trends, cooldown wave
venicestats_market_volumeDEX volume by pool, buy/sell ratio, trader count
Params: token (VVV/DIEM), period (24h-all)
venicestats_walletFull Venetian identity: role, era, badges, radar, chronicle
Params: address (required)
venicestats_burnsRecent VVV burn events with categories and ENS names
Params: limit, category
venicestats_protocol_overview40+ KPIs organized by category, filterable
Params: category (optional)
Trading Intelligence
venicestats_insider_flowVesting recipient trading: net flow, sell pressure, retention
Params: mode, limit
venicestats_large_tradesIndividual large swaps with trader identity and insider flag
Params: token, period, direction, minVolume, limit
Tokenomics
venicestats_treasuryTreasury balances by category (reserve, incentive, staking, liquidity)
venicestats_airdropAirdrop distribution, retention rate, loyalist analysis
venicestats_diemDIEM minting cohorts, top minters, burn rates, Venice revenue
venicestats_vestingVesting schedules, daily drip rate, cliffs, fully vested date
venicestats_free_floatFree Float for VVV and/or DIEM with full supply decomposition (Burned / Staked / Vesting / Free for VVV; Staked / Free for DIEM). Returns absolute values, %-of-circulating and %-of-total, plus notional USD value.
Params: token (vvv/diem/both, default both)
Community
venicestats_buzzRecent articles, tweets, and videos about Venice.ai
Params: type, author, limit
venicestats_buzz_metricsWeekly mention volume, engagement, views, top authors — 12+ months of historical data
Params: weeks (4-52, default 12)
venicestats_socialTwitter followers, CoinGecko sentiment, Santiment social volume
Rankings & Wallet Intel
venicestats_leaderboardTop holders ranked by sVVV, DIEM, conviction, or locked
Params: sort, limit
venicestats_wallet_tradesWallet trading history, cost basis, PnL, behavioral insights
Params: address (required)
Real-time & Historical
venicestats_liveReal-time on-chain feed: swaps, stakes, mints, claims
Params: limit
venicestats_trendsHistorical trend data with summary stats and sampled points
Params: metric (required), period
Market Benchmarks
venicestats_token_benchmarksCross-token benchmark for 63 AI/DePIN/Compute tokens — compare VVV against TAO, RENDER, FET, AKT, IO, VIRTUAL, ATH and peers. Price, market cap, 24h/7d/30d performance, sector filters, optional daily history.
Params: symbols, category (ai-inference, ai-agents, depin-infra, compute-gpu, macro-benchmark), sort_by, limit
Buy-and-Burn Economy
venicestats_discretionary_burnCurrent state of Venice's monthly CoW-Swap TWAP buy-and-burn cycle — cycle progress, next-burn projection range (low/high USD/VVV), lifetime stats (total USDC spent, total VVV burned, value multiplier), Safe wallet balance + runway.
venicestats_simulate_revenueSubscription revenue simulator — models implied ARR from the observed Pro Sub programmatic burn rate (tier-aware since 2026-04-26: Pro $2, Pro+ $5, Max $10 per signup). Tier mix, churn, burn model, discretionary inclusion. Returns WASV, MRR/ARR, active subs, combined burn pace. Identical math to the interactive Revenue Estimator.
Params: tierMix (conservative/standard/optimistic), churn (0-100), burnModel (year-1-arr/steady-state-12mo), horizonMonths, includeDiscretionary
venicestats_burns_timelineHistorical bucket timeline of both burn channels — discretionary (CoW-Swap TWAP monthly) + Pro Sub (tier-aware buybacks per new subscription since 2026-04-12, with tier amounts since 2026-04-26: Pro $2, Pro+ $5, Max $10). Daily/weekly/monthly buckets with USD-then, USD-now (at current price) and VVV per channel, all-time totals, current-bucket projection.
Params: granularity (daily/weekly/monthly), range (30d/90d/all), limit
venicestats_burn_stats_by_tierEmpirical Pro Sub burn breakdown by tier (Pro / Pro+ / Max) since the tier-aware flip on 2026-04-26 16:36 UTC. Aggregates daily on-chain tier-aware burns over 7d/30d/90d rolling windows. Returns per-tier signup counts, percentages, blended USD/signup, daily and total buyback flow, and observed MRR/ARR (NEW-signup annualised — does NOT model retention; use venicestats_simulate_revenue for cohort projections). Pairs with simulate_revenue (modelled scenarios) and discretionary_burn (the separate monthly TWAP).
Params: windows (array of '7d'/'30d'/'90d', default all three)
Venice Ecosystem
venicestats_modelsVenice.ai model catalog: pricing, context window, capabilities (vision, reasoning, tools, web search, code), and date added to Venice. Sort by price, recency, or context window. Live from Venice API.
Params: type, capability, max_output_price, min_context, search, sort, limit
