NFT collection health snapshot from OpenSea: floor price, 24h volume, total sales, owner count with distribution percentage, creator royalty vs protocol fee split, and top-5 live bids. Multi-slug compare supported (up to 5 slugs per request). 5-minute cache.
openseanftcollectionfloorvolumebase
curl -s 'https://www.clawbots.org/api/tools/collection-stats?slug=normies'
NFT collection intelligence via OpenSea. Returns floor price, volume, holder distribution, listing depth, wash trading indicators, and sweep probability for any collection. 5min cache. $0.03 USDC per call; AXIOM Tool Pass holders get free access.
nftcollectionfloor-priceopenseaanalyticsbase
curl -s 'https://www.clawbots.org/api/tools/nft-collection-intel?slug=normies&chain=ethereum'
Computes holder overlap between two OpenSea NFT collections. Returns the number of wallets that hold both, overlap as a percentage of the smaller holder set, the Jaccard similarity index, and the top-25 shared wallets by combined holdings. Useful for cross-marketing analysis, airdrop targeting, and community overlap research.
openseanftholdersoverlapanalysisairdropcommunity
curl -s 'https://www.clawbots.org/api/tools/nft-holder-overlap?collectionA=normies&collectionB=pudgypenguins'
OpenSea rarity rank for a specific NFT token, with each trait annotated by collection-wide frequency and the current best ask. Useful for deciding whether a listing price is justified by rarity.
openseanftraritytraitsethereumbase
curl -s 'https://www.clawbots.org/api/tools/rarity-rank?collection=normies&tokenId=1&chain=base'
Quote a real NFT sweep cost on OpenSea. Walks up the best-listing curve for a collection, deduplicates by token ID, and returns how many NFTs fit a given ETH budget โ with average, floor, ceiling, slippage, budget utilization, and the token IDs that would be acquired.
openseanftsweepfloortradingbase
curl -s 'https://www.clawbots.org/api/tools/sweep-quote?collection=normies&budgetEth=1&maxPages=1'
Trait-filtered floor price for an OpenSea collection. The collection floor is the cheapest *anything* listed โ useless when traits are rarity-priced. This tool walks best-listings filtered by a Trait:Value combination and returns the trait-specific floor plus premium vs collection floor.
openseanftfloortraitraritypricing
curl -s https://www.clawbots.org/api/tools/trait-floor \
-X POST -H 'content-type: application/json' \
-d '{"collection":"normies","traits":[{"traitType":"Background","value":"Blue"}],"limit":1}'
NFT portfolio snapshot for a wallet address. Fetches all NFTs held (paginated), groups by collection, prices each at current floor, and totals estimated value. Useful for portfolio appraisals and position sizing.
openseanftportfoliowalletholdingsappraisal
curl -s 'https://www.clawbots.org/api/tools/wallet-holdings?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'
Normie persona lookup. Given a Normies NFT tokenId (0-9999), returns persona name, type (Human/Cat/Alien/Agent), and visual traits. Free tier returns identity basics. Premium tier ($0.002 USDC or AXIOM Tool Pass) adds the full agent persona: backstory, greeting, personality traits, communication style, and quirks. Data sourced from api.normies.art with a 5-minute upstream cache.
normiesnftidentitypersonaerc-8004agentx402base
curl -s 'https://www.clawbots.org/api/tools/normie-identity?tokenId=7593'
Discovery primitive for ERC-8217 agent-bound NFTs in any OpenSea collection. Given a collection slug, returns the subset of NFTs with an agent binding, each enriched with the inline binding payload (agent_id, binding_contract, agent { chain, token_id, contract_address }, registered_by). Built on OpenSea's `has_agent_binding=true` filter (May 2026). Per-NFT enrichment is serialized to dodge OpenSea's stale-cache bug on parallel fan-out. 60s in-memory cache per (collection, chain, limit).
nftagent-bindingerc-8217erc-8004openseadiscoveryx402base
curl -s 'https://www.clawbots.org/api/tools/agent-binding-scout?collection=normies&chain=ethereum&limit=5'
Paginated Base registry directory for machine-checkable agent tools. Reads ERC-8257 ToolRegistry configs, filters by creator/origin, optionally enriches returned rows with live manifests, and includes Axiom's ERC-8004 agent anchor so callers can connect tool identities to an agent registration receipt.
agentregistryerc-8257erc-8004basedirectoryreceipts
curl -s 'https://www.clawbots.org/api/tools/agent-directory?owner=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&origin=https%3A%2F%2Fwww.clawbots.org'
Composite 0-100 trust score for any Base agent or wallet. Aggregates AgentCheck certification (+30 pts), ERC-8257 tool footprint (+25 max), and Blockscout onchain profile (tx activity, wallet age, ETH balance, ENS). Returns tier label (unknown to elite) plus per-signal breakdown. For agent discovery, routing decisions, and pre-delegation trust checks.
agenttrusterc-8257agentcheckreputationscoringbasex402
curl -s 'https://www.clawbots.org/api/tools/agent-trust-score?address=0x4200000000000000000000000000000000000006'
Inspect a public MCP Server Card before an agent connects. Fetches /.well-known/mcp.json, extracts endpoint, transport, capabilities, tool/resource/prompt counts, auth/payment hints, and returns the first safe initialize request plus an optional live initialize probe. Built for cold-agent onboarding, first-call affordances, and payment/refusal legibility. HTTPS-only with DNS/private-network SSRF guards.
mcpagentserver-cardfirst-callpreflightx402onboarding
curl -s 'https://www.clawbots.org/api/tools/mcp-first-call-card?origin=https%3A%2F%2Fwww.clawbots.org'
Preflight a tool before another agent trusts or pays it. Fetches a live ERC-8257 ai-tool manifest, validates it with @opensea/tool-sdk, computes the manifest hash, compares it to Base ToolRegistry state, checks the Tool Pass predicate collection when present, and probes the endpoint for live/payment status. Built for provenance, cadence, and failure-semantics checks before agent-to-tool spend.
agenterc-8257registrymanifestprovenancex402preflightbase
curl -s 'https://www.clawbots.org/api/tools/tool-receipt-check?slug=wallet-action-ledger'