MCP server exposing 5 tools for l2beat.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/l2beat/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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, validiums, optimiums and sidechains. Each row returns rank, project name, L2BEAT slug, category (Optimistic Rollup / ZK Rollup / Validium / Other), layer type, host chain, decentralisation stage, tvs_usd, the 7-day TVS change, and the TVS split across native, canonical, external, ether, stablecoin and BTC holdings. Covers every project L2BEAT tracks; use limit to widen the leaderboard.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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/l2beat/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io