@pipeworx/l2beat
Connect: https://gateway.pipeworx.io/l2beat/mcp · Install: one-click buttons
Tools: 5
L2BEAT MCP — Layer 2 ecosystem data: TVL (now “TVS” — total value secured), activity, risk assessments, stage. No auth.
Tools
list_projects(limit?, include_archived?, category?, include_chart?)— every L2 / sidechain / validium tracked, ranked by Total Value Secured (USD), largest first. Answers “which L2 secures the most value”. Returnsrank, name, slug, category, layer type, host chain, stage,tvs_usd,tvs_change_7dand the native/canonical/external/ether/stablecoin/btc split.limitdefaults to 25 (max 200); archived projects are excluded unlessinclude_archivedis true. The upstream 124-point ecosystem TVS chart is omitted unlessinclude_chartis true — it is ~30x the size of the project rows and buries the ranking.get_project(slug)— full project page datatvs_breakdown(slug?)— TVS by token / type, todaytvs_history(slug?, range?)— historical TVSactivity(slug?, range?)— daily transaction counts + UOPS
Data source
https://l2beat.com/api/ — public JSON.
Tools
- list_projects — Rank Ethereum layer 2 networks by Total Value Secured (TVS) in USD, largest first. Answers “which L2 has the most value secured / is the biggest L2”, and gives the top-10 leaderboard of rollups, valid
- get_project — Full project record by slug — risks, stage, milestones, contracts.
- tvs_breakdown — Total Value Secured (TVS) breakdown by token category (canonical, external, native) for a specific L2 project slug or all projects; returns today’s snapshot from L2BEAT.
- tvs_history — Historical Total Value Secured (TVS) time series for an L2 project or all projects; accepts range (7d/30d/90d/180d/1y/max, default 30d) and optional project slug.
- activity — Daily transaction count (and UOPS where available) time series for an L2 project or all projects; accepts slug and range (7d/30d/90d/180d/1y/max, default 30d) from L2BEAT.
Tools
-
activity— Daily transaction count (and UOPS where available) time series for an L2 project or all projects; accepts slug and range (7d/30d/90d/180d/1y/max, default 30d) from L2BEAT. -
get_project— Full project record by slug — risks, stage, milestones, contracts. -
list_projects— Rank Ethereum layer 2 networks by Total Value Secured (TVS) in USD, largest first. Answers which L2 has the most value secured / is the biggest L2 , and gives the top-10 leaderboard of rollups, validi -
tvs_breakdown— Total Value Secured (TVS) breakdown by token category (canonical, external, native) for a specific L2 project slug or all projects; returns today's snapshot from L2BEAT. -
tvs_history— Historical Total Value Secured (TVS) time series for an L2 project or all projects; accepts range (7d/30d/90d/180d/1y/max, default 30d) and optional project slug.