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.

GitHubnpm
🔧 24 MCP Tools
🔌 30+ API Endpoints
Real-time Data
🔓 Free & Open Source

Quick Start — MCP

Connect VeniceStats to your AI client in 3 steps. No API key, no account, no code.

1Open your config

Settings → Developer → Edit Config

2Add VeniceStats
{
  "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.

3Restart and ask anything

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?"

"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_price

VVV and DIEM prices, 24h change, market cap, FDV

"What's the current VVV price?"
venicestats_staking

Staking ratio, APR, lock status, growth trends, cooldown wave

"How's staking looking?"
venicestats_market_volume

DEX volume by pool, buy/sell ratio, trader count

Params: token (VVV/DIEM), period (24h-all)

"What's the trading volume today?"
venicestats_wallet

Full Venetian identity: role, era, badges, radar, chronicle

Params: address (required)

"Tell me about wallet 0xb72e..."
venicestats_burns

Recent VVV burn events with categories and ENS names

Params: limit, category

"Any big burns recently?"
venicestats_protocol_overview

40+ KPIs organized by category, filterable

Params: category (optional)

"Give me a full protocol overview"

Trading Intelligence

venicestats_insider_flow

Vesting recipient trading: net flow, sell pressure, retention

Params: mode, limit

"Are insiders buying or selling?"
venicestats_large_trades

Individual large swaps with trader identity and insider flag

Params: token, period, direction, minVolume, limit

"Show me the biggest trades this week"

Tokenomics

venicestats_treasury

Treasury balances by category (reserve, incentive, staking, liquidity)

"How much does the treasury hold?"
venicestats_airdrop

Airdrop distribution, retention rate, loyalist analysis

"Did airdrop recipients sell or hold?"
venicestats_diem

DIEM minting cohorts, top minters, burn rates, Venice revenue

"Who are the biggest DIEM minters?"
venicestats_vesting

Vesting schedules, daily drip rate, cliffs, fully vested date

"When do the vesting tokens unlock?"
venicestats_free_float

Free 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)

"What's VVV free float right now?"

Community

venicestats_buzz

Recent articles, tweets, and videos about Venice.ai

Params: type, author, limit

"What's the latest news about Venice?"
venicestats_buzz_metrics

Weekly mention volume, engagement, views, top authors — 12+ months of historical data

Params: weeks (4-52, default 12)

"Show me mention trends over the last 3 months"
venicestats_social

Twitter followers, CoinGecko sentiment, Santiment social volume

"Is community sentiment bullish?"

Rankings & Wallet Intel

venicestats_leaderboard

Top holders ranked by sVVV, DIEM, conviction, or locked

Params: sort, limit

"Who are the top 10 stakers?"
venicestats_wallet_trades

Wallet trading history, cost basis, PnL, behavioral insights

Params: address (required)

"Is this wallet profitable?"

Real-time & Historical

venicestats_live

Real-time on-chain feed: swaps, stakes, mints, claims

Params: limit

"What happened on-chain in the last hour?"
venicestats_trends

Historical trend data with summary stats and sampled points

Params: metric (required), period

"How has staking trended over 90 days?"

Market Benchmarks

venicestats_token_benchmarks

Cross-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

"How does VVV compare to Bittensor?"

Buy-and-Burn Economy

venicestats_discretionary_burn

Current 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.

"How much has Venice burned this cycle?"
venicestats_simulate_revenue

Subscription 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

"What ARR does the current Pro Sub burn rate imply?"
venicestats_burns_timeline

Historical 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

"Show me weekly burns over the last 90 days"
venicestats_burn_stats_by_tier

Empirical 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)

"What's Venice's tier mix today and how is it shifting?"

Venice Ecosystem

venicestats_models

Venice.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

"What are the 5 newest models on Venice?"

Also available via npm

npx @venicestats/mcp-server
Built by @gekko.eth — a Venice community member. Follow @venicestats for updates.
GitHubnpm