New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

lazy-lions-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazy-lions-mcp

MCP server for Lazy Lions — read the collection, holders, rarity, listings, and the $LAZY token economy from any AI agent.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
22
-8.33%
Maintainers
1
Weekly downloads
 
Created
Source

Lazy Lions MCP Server

Read the Lazy Lions NFT ecosystem from any AI agent: 10,000 Lions and the Lazy Cubs on Ethereum, Glitch's Army ordinals on Bitcoin, and the $LAZY token economy on Base.

Read-only. No API key. No wallet access.

Install

Claude Code:

claude mcp add lazy-lions -- npx -y lazy-lions-mcp

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "lazy-lions": {
      "command": "npx",
      "args": ["-y", "lazy-lions-mcp"]
    }
  }
}

Any other MCP client: run npx -y lazy-lions-mcp over stdio.

Tools

Discovery

ToolWhat it does
search_tokensFilter Lions/Cubs by traits, sale status, unlock status
smart_searchNatural-language search ("lions with a crown that are for sale")
get_tokenFull detail for one Lion or Cub
get_traitsTrait catalog with counts — the vocabulary for search_tokens
get_rarityRarity score and rank, blending trait rarity with market signals

Market

ToolWhat it does
get_floorsFloor price and the cheapest listed token
get_listingsWhat's currently for sale
get_collection_statsSupply, holders, listed counts, unlock totals

Holders

ToolWhat it does
get_holderEverything a wallet owns, aggregated across linked wallets
get_holder_profilePublic profile, holdings summary, earned Pride Marks
get_leaderboardTop holders by NFTs or badges

$LAZY token

ToolWhat it does
get_lazy_marketLive price, 24h change, volume, liquidity
get_lazy_protocolSupply, burned, circulating, locked, pending unlock
get_lazy_balanceA wallet's liquid + locked $LAZY
get_lazy_leaderboardRanked by tokens burned, or amount locked
get_lazy_burnsIndividual burn events (also a live Cub-reroll feed)

History

ToolWhat it does
get_token_historyOwnership transfers, or a Cub's full reroll history
get_recent_changesActivity feed since a timestamp — for monitoring

Why a Lazy Lion is useful to an agent

Holding is access. One Lion unlocks the LazyEdge terminal for prediction-market analysis; five unlock the LazyEdge API. Entitlement is verified from the chain with a single ownerOf call — no account, no subscription, and the key is transferable.

Full case: https://lazylionsnft.com/agents/why-hold

Configuration

Env varDefaultPurpose
LAZY_LIONS_API_BASEhttps://lazylionsnft.com/v1/agentOverride the API base
LAZY_LIONS_TIMEOUT_MS15000Per-request timeout

Rate limits

60 requests per minute per IP. For monitoring, prefer get_recent_changes or get_lazy_burns with since over re-reading full lists. Details: https://lazylionsnft.com/agents/rate-limits

Under the hood

A thin wrapper over the public Lazy Lions Agent API. Everything here can also be called directly over HTTP — the MCP server exists so agents get a typed, described tool surface instead of raw URLs.

MIT licensed.

Keywords

mcp

FAQs

Package last updated on 20 Aug 2026

Related posts