@agentutility/mcp-edge-market 0.15.0 → 0.15.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -50,69 +50,69 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
50
50
 
51
51
  | Tool | Description |
52
52
  |---|---|
53
- | `agent-card-resolve` | (0.005 USDC/call) Agent card resolver / ERC-8004 Identity Registry lookup / Trustless Agents / agentId → owner + agentURI / A2A identity / agent.json fetch / on-chain agent metadata. Pass an ERC-8004 agentId (uint256 on Base) — returns the on-chain owner address, the agentURI from the Identity Registry, and the resolved agent card JSON (set fetch_card=false to skip the HTTP follow-up). Reads from Base mainnet Identity Registry 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 via a static eth_call (no gas, no wallet). Useful for agents discovering peers in the A2A ecosystem. |
54
- | `arbitrage-spread` | (0.005 USDC/call) Cross-exchange arbitrage spread / max-min price / CEX price dispersion / spread % calculator. For any CoinGecko-listed coin, pulls every tracked exchange ticker, computes the lowest and highest USD-converted prices, the spread %, and identifies which exchanges sit at each extreme plus the highest-volume venue. Filters out stale or anomalous tickers. |
55
- | `basename-resolve` | (0.005 USDC/call) Basename resolver / Coinbase Basenames / .base.eth lookup / Base name service / on-chain name resolution. Forward: pass a basename like 'alice.base.eth' (bare names are auto-suffixed with .base.eth) returns the registered Ethereum address. Reverse: pass a 0x address → returns the primary basename, if any. Also returns avatar / url / com.twitter / com.github / email / com.discord text records on forward lookups (override with `text_records`). Reads the Base mainnet L2 Resolver on-chain (no gas, no wallet). Useful for agent-payment flows that need to translate human names to Base addresses. |
56
- | `bridge-rates` | (0.03 USDC/call) Cross-chain bridge rate aggregator / bridge quote API / cheapest L1↔L2 route / Ethereum to Base + Arbitrum + Optimism + Polygon bridge / USDC + ETH bridging quotes / LiFi-powered route comparison / Across + Stargate + Hop + deBridge + Synapse + Circle CCTP aggregation / pre-bridge cost + slippage + ETA estimator. Wraps LiFi's public quote API: pass source chain, dest chain, source token, dest token, and amount, get back ranked routes with bridge tool, est_amount_out, gas + fee in USD, est_duration_seconds, and per-step transaction objects ready to sign. Commercial-OK with LiFi attribution. |
57
- | `cid-fetch` | (0.005 USDC/call) CID fetch API / IPFS content reader / decentralized file fetcher. Resolves an IPFS CID and optional path through public gateways, returning text, JSON, or base64 with a 5 MB cap. |
58
- | `contract-source` | (0.01 USDC/call) Verified contract source code / Etherscan source / contract ABI fetcher / Solidity source lookup. For any deployed contract on Ethereum, Base, Optimism, Arbitrum, or Polygon: returns is_verified, contract name, compiler version, parsed ABI, full source, license, optimizer settings, constructor args, and proxy implementation address. |
59
- | `contract-source-verified` | (0.01 USDC/call) Verified contract source code / Etherscan source / Basescan ABI / Solidity source lookup / contract verification check / ABI fetcher / Etherscan-getsourcecode wrapper. For a deployed contract on Ethereum, Optimism, Polygon, Base, or Arbitrum, returns whether the source is verified, the contract name, compiler version, parsed ABI (as a JSON array, not a string), full Solidity source code (multi-file sources reassembled with '// File: ...' separators), license type, optimizer settings, constructor arguments, and for proxy contracts the implementation address. Wraps Etherscan v2's multichain getsourcecode endpoint. |
53
+ | `agent-card-resolve` | (0.005 USDC/call) Resolves an ERC-8004 agentId to its on-chain owner, agentURI, and agent card JSON. Pass an agentId (uint256 on Base) — returns the owner address, the agentURI from the Identity Registry, and the resolved agent card JSON (set fetch_card=false to skip the HTTP follow-up). Reads from Base mainnet Identity Registry 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 via a static eth_call (no gas, no wallet); useful for agents discovering peers in the A2A ecosystem. Use it as an agent card resolver, ERC-8004 Identity Registry lookup, Trustless Agents query, A2A identity check, agent.json fetch, or on-chain agent metadata reader. |
54
+ | `arbitrage-spread` | (0.005 USDC/call) Finds the cross-exchange arbitrage spread for any CoinGecko-listed coin. Pulls every tracked exchange ticker, computes the lowest and highest USD-converted prices and the spread %, and identifies which exchanges sit at each extreme plus the highest-volume venue. Filters out stale or anomalous tickers. Use it as a max-min price lookup, CEX price dispersion feed, or spread % calculator. |
55
+ | `basename-resolve` | (0.005 USDC/call) Resolves Coinbase Basenames (.base.eth) to Ethereum addresses and back, reading the Base mainnet L2 Resolver on-chain (no gas, no wallet). Forward: pass a basename like 'alice.base.eth' (bare names are auto-suffixed with .base.eth) to get the registered address plus avatar / url / com.twitter / com.github / email / com.discord text records (override with `text_records`). Reverse: pass a 0x address to get the primary basename, if any. Useful for agent-payment flows that need to translate human names to Base addresses. Use it as a basename resolver, .base.eth lookup, Base name service, or on-chain name resolution. |
56
+ | `bridge-rates` | (0.03 USDC/call) Compares cross-chain bridge quotes to find the cheapest route between chains, powered by LiFi. Aggregates Across, Stargate, Hop, deBridge, Synapse, and Circle CCTP via LiFi's public quote API: pass source chain, dest chain, source token, dest token, and amount, and get ranked routes with bridge tool, est_amount_out, gas + fee in USD, est_duration_seconds, and per-step transaction objects ready to sign. Covers Ethereum to Base, Arbitrum, Optimism, and Polygon with USDC and ETH quotes, plus pre-bridge cost, slippage, and ETA estimates. Commercial-OK with LiFi attribution. Use it as a bridge rate aggregator, bridge quote API, or cheapest L1-to-L2 route finder. |
57
+ | `cid-fetch` | (0.005 USDC/call) Fetches the content behind an IPFS CID and optional path through public gateways, returning text, JSON, or base64 with a 5 MB cap. Use it as a CID fetch API, IPFS content reader, or decentralized file fetcher. |
58
+ | `contract-source` | (0.01 USDC/call) Returns verified source code and ABI for any deployed contract on Ethereum, Base, Optimism, Arbitrum, or Polygon. Includes is_verified, contract name, compiler version, parsed ABI, full source, license, optimizer settings, constructor args, and proxy implementation address. Use it as an Etherscan source lookup, contract ABI fetcher, or Solidity source lookup. |
59
+ | `contract-source-verified` | (0.01 USDC/call) Fetches verified contract source code and ABI for a deployed contract on Ethereum, Optimism, Polygon, Base, or Arbitrum. Returns whether the source is verified, the contract name, compiler version, parsed ABI (as a JSON array, not a string), full Solidity source code (multi-file sources reassembled with '// File: ...' separators), license type, optimizer settings, constructor arguments, and, for proxy contracts, the implementation address. Wraps Etherscan v2's multichain getsourcecode endpoint. Use it as an Etherscan source lookup, Basescan ABI fetcher, Solidity source lookup, contract verification check, or ABI fetcher. |
60
60
  | `crypto-tx-explainer` | (0.04 USDC/call) Ethereum/Base/Arbitrum/Optimism/Polygon transaction explainer. Returns receipt + ERC20/ERC721 transfers + contracts + fees + plain-English explanation (Venice). |
61
- | `current-balance` | (0.002 USDC/call) Current balance API / wallet current balance / token balance lookup. Exact buyer-demand slug for agents that need a read-only ERC-20 balanceOf(wallet) call on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, or Avalanche. Uses public RPC only, co-fetches decimals, returns raw and decimal-formatted balance, and supports historical block reads. No custody, transfers, trading, or investment advice. |
62
- | `dao-proposal-monitor` | (0.03 USDC/call) DAO proposal monitor / Snapshot.org governance feed / DAO voting tracker / on-chain governance watch / Aave + Uniswap + ENS + Arbitrum proposal feed / DAO proposal TLDR. For any Snapshot space (e.g. 'aave.eth', 'uniswap', 'ens.eth'), returns recent proposals filtered by state (active / closed / pending / all) with title, body, choices, vote tallies (scores per choice), voter count, total voting power, start/end timestamps, and IPFS hash. Optional Venice-powered AI TLDR per proposal. Snapshot Hub public API no auth. |
61
+ | `current-balance` | (0.005 USDC/call) Reads a wallet's current ERC-20 token balance with a read-only balanceOf call on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, or Avalanche. Exact buyer-demand slug. Uses public RPC only, co-fetches decimals, returns raw and decimal-formatted balance, and supports historical block reads. No custody, transfers, trading, or investment advice. Use it as a current balance API or wallet token balance lookup. |
62
+ | `dao-proposal-monitor` | (0.03 USDC/call) Monitors DAO governance proposals on Snapshot.org for any space. For a Snapshot space (e.g. 'aave.eth', 'uniswap', 'ens.eth'), returns recent proposals filtered by state (active / closed / pending / all) with title, body, choices, vote tallies (scores per choice), voter count, total voting power, start/end timestamps, and IPFS hash. Optional Venice-powered AI TLDR per proposal. Snapshot Hub public API, no auth. Use it as a DAO proposal monitor, DAO voting tracker, on-chain governance watch, or an Aave + Uniswap + ENS + Arbitrum proposal feed. |
63
63
  | `defi-llama` | (0.02 USDC/call) DefiLlama API / DeFi TVL protocol lookup. Resolves a DefiLlama protocol slug such as aave, lido, uniswap, makerdao, or curve-dex and returns current TVL, chain breakdown, protocol metadata, audit links, and optional historical TVL series. |
64
- | `defi-llama-api` | (0.02 USDC/call) DeFiLlama API / DeFi protocol TVL lookup / protocol fundamentals. Same DefiLlama-backed handler as defi-llama, listed for agents searching exact DefiLlama wording to resolve protocol TVL, category, chains, token symbol, and protocol metadata. |
65
- | `defi-llama-protocol` | (0.02 USDC/call) DefiLlama protocol lookup / defi llama / DeFi TVL fetcher / total value locked / chain-breakdown of TVL / Aave + Lido + Uniswap + MakerDAO TVL / protocol metadata + audits / parent-protocol resolver / DeFi category classifier. Resolves a DefiLlama slug and returns canonical name, ticker symbol, category, primary chain, parent-protocol link, project URL, Twitter handle, audit count + audit links, description, logo URL, current USD TVL, per-chain TVL breakdown map, and a 24h / 7d / 30d change summary. Optional historical TVL series. Free public API; response includes attribution. |
64
+ | `defi-llama-api` | (0.02 USDC/call) Looks up DeFi protocol fundamentals from DefiLlama, resolving protocol TVL, category, chains, token symbol, and protocol metadata. Same DefiLlama-backed handler as defi-llama, listed for agents searching exact DefiLlama wording. Use it as a DeFiLlama API or DeFi protocol TVL lookup. |
65
+ | `defi-llama-protocol` | (0.02 USDC/call) Looks up any DeFi protocol's TVL and metadata from DefiLlama. Resolves a DefiLlama slug and returns canonical name, ticker symbol, category, primary chain, parent-protocol link, project URL, Twitter handle, audit count + audit links, description, logo URL, current USD TVL, per-chain TVL breakdown map, and a 24h / 7d / 30d change summary, with an optional historical TVL series. Free public API; response includes attribution. Use it as a DeFi TVL fetcher, total value locked lookup, chain-breakdown of TVL, Aave + Lido + Uniswap + MakerDAO TVL source, protocol metadata + audits reader, parent-protocol resolver, or DeFi category classifier. |
66
66
  | `defi-tvl` | (0.02 USDC/call) DeFi TVL API / total value locked by protocol. Looks up one DefiLlama protocol slug and returns current USD TVL, chain TVL breakdown, TVL changes, protocol metadata, and attribution. |
67
- | `defi-yield-pools` | (0.005 USDC/call) DeFi yield pools / APY aggregator / yield-farming opportunities / DeFiLlama yields / cross-protocol APY ranking / stablecoin yields / LP pool returns. Filter and rank thousands of DeFi yield-bearing pools across every chain DeFiLlama tracks. Filters: chain, project, asset symbol, stablecoin-only, single-vs-LP exposure, TVL minimum, APY range, impermanent-loss risk. Returns pool ID, chain, project, symbol, current APY (base + reward), 30-day mean APY, day/week/month APY change, TVL, exposure, IL risk, and predicted-class. Differentiates from defi-llama-protocol (single-protocol TVL) this is the yield-discovery surface. |
67
+ | `defi-yield-pools` | (0.005 USDC/call) Filters and ranks thousands of DeFi yield-bearing pools by APY across every chain DeFiLlama tracks. Filters: chain, project, asset symbol, stablecoin-only, single-vs-LP exposure, TVL minimum, APY range, impermanent-loss risk. Returns pool ID, chain, project, symbol, current APY (base + reward), 30-day mean APY, day/week/month APY change, TVL, exposure, IL risk, and predicted-class. Differentiates from defi-llama-protocol (single-protocol TVL): this is the yield-discovery surface. Use it as an APY aggregator, yield-farming opportunity finder, DeFiLlama yields feed, cross-protocol APY ranking, or source for stablecoin yields and LP pool returns. |
68
68
  | `defillama` | (0.02 USDC/call) DefiLlama protocol TVL lookup / DeFi protocol metadata. Same backend as defi-llama-protocol with a compact slug for buyers searching DefiLlama directly. |
69
- | `dex-liquidity-depth` | (0.01 USDC/call) DEX liquidity depth / pool TVL aggregator / total liquidity per token / on-chain liquidity audit. Sums TVL across every DefiLlama-tracked yield pool that holds a given ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. Returns per-pool TVL + APY plus total liquidity in USD and the deepest pool. Free public DefiLlama backend, no auth. |
70
- | `ens-resolve` | (0.03 USDC/call) ENS / ENS resolver / ENS lookup / Ethereum Name Service lookup. Forward resolution (vitalik.eth to address) and reverse resolution (address to primary ENS), with optional text records such as avatar, twitter, github, url, and email. |
71
- | `erc20-balance` | (0.002 USDC/call) ERC-20 balance reader / balanceOf / on-chain token balance / wallet balance lookup / multi-chain ERC20 balance / read Base / read Ethereum / read Arbitrum / read Optimism / read Polygon. Reads the token balance on-chain across any supported EVM chain. Co-fetches decimals to return both raw bigint and decimal-formatted balance. Supports historical block parameter. Useful for agent wallet introspection, payment reconciliation, treasury monitoring. |
72
- | `erc20-metadata` | (0.002 USDC/call) ERC-20 metadata reader / token info / token symbol lookup / token decimals / total supply / multi-chain ERC20 reader / Base / Ethereum / Arbitrum / Optimism / Polygon / BSC / Avalanche. Reads name(), symbol(), decimals(), totalSupply() in parallel via public RPC. Robust to non-standard tokens that return bytes32 instead of string (MakerDAO MKR pattern is decoded). Returns formatted total supply when decimals are present, plus a chain-appropriate block explorer URL. |
73
- | `eth-logs` | (0.01 USDC/call) eth_getLogs / on-chain event logs / EVM event reader / Transfer event scan / ERC20 Transfer logs / NFT mint logs / DEX swap events / multi-chain log scanner / log indexer / smart contract event reader. Generic eth_getLogs across Base / Ethereum / Arbitrum / Optimism / Polygon / BSC via public no-auth RPC. Supports address + up to 4 topics (with OR arrays), from/to block range, and a 'last_n_blocks' convenience param. Hard-capped at 5,000 logs and 10,000-block range per call. |
74
- | `flagged-tokens` | (0.005 USDC/call) Flagged Solana tokens / risky token feed / DEX market-data risk screen. Same backend as solana-flagged-tokens, exposed under the high-demand buyer slug. Flags thin liquidity, extreme moves, sell pressure, very new pairs, and missing profile context. |
75
- | `funding-rates` | (0.002 USDC/call) Perp funding rates / Binance USD-M futures funding / next-funding-time / 24h history / perp basis. Current funding %, mark + index price, next funding timestamp, and last 24 funding intervals (default 24 × 1h-since-event) for any Binance USD-M futures symbol (BTCUSDT, ETHUSDT, SOLUSDT…). Free public Binance API no auth. |
76
- | `gas-api` | (0.02 USDC/call) Gas API / blockchain gas fee estimator / EIP-1559 fee tiers. Returns base fee, safe-low, standard, and fast priority/max fees, plus USD tx-cost estimates for Base, Ethereum, Optimism, and Arbitrum. |
77
- | `gas-fees` | (0.02 USDC/call) Gas fees API / EIP-1559 transaction fee estimator / Base Ethereum Optimism Arbitrum gas tracker. Returns base fee, priority-fee tiers, maxFeePerGas, and USD cost estimates for common transactions. |
78
- | `gas-now-base` | (0.02 USDC/call) Gas oracle / gas price API / EIP-1559 fee estimator / Base + Ethereum + Optimism + Arbitrum + Polygon gas tracker / etherscan-gas alternative / pre-tx cost estimator / USD gas-cost calculator / safe-low + standard + fast tier feed. Reads the chain's latest block, derives the EIP-1559 base fee, suggests priority fees for safe-low / standard / fast tiers, computes the total recommended maxFeePerGas, and converts cost to USD for common tx types (transfer, ERC-20 transfer, Uniswap swap, NFT mint). |
79
- | `gas-price` | (0.02 USDC/call) Gas price API / EIP-1559 fee estimator / Base + Ethereum + Optimism + Arbitrum gas tracker / pre-tx cost estimator. Reads the chain's latest block, derives base fee, suggests priority fees for safe-low/standard/fast tiers, computes total maxFeePerGas, and converts cost to USD for common tx types. |
80
- | `gas-price-api` | (0.02 USDC/call) Gas price API / EIP-1559 gas fee endpoint / blockchain transaction fee estimator. Same gas-price handler, discoverable for agents estimating base fee, priority fee tiers, maxFeePerGas, and USD transaction costs for Base, Ethereum, Optimism, and Arbitrum. |
69
+ | `dex-liquidity-depth` | (0.01 USDC/call) Measures DEX liquidity depth by summing TVL across every DefiLlama-tracked yield pool holding a given ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. Returns per-pool TVL + APY plus total liquidity in USD and the deepest pool. Free public DefiLlama backend, no auth. Use it as a pool TVL aggregator, total-liquidity-per-token lookup, or on-chain liquidity audit. |
70
+ | `ens-resolve` | (0.03 USDC/call) Resolves ENS names in both directions: forward (vitalik.eth to address) and reverse (address to primary ENS). Optional text records include avatar, twitter, github, url, and email. Use it as an ENS resolver, ENS lookup, or Ethereum Name Service lookup. |
71
+ | `erc20-balance` | (0.005 USDC/call) Reads an ERC-20 token balance on-chain across any supported EVM chain, including Base, Ethereum, Arbitrum, Optimism, and Polygon. Co-fetches decimals to return both raw bigint and decimal-formatted balance. Supports historical block parameter. Useful for agent wallet introspection, payment reconciliation, treasury monitoring. Use it as a balanceOf reader, wallet balance lookup, or multi-chain ERC20 balance API. |
72
+ | `erc20-metadata` | (0.005 USDC/call) Reads ERC-20 token metadata: name(), symbol(), decimals(), and totalSupply() in parallel via public RPC on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, and Avalanche. Robust to non-standard tokens that return bytes32 instead of string (MakerDAO MKR pattern is decoded). Returns formatted total supply when decimals are present, plus a chain-appropriate block explorer URL. Use it for token info, token symbol lookup, token decimals, total supply, or as a multi-chain ERC20 reader. |
73
+ | `eth-logs` | (0.01 USDC/call) Reads on-chain event logs with generic eth_getLogs queries across Base, Ethereum, Arbitrum, Optimism, Polygon, and BSC via public no-auth RPC. Supports address + up to 4 topics (with OR arrays), from/to block range, and a 'last_n_blocks' convenience param. Hard-capped at 5,000 logs and 10,000-block range per call. Use it as an EVM event reader, ERC20 Transfer log scanner, NFT mint log reader, DEX swap event feed, multi-chain log scanner, log indexer, or smart contract event reader. |
74
+ | `flagged-tokens` | (0.005 USDC/call) Feed of flagged risky Solana tokens: thin liquidity, extreme moves, sell pressure, very new pairs, and missing profile context. Same backend as solana-flagged-tokens, exposed under the high-demand buyer slug. Use it as a risky token feed or DEX market-data risk screen. |
75
+ | `funding-rates` | (0.005 USDC/call) Returns perp funding rates for any Binance USD-M futures symbol (BTCUSDT, ETHUSDT, SOLUSDT...): current funding %, mark + index price, next funding timestamp, and the last 24 funding intervals (default 24 x 1h-since-event). Free public Binance API, no auth. Use it as a next-funding-time lookup, 24h funding history, or perp basis feed. |
76
+ | `gas-api` | (0.02 USDC/call) Estimates blockchain gas fees with EIP-1559 tiers for Base, Ethereum, Optimism, and Arbitrum. Returns base fee, safe-low, standard, and fast priority/max fees, plus USD tx-cost estimates. Use it as a gas API or blockchain gas fee estimator. |
77
+ | `gas-fees` | (0.02 USDC/call) Estimates EIP-1559 transaction fees on Base, Ethereum, Optimism, and Arbitrum. Returns base fee, priority-fee tiers, maxFeePerGas, and USD cost estimates for common transactions. Use it as a gas fees API or multi-chain gas tracker. |
78
+ | `gas-now-base` | (0.02 USDC/call) Real-time gas price oracle for Base, Ethereum, Optimism, Arbitrum, and Polygon. Reads the chain's latest block, derives the EIP-1559 base fee, suggests safe-low / standard / fast priority-fee tiers with a total recommended maxFeePerGas, and converts the cost to USD for common transactions (transfer, ERC-20 transfer, Uniswap swap, NFT mint). Use it as a gas price API, EIP-1559 fee estimator, etherscan-gas alternative, or pre-transaction cost calculator. |
79
+ | `gas-price` | (0.02 USDC/call) Estimates current gas prices and EIP-1559 fees on Base, Ethereum, Optimism, and Arbitrum. Reads the chain's latest block, derives base fee, suggests priority fees for safe-low/standard/fast tiers, computes total maxFeePerGas, and converts cost to USD for common tx types. Use it as a gas price API, EIP-1559 fee estimator, multi-chain gas tracker, or pre-tx cost estimator. |
80
+ | `gas-price-api` | (0.02 USDC/call) Estimates blockchain gas prices: base fee, priority fee tiers, maxFeePerGas, and USD transaction costs for Base, Ethereum, Optimism, and Arbitrum. Same gas-price handler. Use it as a gas price API, EIP-1559 gas fee endpoint, or blockchain transaction fee estimator. |
81
81
  | `honeypot-check` | (0.05 USDC/call) Honeypot.is buy/sell simulation for any Base or Ethereum ERC-20. Returns is_honeypot verdict, buy/sell/transfer tax %, simulation success flag, and a reason string when a honeypot is detected. Use before every swap to detect sell-blocking risk. |
82
- | `hyperliquid-market` | (0.001 USDC/call) Hyperliquid market API / Hyperliquid market data / perps mark price / crypto futures market lookup. Low-cost exact-demand endpoint for active Hyperliquid markets. Returns mark price, size decimals, max leverage, margin table id, and active market list from Hyperliquid's public info API. Read-only; no wallet data, trading, private API keys, or order routing. |
83
- | `hyperliquid-perps` | (0.005 USDC/call) Hyperliquid perps market data / perpetual futures market lookup / crypto derivatives feed. Read-only public Hyperliquid info API wrapper returning active markets, mark prices, size decimals, max leverage, and margin table ids. No trading, private wallet data, or order routing. |
84
- | `ipfs` | (0.005 USDC/call) IPFS API / IPFS fetch / IPFS content retrieval / CID resolver / NFT metadata fetcher. Resolves a CID and optional path through public IPFS gateways and returns content as base64, text, or parsed JSON with a 5 MB hard cap. |
85
- | `ipfs-api` | (0.005 USDC/call) IPFS API / CID fetch API / IPFS gateway API / Web3 storage fetch. Resolves an IPFS CID and optional path through public gateways, returning text, parsed JSON, or base64 with content type, size, and gateway provenance. 5 MB cap. |
86
- | `ipfs-fetch` | (0.005 USDC/call) IPFS fetch API / IPFS gateway API / CID resolver / Web3 storage retrieval / NFT metadata fetcher / Filecoin gateway / decentralized content reader. Resolves a CID (CIDv0 Qm... or CIDv1 bafy...) and optional sub-path through a fallback chain of public gateways (cloudflare-ipfs.com, ipfs.io, dweb.link) and returns content as base64, UTF-8 text, or parsed JSON. Hard cap 5 MB with HEAD pre-flight and streaming size guard so oversized files are rejected before full download. |
87
- | `ipfs-gateway` | (0.005 USDC/call) IPFS gateway fetcher / IPFS gateway API / CID gateway resolver / decentralized file retrieval. Reads a CID through a fallback chain of public gateways and returns content type, size, gateway used, and body as base64, text, or JSON. |
88
- | `lp-lock-check` | (0.01 USDC/call) LP lock check / liquidity-lock auditor / Unicrypt + Team Finance + burn-address detection. For any LP token (Uniswap V2-shaped) on Ethereum or Base, reports the % of supply held by the canonical LP-locker contracts (Unicrypt v2, Team Finance) plus burn addresses (0x0, 0xdead). Returns a verdict of locked (≥95%), partial (1-95%), or none. Useful for detecting rug-pull risk before swapping into a new pair. |
89
- | `nft-floor` | (0.01 USDC/call) NFT floor price / NFT floor / collection floor price / NFT floor price / nft floor / NFT collection floor + recent sales via Reservoir. Ethereum / Base / Arbitrum / Optimism / Polygon. Floor, top bid, 24h/7d/30d volume + change, ranks, recent sales. |
90
- | `price-impact` | (0.005 USDC/call) Price-impact / slippage estimator / DEX swap size impact / size-keyed quote / depth simulation. For a (from_token, to_token, chain), pulls aggregator quotes (LlamaSwap meta-aggregator, free public) at multiple USD sizes and reports per-size effective price + slippage versus the smallest size. Use to size a fill before submitting it on-chain. |
91
- | `protocol-tvl` | (0.02 USDC/call) Protocol TVL API / DeFi TVL lookup / total value locked by protocol. Same DefiLlama-backed handler as defi-llama-protocol, listed for agents resolving protocol slugs such as aave, lido, uniswap, makerdao, or curve-dex into current USD TVL, chain breakdown, metadata, audit links, and optional historical TVL series. |
92
- | `safe-multisig-status` | (0.005 USDC/call) Safe multisig status / Gnosis Safe info / Safe owners / Safe threshold / Safe pending queue / DAO treasury wallet / Safe wallet lookup. Reads a Safe (Gnosis Safe) multisig's on-chain state owners[], threshold, nonce, version, master copy, fallback handler, guard via batched eth_call on Base / Ethereum / Arbitrum / Optimism / Polygon (no key, no gas). Also fetches pending (unexecuted) transactions from the Safe Transaction Service. DAO/treasury agents need this constantly to verify multisig config + watch the execution queue. |
82
+ | `hyperliquid-market` | (0.003 USDC/call) Looks up active Hyperliquid markets with mark price, size decimals, max leverage, and margin table id from Hyperliquid's public info API. Low-cost exact-demand endpoint. Read-only; no wallet data, trading, private API keys, or order routing. Use it as a Hyperliquid market data API, perps mark price lookup, or crypto futures market lookup. |
83
+ | `hyperliquid-perps` | (0.005 USDC/call) Returns Hyperliquid perps market data: active markets, mark prices, size decimals, max leverage, and margin table ids. Read-only access to the public Hyperliquid info API; no trading, private wallet data, or order routing. Use it as a perpetual futures market lookup or crypto derivatives feed. |
84
+ | `ipfs` | (0.005 USDC/call) Retrieves IPFS content by CID and optional path through public gateways, returning base64, text, or parsed JSON with a 5 MB hard cap. Use it as an IPFS fetch API, CID resolver, or NFT metadata fetcher. |
85
+ | `ipfs-api` | (0.005 USDC/call) Resolves an IPFS CID and optional path through public gateways, returning text, parsed JSON, or base64 with content type, size, and gateway provenance. 5 MB cap. Use it as a CID fetch API, IPFS gateway API, or Web3 storage fetch. |
86
+ | `ipfs-fetch` | (0.005 USDC/call) Fetches IPFS content by CID through public gateways and returns it as base64, UTF-8 text, or parsed JSON. Resolves a CID (CIDv0 Qm... or CIDv1 bafy...) and optional sub-path through a fallback chain of public gateways (cloudflare-ipfs.com, ipfs.io, dweb.link). Hard cap 5 MB with HEAD pre-flight and streaming size guard so oversized files are rejected before full download. Use it as an IPFS gateway API, CID resolver, Web3 storage retrieval, NFT metadata fetcher, Filecoin gateway, or decentralized content reader. |
87
+ | `ipfs-gateway` | (0.005 USDC/call) Reads a CID through a fallback chain of public IPFS gateways and returns content type, size, gateway used, and body as base64, text, or JSON. Use it as an IPFS gateway API, CID gateway resolver, or decentralized file retrieval tool. |
88
+ | `lp-lock-check` | (0.01 USDC/call) Checks whether an LP token's liquidity is locked, useful for detecting rug-pull risk before swapping into a new pair. For any LP token (Uniswap V2-shaped) on Ethereum or Base, reports the % of supply held by the canonical LP-locker contracts (Unicrypt v2, Team Finance) plus burn addresses (0x0, 0xdead). Returns a verdict of locked (≥95%), partial (1-95%), or none. Use it as an LP lock check or liquidity-lock auditor with Unicrypt + Team Finance + burn-address detection. |
89
+ | `nft-floor` | (0.01 USDC/call) Gets an NFT collection's floor price and recent sales via Reservoir. Covers Ethereum, Base, Arbitrum, Optimism, and Polygon; returns floor, top bid, 24h/7d/30d volume + change, ranks, and recent sales. Use it as an NFT floor price API or collection floor lookup. |
90
+ | `price-impact` | (0.005 USDC/call) Estimates price impact and slippage for a DEX swap before you submit it on-chain. For a (from_token, to_token, chain), pulls aggregator quotes (LlamaSwap meta-aggregator, free public) at multiple USD sizes and reports per-size effective price + slippage versus the smallest size. Use it as a slippage estimator, swap-size impact check, size-keyed quote, or depth simulation to size a fill. |
91
+ | `protocol-tvl` | (0.02 USDC/call) Looks up a DeFi protocol's total value locked, resolving slugs such as aave, lido, uniswap, makerdao, or curve-dex into current USD TVL, chain breakdown, metadata, audit links, and optional historical TVL series. Same DefiLlama-backed handler as defi-llama-protocol. Use it as a protocol TVL API or DeFi TVL lookup. |
92
+ | `safe-multisig-status` | (0.005 USDC/call) Reads a Safe (Gnosis Safe) multisig's on-chain state: owners, threshold, and the pending transaction queue. Returns owners[], threshold, nonce, version, master copy, fallback handler, and guard via batched eth_call on Base / Ethereum / Arbitrum / Optimism / Polygon (no key, no gas), and fetches pending (unexecuted) transactions from the Safe Transaction Service. DAO/treasury agents need this constantly to verify multisig config and watch the execution queue. Use it for Safe multisig status, Safe info, DAO treasury wallet checks, or Safe wallet lookup. |
93
93
  | `safe-tx-decode` | (0.003 USDC/call) Gnosis Safe execTransaction decoder. Decodes a Safe multisig tx hash or raw calldata into target/value/data/operation/gas/signers. Auto-decodes inner MultiSend batches. |
94
- | `solana-flagged-tokens` | (0.005 USDC/call) Solana flagged tokens / risky Solana token feed / meme coin risk screen / DEX Screener risk flags. Returns recently active Solana tokens flagged for thin liquidity, volume far above liquidity, extreme 24h price move, sell pressure, very new pair age, missing profile context, or missing pair data. Market-data screen only, no private holder graph. |
95
- | `solana-token-safety` | (0.02 USDC/call) Solana token safety API / SPL token rug check / Solana memecoin scam detector / mint + freeze authority check / holder concentration + LP analysis. Reads GoPlus Solana token-security signals (mint/freeze/close authorities, transfer hooks, transfer fee, mutable balance/metadata, top-holder concentration, LP holders, trusted-token allowlist) and returns a 0-100 safety score, grade, flags, and recommendation. EVM tokens: use token-risk-score. Informational on-chain data, not financial advice. |
96
- | `solana-token-watchlist` | (0.005 USDC/call) Solana token watchlist / high-volume Solana tokens / DEX Screener market-data watchlist / boosted token tracker. Returns recently profiled and actively boosted Solana tokens with best pair, price, liquidity, 24h volume, buy/sell counts, price change, pair age, links, transparent activity score, and market-data risk flags. |
97
- | `solana-trending-tokens` | (0.005 USDC/call) Solana trending tokens / DEX Screener boosted tokens / active Solana meme coin discovery. Ranks actively boosted Solana tokens by liquidity, volume, 24h txns, boost amount, and price movement. Returns pair links, token links, market data, risk flags, and caveats. |
94
+ | `solana-flagged-tokens` | (0.005 USDC/call) Feed of recently active Solana tokens flagged for risk from DEX Screener market data. Flags thin liquidity, volume far above liquidity, extreme 24h price move, sell pressure, very new pair age, missing profile context, or missing pair data. Market-data screen only, no private holder graph. Use it as a risky Solana token feed or meme coin risk screen. |
95
+ | `solana-token-safety` | (0.02 USDC/call) Scores the safety of a Solana SPL token from on-chain security signals, returning a 0-100 safety score, grade, flags, and recommendation. Reads GoPlus Solana token-security signals: mint/freeze/close authorities, transfer hooks, transfer fee, mutable balance/metadata, top-holder concentration, LP holders, and the trusted-token allowlist. EVM tokens: use token-risk-score. Informational on-chain data, not financial advice. Use it as an SPL token rug check, Solana memecoin scam detector, mint + freeze authority check, or holder concentration + LP analysis. |
96
+ | `solana-token-watchlist` | (0.005 USDC/call) Watchlist of recently profiled and actively boosted Solana tokens with DEX Screener market data. Returns best pair, price, liquidity, 24h volume, buy/sell counts, price change, pair age, links, transparent activity score, and market-data risk flags. Use it as a high-volume Solana token feed or boosted token tracker. |
97
+ | `solana-trending-tokens` | (0.005 USDC/call) Ranks trending, actively boosted Solana tokens by liquidity, volume, 24h txns, boost amount, and price movement. Returns pair links, token links, market data, risk flags, and caveats. Use it as a DEX Screener boosted-tokens feed or active Solana meme coin discovery tool. |
98
98
  | `stablecoin-monitor` | (0.005 USDC/call) Stablecoin monitor. Live prices and basis-point deviation from $1 for USDT, USDC, DAI, FRAX, PYUSD, FDUSD, USDE, RLUSD. Configurable depeg-alert threshold. Wraps the same backend as stablecoin-peg under a clearer slug. |
99
99
  | `stablecoin-peg` | (0.005 USDC/call) Stablecoin peg monitor. Real-time price + deviation detector for USDT, USDC, DAI, FRAX, PYUSD, FDUSD, USDE, RLUSD. Configurable depeg-alert threshold (basis points). Catches USDC's 2023-style depegs in real time. |
100
- | `token-balance` | (0.002 USDC/call) Token balance API / ERC-20 balanceOf reader / on-chain token holdings lookup. Same public-RPC backend as erc20-balance, exposed for agents searching for token-balance wording. Returns raw balance, hex balance, decimals, and formatted balance. |
101
- | `token-burn-stats` | (0.005 USDC/call) Token burn stats / total burned / latest burn tx / burn-as-% supply / supply-burn auditor. Walks all transfers TO the canonical burn addresses (0x00 and 0xdEaD) for any ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism via Etherscan v2 and reports total burned (raw + human), most-recent burn tx + timestamp, count of burn transfers, and burn percentage of total supply. |
102
- | `token-honeypot` | (0.05 USDC/call) EVM token honeypot detection / can-i-sell check / rug-pull scanner / sell-tax simulator / buy-tax simulator / scam token detector / Base honeypot / Ethereum honeypot / BSC honeypot. Simulates a buy + sell of an ERC-20 token via honeypot.is, returning whether the token is a honeypot, the realized buy/sell/transfer tax percentages, max buy/sell amounts (atomic units), proxy/owner contract flags, and a normalized risk level (low/medium/high/critical) with human-readable reasons. Free public API no auth. |
103
- | `token-honeypot-api` | (0.05 USDC/call) Token honeypot API / honeypot checker / buy-sell simulation endpoint. Same honeypot.is-backed handler as token-honeypot, indexed for agents checking sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings. |
104
- | `token-honeypot-check` | (0.05 USDC/call) Token honeypot check / ERC-20 can-I-sell API / rug-pull detector. Simulates buy and sell behavior through honeypot.is and returns honeypot status, taxes, max sell amounts, contract flags, and risk level. |
105
- | `token-risk` | (0.10 USDC/call) Token risk score / token security audit / rug-pull score / token safety check. Composite 0-100 score from honeypot.is + GoPlus Security + Etherscan contract age. Subscores: honeypot, taxes, holder concentration, liquidity, contract age, ownership. Verdict: safe / caution / high_risk. |
106
- | `token-risk-score` | (0.10 USDC/call) Token risk / token risk score / composite EVM token security audit / rug-pull score / token safety check / honeypot + tax + holder concentration / GoPlus + honeypot.is composite / Base token vetting / Ethereum token vetting / BSC token vetting. Pulls three independent signals in parallel - honeypot.is (sell simulation + buy/sell tax), GoPlus Security (holder concentration, LP holders + lock, ownership flags, mintable/proxy/hidden-owner detection), and Etherscan v2 contract creation block (for age) - and rolls them up into a 0-100 score (higher = safer) with subscores (honeypot, taxes, holder_concentration, liquidity, contract_age, ownership) and a verdict (safe / caution / high_risk). Each backend failure degrades just that subscore and adds a warning; the rest still computes. |
107
- | `token-security` | (0.10 USDC/call) Token security check / token risk API / rug-pull detector. Scores an EVM token using honeypot simulation, GoPlus holder and ownership signals, and Etherscan contract age. Returns 0-100 safety score with warnings. |
108
- | `token-volatility` | (0.005 USDC/call) Token volatility / historical volatility / annualized vol / standard deviation of returns / crypto vol calculator. For any CoinGecko-listed token, computes log-return standard deviation over the last N days (default 30) and annualizes by sqrt(365). Returns daily and annualized volatility as percent, count of return observations, first and last close prices. Backed by CoinGecko's free public market_chart endpoint. |
109
- | `trending` | (0.005 USDC/call) Trending Solana tokens / boosted token feed / active meme coin discovery. Same backend as solana-trending-tokens, exposed under the high-demand buyer slug. Ranks boosted Solana tokens by liquidity, volume, txns, boost activity, and price movement. |
110
- | `tx-receipt-decode` | (0.02 USDC/call) EVM transaction receipt decoder / log decoder / event log reader / Etherscan tx debug / receipt parser / Basescan tx explainer / tenderly-style trace lite. Given a tx hash, fetches the receipt + transaction via Etherscan v2 and decodes every log: ERC-20 / ERC-721 Transfer + Approval + ApprovalForAll are decoded canonically (from/to/value/tokenId etc.); other logs use the contract's verified ABI when available; remaining unknown topics are looked up against 4byte.directory's event-signature index. Returns status (success/failed), block number, gas used + gas price (gwei), from/to/value, and a structured array of decoded logs with named params and contract names where verified. |
111
- | `tx-simulate-swap` | (0.02 USDC/call) Tx simulate swap / pre-trade quote / DEX swap simulator / 1inch + LlamaSwap quote / would-it-succeed check. Given (from_token, to_token, amount_in, chain), pulls a routed quote from a free DEX meta-aggregator and returns expected output, min-out at user-supplied slippage (default 1%), gas estimate, router address, and a would_succeed verdict. Quote-only depth full Tenderly-style state simulation requires a paid API and is documented in the response's simulation_caveat. |
112
- | `wallet-current-balance` | (0.002 USDC/call) Wallet current balance API / ERC-20 wallet balance / treasury balance check. Same read-only public-RPC backend as erc20-balance, listed under wallet wording for agents reconciling payment wallets, treasuries, and token holdings. |
113
- | `wallet-details` | (0.005 USDC/call) Wallet details API / address details / wallet label / EVM address lookup. Returns best-effort label/category, EOA-vs-contract status, contract deployer, and creation transaction for an EVM address on Base, Ethereum, Polygon, Arbitrum, or Optimism. Uses an in-handler known-address dictionary plus Etherscan v2 contract-creation lookup. Read-only; no balances, custody, transfers, or investment advice. |
114
- | `wallet-label` | (0.005 USDC/call) Wallet label / address tagger / known-address lookup / EOA-vs-contract check / deployer tracer. Best-effort labelling for any EVM address against an in-handler dictionary of well-known CEX hot/cold wallets, DEX routers, NFT marketplaces, popular MEV bots, bridges, and stablecoins. Etherscan v2 'getcontractcreation' adds is_contract + deployer for unknown contracts. Returns label, category, and the source of the match. |
115
- | `wallet-pnl` | (0.05 USDC/call) Wallet token P&L / FIFO cost basis / realized + unrealized profit / EVM portfolio analytics. For any (wallet, ERC-20, chain) triple, pulls all transfers from Etherscan v2, prices each one at the historical USD spot via CoinGecko, runs FIFO accounting and reports cost basis, realized gain, unrealized gain, current balance, and tx count. Capped at the most recent 500 transfers. |
100
+ | `token-balance` | (0.005 USDC/call) Reads a token balance for any wallet, on the same public-RPC backend as erc20-balance and exposed for agents searching for token-balance wording. Returns raw balance, hex balance, decimals, and formatted balance. Use it as a token balance API, ERC-20 balanceOf reader, or on-chain token holdings lookup. |
101
+ | `token-burn-stats` | (0.005 USDC/call) Reports token burn stats for any ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. Walks all transfers TO the canonical burn addresses (0x0...0 and 0x...dEaD) via Etherscan v2 and reports total burned (raw + human), most-recent burn tx + timestamp, count of burn transfers, and burn percentage of total supply. Use it as a total-burned lookup, latest burn tx feed, burn-as-% supply, or supply-burn auditor. |
102
+ | `token-honeypot` | (0.05 USDC/call) Detects whether an ERC-20 token is a honeypot by simulating a buy + sell via honeypot.is. Returns honeypot status, realized buy/sell/transfer tax percentages, max buy/sell amounts (atomic units), proxy/owner contract flags, and a normalized risk level (low/medium/high/critical) with human-readable reasons. Free public API, no auth. Use it as an EVM can-i-sell check, rug-pull scanner, sell-tax and buy-tax simulator, or scam token detector for Base, Ethereum, and BSC honeypots. |
103
+ | `token-honeypot-api` | (0.05 USDC/call) Checks whether a token is a honeypot, testing sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings. Same honeypot.is-backed handler as token-honeypot. Use it as a token honeypot API, honeypot checker, or buy-sell simulation endpoint. |
104
+ | `token-honeypot-check` | (0.05 USDC/call) Checks whether an ERC-20 token is a honeypot by simulating buy and sell behavior through honeypot.is. Returns honeypot status, taxes, max sell amounts, contract flags, and risk level. Use it as a token honeypot check, can-I-sell API, or rug-pull detector. |
105
+ | `token-risk` | (0.10 USDC/call) Composite token risk score: 0-100 built from honeypot.is, GoPlus Security, and Etherscan contract age. Subscores: honeypot, taxes, holder concentration, liquidity, contract age, ownership. Verdict: safe / caution / high_risk. Use it as a token security audit, rug-pull score, or token safety check. |
106
+ | `token-risk-score` | (0.10 USDC/call) Composite 0-100 security score for any EVM token, built from three independent signals pulled in parallel. Sources: honeypot.is (sell simulation + buy/sell tax), GoPlus Security (holder concentration, LP holders + lock, ownership flags, mintable/proxy/hidden-owner detection), and Etherscan v2 contract creation block (for age). Rolls them into a 0-100 score (higher = safer) with subscores (honeypot, taxes, holder_concentration, liquidity, contract_age, ownership) and a verdict (safe / caution / high_risk). Each backend failure degrades just that subscore and adds a warning; the rest still computes. Use it as a token risk score, EVM token security audit, rug-pull score, or token safety check for Base, Ethereum, and BSC token vetting. |
107
+ | `token-security` | (0.10 USDC/call) Checks token security by scoring an EVM token with honeypot simulation, GoPlus holder and ownership signals, and Etherscan contract age. Returns a 0-100 safety score with warnings. Use it as a token risk API or rug-pull detector. |
108
+ | `token-volatility` | (0.005 USDC/call) Computes historical volatility for any CoinGecko-listed token: log-return standard deviation over the last N days (default 30), annualized by sqrt(365). Returns daily and annualized volatility as percent, count of return observations, and first and last close prices. Backed by CoinGecko's free public market_chart endpoint. Use it as an annualized vol calculator, standard-deviation-of-returns tool, or crypto vol calculator. |
109
+ | `trending` | (0.005 USDC/call) Trending Solana tokens ranked by liquidity, volume, txns, boost activity, and price movement. Same backend as solana-trending-tokens, exposed under the high-demand buyer slug. Use it as a boosted token feed or active meme coin discovery tool. |
110
+ | `tx-receipt-decode` | (0.02 USDC/call) Decodes an EVM transaction receipt and every event log from a tx hash. Fetches the receipt + transaction via Etherscan v2 and decodes each log: ERC-20 / ERC-721 Transfer + Approval + ApprovalForAll are decoded canonically (from/to/value/tokenId etc.); other logs use the contract's verified ABI when available; remaining unknown topics are looked up against 4byte.directory's event-signature index. Returns status (success/failed), block number, gas used + gas price (gwei), from/to/value, and a structured array of decoded logs with named params and contract names where verified. Use it as a log decoder, event log reader, receipt parser, Etherscan tx debug, Basescan tx explainer, or tenderly-style trace lite. |
111
+ | `tx-simulate-swap` | (0.02 USDC/call) Simulates a DEX swap before you trade: given (from_token, to_token, amount_in, chain), pulls a routed quote from a free DEX meta-aggregator and returns expected output, min-out at user-supplied slippage (default 1%), gas estimate, router address, and a would_succeed verdict. Quote-only depth; full Tenderly-style state simulation requires a paid API and is documented in the response's simulation_caveat. Use it as a pre-trade quote, DEX swap simulator, 1inch + LlamaSwap quote, or would-it-succeed check. |
112
+ | `wallet-current-balance` | (0.005 USDC/call) Checks a wallet's current ERC-20 token balance, on the same read-only public-RPC backend as erc20-balance. Listed under wallet wording for agents reconciling payment wallets, treasuries, and token holdings. Use it as a wallet current balance API or treasury balance check. |
113
+ | `wallet-details` | (0.005 USDC/call) Returns details for an EVM address on Base, Ethereum, Polygon, Arbitrum, or Optimism: best-effort label/category, EOA-vs-contract status, contract deployer, and creation transaction. Uses an in-handler known-address dictionary plus Etherscan v2 contract-creation lookup. Read-only; no balances, custody, transfers, or investment advice. Use it as a wallet details API, address details endpoint, wallet label, or EVM address lookup. |
114
+ | `wallet-label` | (0.005 USDC/call) Identifies well-known EVM addresses: CEX hot/cold wallets, DEX routers, NFT marketplaces, popular MEV bots, bridges, and stablecoins. Best-effort labelling against an in-handler dictionary; Etherscan v2 'getcontractcreation' adds is_contract + deployer for unknown contracts. Returns label, category, and the source of the match. Use it as a wallet label, address tagger, known-address lookup, EOA-vs-contract check, or deployer tracer. |
115
+ | `wallet-pnl` | (0.05 USDC/call) Computes wallet token P&L with FIFO cost basis for any (wallet, ERC-20, chain) triple. Pulls all transfers from Etherscan v2, prices each one at the historical USD spot via CoinGecko, runs FIFO accounting, and reports cost basis, realized gain, unrealized gain, current balance, and tx count. Capped at the most recent 500 transfers. Use it as a realized + unrealized profit calculator or EVM portfolio analytics tool. |
116
116
  | `watchlist` | (0.005 USDC/call) Solana token watchlist / active token safety watchlist. Same DEX Screener market-data backend as solana-token-watchlist, exposed under the high-demand buyer slug. Returns price, liquidity, 24h volume, txns, price change, pair age, links, activity score, and risk flags. |
117
117
 
118
118
  ## How it works
@@ -134,4 +134,4 @@ The agent never sees the payment flow — it just gets the result.
134
134
 
135
135
  ---
136
136
 
137
- **Version:** 0.15.0 · **License:** MIT
137
+ **Version:** 0.15.3 · **License:** MIT
@@ -1,11 +1,11 @@
1
1
  /** Auto-generated by scripts/generate-mcp-clusters.mjs. Do not edit by hand. */
2
2
  export const CLUSTER_SLUG = "edge-market";
3
- export const VERSION = "0.15.0";
3
+ export const VERSION = "0.15.3";
4
4
  export const TOOLS = [
5
5
  {
6
6
  "name": "agent-card-resolve",
7
7
  "http_name": "agent-card-resolve",
8
- "description": "(0.005 USDC/call) Agent card resolver / ERC-8004 Identity Registry lookup / Trustless Agents / agentId → owner + agentURI / A2A identity / agent.json fetch / on-chain agent metadata. Pass an ERC-8004 agentId (uint256 on Base) — returns the on-chain owner address, the agentURI from the Identity Registry, and the resolved agent card JSON (set fetch_card=false to skip the HTTP follow-up). Reads from Base mainnet Identity Registry 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 via a static eth_call (no gas, no wallet). Useful for agents discovering peers in the A2A ecosystem.",
8
+ "description": "(0.005 USDC/call) Resolves an ERC-8004 agentId to its on-chain owner, agentURI, and agent card JSON. Pass an agentId (uint256 on Base) — returns the owner address, the agentURI from the Identity Registry, and the resolved agent card JSON (set fetch_card=false to skip the HTTP follow-up). Reads from Base mainnet Identity Registry 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 via a static eth_call (no gas, no wallet); useful for agents discovering peers in the A2A ecosystem. Use it as an agent card resolver, ERC-8004 Identity Registry lookup, Trustless Agents query, A2A identity check, agent.json fetch, or on-chain agent metadata reader.",
9
9
  "method": "POST",
10
10
  "input_schema": {
11
11
  "type": "object",
@@ -30,7 +30,7 @@ export const TOOLS = [
30
30
  {
31
31
  "name": "arbitrage-spread",
32
32
  "http_name": "arbitrage-spread",
33
- "description": "(0.005 USDC/call) Cross-exchange arbitrage spread / max-min price / CEX price dispersion / spread % calculator. For any CoinGecko-listed coin, pulls every tracked exchange ticker, computes the lowest and highest USD-converted prices, the spread %, and identifies which exchanges sit at each extreme plus the highest-volume venue. Filters out stale or anomalous tickers.",
33
+ "description": "(0.005 USDC/call) Finds the cross-exchange arbitrage spread for any CoinGecko-listed coin. Pulls every tracked exchange ticker, computes the lowest and highest USD-converted prices and the spread %, and identifies which exchanges sit at each extreme plus the highest-volume venue. Filters out stale or anomalous tickers. Use it as a max-min price lookup, CEX price dispersion feed, or spread % calculator.",
34
34
  "method": "POST",
35
35
  "input_schema": {
36
36
  "type": "object",
@@ -52,7 +52,7 @@ export const TOOLS = [
52
52
  {
53
53
  "name": "basename-resolve",
54
54
  "http_name": "basename-resolve",
55
- "description": "(0.005 USDC/call) Basename resolver / Coinbase Basenames / .base.eth lookup / Base name service / on-chain name resolution. Forward: pass a basename like 'alice.base.eth' (bare names are auto-suffixed with .base.eth) returns the registered Ethereum address. Reverse: pass a 0x address → returns the primary basename, if any. Also returns avatar / url / com.twitter / com.github / email / com.discord text records on forward lookups (override with `text_records`). Reads the Base mainnet L2 Resolver on-chain (no gas, no wallet). Useful for agent-payment flows that need to translate human names to Base addresses.",
55
+ "description": "(0.005 USDC/call) Resolves Coinbase Basenames (.base.eth) to Ethereum addresses and back, reading the Base mainnet L2 Resolver on-chain (no gas, no wallet). Forward: pass a basename like 'alice.base.eth' (bare names are auto-suffixed with .base.eth) to get the registered address plus avatar / url / com.twitter / com.github / email / com.discord text records (override with `text_records`). Reverse: pass a 0x address to get the primary basename, if any. Useful for agent-payment flows that need to translate human names to Base addresses. Use it as a basename resolver, .base.eth lookup, Base name service, or on-chain name resolution.",
56
56
  "method": "POST",
57
57
  "input_schema": {
58
58
  "type": "object",
@@ -77,7 +77,7 @@ export const TOOLS = [
77
77
  {
78
78
  "name": "bridge-rates",
79
79
  "http_name": "bridge-rates",
80
- "description": "(0.03 USDC/call) Cross-chain bridge rate aggregator / bridge quote API / cheapest L1↔L2 route / Ethereum to Base + Arbitrum + Optimism + Polygon bridge / USDC + ETH bridging quotes / LiFi-powered route comparison / Across + Stargate + Hop + deBridge + Synapse + Circle CCTP aggregation / pre-bridge cost + slippage + ETA estimator. Wraps LiFi's public quote API: pass source chain, dest chain, source token, dest token, and amount, get back ranked routes with bridge tool, est_amount_out, gas + fee in USD, est_duration_seconds, and per-step transaction objects ready to sign. Commercial-OK with LiFi attribution.",
80
+ "description": "(0.03 USDC/call) Compares cross-chain bridge quotes to find the cheapest route between chains, powered by LiFi. Aggregates Across, Stargate, Hop, deBridge, Synapse, and Circle CCTP via LiFi's public quote API: pass source chain, dest chain, source token, dest token, and amount, and get ranked routes with bridge tool, est_amount_out, gas + fee in USD, est_duration_seconds, and per-step transaction objects ready to sign. Covers Ethereum to Base, Arbitrum, Optimism, and Polygon with USDC and ETH quotes, plus pre-bridge cost, slippage, and ETA estimates. Commercial-OK with LiFi attribution. Use it as a bridge rate aggregator, bridge quote API, or cheapest L1-to-L2 route finder.",
81
81
  "method": "POST",
82
82
  "input_schema": {
83
83
  "type": "object",
@@ -131,7 +131,7 @@ export const TOOLS = [
131
131
  {
132
132
  "name": "cid-fetch",
133
133
  "http_name": "cid-fetch",
134
- "description": "(0.005 USDC/call) CID fetch API / IPFS content reader / decentralized file fetcher. Resolves an IPFS CID and optional path through public gateways, returning text, JSON, or base64 with a 5 MB cap.",
134
+ "description": "(0.005 USDC/call) Fetches the content behind an IPFS CID and optional path through public gateways, returning text, JSON, or base64 with a 5 MB cap. Use it as a CID fetch API, IPFS content reader, or decentralized file fetcher.",
135
135
  "method": "POST",
136
136
  "input_schema": {
137
137
  "type": "object",
@@ -166,7 +166,7 @@ export const TOOLS = [
166
166
  {
167
167
  "name": "contract-source",
168
168
  "http_name": "contract-source",
169
- "description": "(0.01 USDC/call) Verified contract source code / Etherscan source / contract ABI fetcher / Solidity source lookup. For any deployed contract on Ethereum, Base, Optimism, Arbitrum, or Polygon: returns is_verified, contract name, compiler version, parsed ABI, full source, license, optimizer settings, constructor args, and proxy implementation address.",
169
+ "description": "(0.01 USDC/call) Returns verified source code and ABI for any deployed contract on Ethereum, Base, Optimism, Arbitrum, or Polygon. Includes is_verified, contract name, compiler version, parsed ABI, full source, license, optimizer settings, constructor args, and proxy implementation address. Use it as an Etherscan source lookup, contract ABI fetcher, or Solidity source lookup.",
170
170
  "method": "POST",
171
171
  "input_schema": {
172
172
  "type": "object",
@@ -195,7 +195,7 @@ export const TOOLS = [
195
195
  {
196
196
  "name": "contract-source-verified",
197
197
  "http_name": "contract-source-verified",
198
- "description": "(0.01 USDC/call) Verified contract source code / Etherscan source / Basescan ABI / Solidity source lookup / contract verification check / ABI fetcher / Etherscan-getsourcecode wrapper. For a deployed contract on Ethereum, Optimism, Polygon, Base, or Arbitrum, returns whether the source is verified, the contract name, compiler version, parsed ABI (as a JSON array, not a string), full Solidity source code (multi-file sources reassembled with '// File: ...' separators), license type, optimizer settings, constructor arguments, and for proxy contracts the implementation address. Wraps Etherscan v2's multichain getsourcecode endpoint.",
198
+ "description": "(0.01 USDC/call) Fetches verified contract source code and ABI for a deployed contract on Ethereum, Optimism, Polygon, Base, or Arbitrum. Returns whether the source is verified, the contract name, compiler version, parsed ABI (as a JSON array, not a string), full Solidity source code (multi-file sources reassembled with '// File: ...' separators), license type, optimizer settings, constructor arguments, and, for proxy contracts, the implementation address. Wraps Etherscan v2's multichain getsourcecode endpoint. Use it as an Etherscan source lookup, Basescan ABI fetcher, Solidity source lookup, contract verification check, or ABI fetcher.",
199
199
  "method": "POST",
200
200
  "input_schema": {
201
201
  "type": "object",
@@ -254,7 +254,7 @@ export const TOOLS = [
254
254
  {
255
255
  "name": "current-balance",
256
256
  "http_name": "current-balance",
257
- "description": "(0.002 USDC/call) Current balance API / wallet current balance / token balance lookup. Exact buyer-demand slug for agents that need a read-only ERC-20 balanceOf(wallet) call on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, or Avalanche. Uses public RPC only, co-fetches decimals, returns raw and decimal-formatted balance, and supports historical block reads. No custody, transfers, trading, or investment advice.",
257
+ "description": "(0.005 USDC/call) Reads a wallet's current ERC-20 token balance with a read-only balanceOf call on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, or Avalanche. Exact buyer-demand slug. Uses public RPC only, co-fetches decimals, returns raw and decimal-formatted balance, and supports historical block reads. No custody, transfers, trading, or investment advice. Use it as a current balance API or wallet token balance lookup.",
258
258
  "method": "POST",
259
259
  "input_schema": {
260
260
  "type": "object",
@@ -283,7 +283,7 @@ export const TOOLS = [
283
283
  {
284
284
  "name": "dao-proposal-monitor",
285
285
  "http_name": "dao-proposal-monitor",
286
- "description": "(0.03 USDC/call) DAO proposal monitor / Snapshot.org governance feed / DAO voting tracker / on-chain governance watch / Aave + Uniswap + ENS + Arbitrum proposal feed / DAO proposal TLDR. For any Snapshot space (e.g. 'aave.eth', 'uniswap', 'ens.eth'), returns recent proposals filtered by state (active / closed / pending / all) with title, body, choices, vote tallies (scores per choice), voter count, total voting power, start/end timestamps, and IPFS hash. Optional Venice-powered AI TLDR per proposal. Snapshot Hub public API no auth.",
286
+ "description": "(0.03 USDC/call) Monitors DAO governance proposals on Snapshot.org for any space. For a Snapshot space (e.g. 'aave.eth', 'uniswap', 'ens.eth'), returns recent proposals filtered by state (active / closed / pending / all) with title, body, choices, vote tallies (scores per choice), voter count, total voting power, start/end timestamps, and IPFS hash. Optional Venice-powered AI TLDR per proposal. Snapshot Hub public API, no auth. Use it as a DAO proposal monitor, DAO voting tracker, on-chain governance watch, or an Aave + Uniswap + ENS + Arbitrum proposal feed.",
287
287
  "method": "POST",
288
288
  "input_schema": {
289
289
  "type": "object",
@@ -341,7 +341,7 @@ export const TOOLS = [
341
341
  {
342
342
  "name": "defi-llama-api",
343
343
  "http_name": "defi-llama-api",
344
- "description": "(0.02 USDC/call) DeFiLlama API / DeFi protocol TVL lookup / protocol fundamentals. Same DefiLlama-backed handler as defi-llama, listed for agents searching exact DefiLlama wording to resolve protocol TVL, category, chains, token symbol, and protocol metadata.",
344
+ "description": "(0.02 USDC/call) Looks up DeFi protocol fundamentals from DefiLlama, resolving protocol TVL, category, chains, token symbol, and protocol metadata. Same DefiLlama-backed handler as defi-llama, listed for agents searching exact DefiLlama wording. Use it as a DeFiLlama API or DeFi protocol TVL lookup.",
345
345
  "method": "POST",
346
346
  "input_schema": {
347
347
  "type": "object",
@@ -363,7 +363,7 @@ export const TOOLS = [
363
363
  {
364
364
  "name": "defi-llama-protocol",
365
365
  "http_name": "defi-llama-protocol",
366
- "description": "(0.02 USDC/call) DefiLlama protocol lookup / defi llama / DeFi TVL fetcher / total value locked / chain-breakdown of TVL / Aave + Lido + Uniswap + MakerDAO TVL / protocol metadata + audits / parent-protocol resolver / DeFi category classifier. Resolves a DefiLlama slug and returns canonical name, ticker symbol, category, primary chain, parent-protocol link, project URL, Twitter handle, audit count + audit links, description, logo URL, current USD TVL, per-chain TVL breakdown map, and a 24h / 7d / 30d change summary. Optional historical TVL series. Free public API; response includes attribution.",
366
+ "description": "(0.02 USDC/call) Looks up any DeFi protocol's TVL and metadata from DefiLlama. Resolves a DefiLlama slug and returns canonical name, ticker symbol, category, primary chain, parent-protocol link, project URL, Twitter handle, audit count + audit links, description, logo URL, current USD TVL, per-chain TVL breakdown map, and a 24h / 7d / 30d change summary, with an optional historical TVL series. Free public API; response includes attribution. Use it as a DeFi TVL fetcher, total value locked lookup, chain-breakdown of TVL, Aave + Lido + Uniswap + MakerDAO TVL source, protocol metadata + audits reader, parent-protocol resolver, or DeFi category classifier.",
367
367
  "method": "POST",
368
368
  "input_schema": {
369
369
  "type": "object",
@@ -407,7 +407,7 @@ export const TOOLS = [
407
407
  {
408
408
  "name": "defi-yield-pools",
409
409
  "http_name": "defi-yield-pools",
410
- "description": "(0.005 USDC/call) DeFi yield pools / APY aggregator / yield-farming opportunities / DeFiLlama yields / cross-protocol APY ranking / stablecoin yields / LP pool returns. Filter and rank thousands of DeFi yield-bearing pools across every chain DeFiLlama tracks. Filters: chain, project, asset symbol, stablecoin-only, single-vs-LP exposure, TVL minimum, APY range, impermanent-loss risk. Returns pool ID, chain, project, symbol, current APY (base + reward), 30-day mean APY, day/week/month APY change, TVL, exposure, IL risk, and predicted-class. Differentiates from defi-llama-protocol (single-protocol TVL) this is the yield-discovery surface.",
410
+ "description": "(0.005 USDC/call) Filters and ranks thousands of DeFi yield-bearing pools by APY across every chain DeFiLlama tracks. Filters: chain, project, asset symbol, stablecoin-only, single-vs-LP exposure, TVL minimum, APY range, impermanent-loss risk. Returns pool ID, chain, project, symbol, current APY (base + reward), 30-day mean APY, day/week/month APY change, TVL, exposure, IL risk, and predicted-class. Differentiates from defi-llama-protocol (single-protocol TVL): this is the yield-discovery surface. Use it as an APY aggregator, yield-farming opportunity finder, DeFiLlama yields feed, cross-protocol APY ranking, or source for stablecoin yields and LP pool returns.",
411
411
  "method": "POST",
412
412
  "input_schema": {
413
413
  "type": "object",
@@ -494,7 +494,7 @@ export const TOOLS = [
494
494
  {
495
495
  "name": "dex-liquidity-depth",
496
496
  "http_name": "dex-liquidity-depth",
497
- "description": "(0.01 USDC/call) DEX liquidity depth / pool TVL aggregator / total liquidity per token / on-chain liquidity audit. Sums TVL across every DefiLlama-tracked yield pool that holds a given ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. Returns per-pool TVL + APY plus total liquidity in USD and the deepest pool. Free public DefiLlama backend, no auth.",
497
+ "description": "(0.01 USDC/call) Measures DEX liquidity depth by summing TVL across every DefiLlama-tracked yield pool holding a given ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. Returns per-pool TVL + APY plus total liquidity in USD and the deepest pool. Free public DefiLlama backend, no auth. Use it as a pool TVL aggregator, total-liquidity-per-token lookup, or on-chain liquidity audit.",
498
498
  "method": "POST",
499
499
  "input_schema": {
500
500
  "type": "object",
@@ -523,7 +523,7 @@ export const TOOLS = [
523
523
  {
524
524
  "name": "ens-resolve",
525
525
  "http_name": "ens-resolve",
526
- "description": "(0.03 USDC/call) ENS / ENS resolver / ENS lookup / Ethereum Name Service lookup. Forward resolution (vitalik.eth to address) and reverse resolution (address to primary ENS), with optional text records such as avatar, twitter, github, url, and email.",
526
+ "description": "(0.03 USDC/call) Resolves ENS names in both directions: forward (vitalik.eth to address) and reverse (address to primary ENS). Optional text records include avatar, twitter, github, url, and email. Use it as an ENS resolver, ENS lookup, or Ethereum Name Service lookup.",
527
527
  "method": "POST",
528
528
  "input_schema": {
529
529
  "type": "object",
@@ -543,7 +543,7 @@ export const TOOLS = [
543
543
  {
544
544
  "name": "erc20-balance",
545
545
  "http_name": "erc20-balance",
546
- "description": "(0.002 USDC/call) ERC-20 balance reader / balanceOf / on-chain token balance / wallet balance lookup / multi-chain ERC20 balance / read Base / read Ethereum / read Arbitrum / read Optimism / read Polygon. Reads the token balance on-chain across any supported EVM chain. Co-fetches decimals to return both raw bigint and decimal-formatted balance. Supports historical block parameter. Useful for agent wallet introspection, payment reconciliation, treasury monitoring.",
546
+ "description": "(0.005 USDC/call) Reads an ERC-20 token balance on-chain across any supported EVM chain, including Base, Ethereum, Arbitrum, Optimism, and Polygon. Co-fetches decimals to return both raw bigint and decimal-formatted balance. Supports historical block parameter. Useful for agent wallet introspection, payment reconciliation, treasury monitoring. Use it as a balanceOf reader, wallet balance lookup, or multi-chain ERC20 balance API.",
547
547
  "method": "POST",
548
548
  "input_schema": {
549
549
  "type": "object",
@@ -572,7 +572,7 @@ export const TOOLS = [
572
572
  {
573
573
  "name": "erc20-metadata",
574
574
  "http_name": "erc20-metadata",
575
- "description": "(0.002 USDC/call) ERC-20 metadata reader / token info / token symbol lookup / token decimals / total supply / multi-chain ERC20 reader / Base / Ethereum / Arbitrum / Optimism / Polygon / BSC / Avalanche. Reads name(), symbol(), decimals(), totalSupply() in parallel via public RPC. Robust to non-standard tokens that return bytes32 instead of string (MakerDAO MKR pattern is decoded). Returns formatted total supply when decimals are present, plus a chain-appropriate block explorer URL.",
575
+ "description": "(0.005 USDC/call) Reads ERC-20 token metadata: name(), symbol(), decimals(), and totalSupply() in parallel via public RPC on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, and Avalanche. Robust to non-standard tokens that return bytes32 instead of string (MakerDAO MKR pattern is decoded). Returns formatted total supply when decimals are present, plus a chain-appropriate block explorer URL. Use it for token info, token symbol lookup, token decimals, total supply, or as a multi-chain ERC20 reader.",
576
576
  "method": "POST",
577
577
  "input_schema": {
578
578
  "type": "object",
@@ -596,7 +596,7 @@ export const TOOLS = [
596
596
  {
597
597
  "name": "eth-logs",
598
598
  "http_name": "eth-logs",
599
- "description": "(0.01 USDC/call) eth_getLogs / on-chain event logs / EVM event reader / Transfer event scan / ERC20 Transfer logs / NFT mint logs / DEX swap events / multi-chain log scanner / log indexer / smart contract event reader. Generic eth_getLogs across Base / Ethereum / Arbitrum / Optimism / Polygon / BSC via public no-auth RPC. Supports address + up to 4 topics (with OR arrays), from/to block range, and a 'last_n_blocks' convenience param. Hard-capped at 5,000 logs and 10,000-block range per call.",
599
+ "description": "(0.01 USDC/call) Reads on-chain event logs with generic eth_getLogs queries across Base, Ethereum, Arbitrum, Optimism, Polygon, and BSC via public no-auth RPC. Supports address + up to 4 topics (with OR arrays), from/to block range, and a 'last_n_blocks' convenience param. Hard-capped at 5,000 logs and 10,000-block range per call. Use it as an EVM event reader, ERC20 Transfer log scanner, NFT mint log reader, DEX swap event feed, multi-chain log scanner, log indexer, or smart contract event reader.",
600
600
  "method": "POST",
601
601
  "input_schema": {
602
602
  "type": "object",
@@ -627,7 +627,7 @@ export const TOOLS = [
627
627
  {
628
628
  "name": "flagged-tokens",
629
629
  "http_name": "flagged-tokens",
630
- "description": "(0.005 USDC/call) Flagged Solana tokens / risky token feed / DEX market-data risk screen. Same backend as solana-flagged-tokens, exposed under the high-demand buyer slug. Flags thin liquidity, extreme moves, sell pressure, very new pairs, and missing profile context.",
630
+ "description": "(0.005 USDC/call) Feed of flagged risky Solana tokens: thin liquidity, extreme moves, sell pressure, very new pairs, and missing profile context. Same backend as solana-flagged-tokens, exposed under the high-demand buyer slug. Use it as a risky token feed or DEX market-data risk screen.",
631
631
  "method": "POST",
632
632
  "input_schema": {
633
633
  "type": "object",
@@ -650,7 +650,7 @@ export const TOOLS = [
650
650
  {
651
651
  "name": "funding-rates",
652
652
  "http_name": "funding-rates",
653
- "description": "(0.002 USDC/call) Perp funding rates / Binance USD-M futures funding / next-funding-time / 24h history / perp basis. Current funding %, mark + index price, next funding timestamp, and last 24 funding intervals (default 24 × 1h-since-event) for any Binance USD-M futures symbol (BTCUSDT, ETHUSDT, SOLUSDT…). Free public Binance API no auth.",
653
+ "description": "(0.005 USDC/call) Returns perp funding rates for any Binance USD-M futures symbol (BTCUSDT, ETHUSDT, SOLUSDT...): current funding %, mark + index price, next funding timestamp, and the last 24 funding intervals (default 24 x 1h-since-event). Free public Binance API, no auth. Use it as a next-funding-time lookup, 24h funding history, or perp basis feed.",
654
654
  "method": "POST",
655
655
  "input_schema": {
656
656
  "type": "object",
@@ -672,7 +672,7 @@ export const TOOLS = [
672
672
  {
673
673
  "name": "gas-api",
674
674
  "http_name": "gas-api",
675
- "description": "(0.02 USDC/call) Gas API / blockchain gas fee estimator / EIP-1559 fee tiers. Returns base fee, safe-low, standard, and fast priority/max fees, plus USD tx-cost estimates for Base, Ethereum, Optimism, and Arbitrum.",
675
+ "description": "(0.02 USDC/call) Estimates blockchain gas fees with EIP-1559 tiers for Base, Ethereum, Optimism, and Arbitrum. Returns base fee, safe-low, standard, and fast priority/max fees, plus USD tx-cost estimates. Use it as a gas API or blockchain gas fee estimator.",
676
676
  "method": "POST",
677
677
  "input_schema": {
678
678
  "type": "object",
@@ -694,7 +694,7 @@ export const TOOLS = [
694
694
  {
695
695
  "name": "gas-fees",
696
696
  "http_name": "gas-fees",
697
- "description": "(0.02 USDC/call) Gas fees API / EIP-1559 transaction fee estimator / Base Ethereum Optimism Arbitrum gas tracker. Returns base fee, priority-fee tiers, maxFeePerGas, and USD cost estimates for common transactions.",
697
+ "description": "(0.02 USDC/call) Estimates EIP-1559 transaction fees on Base, Ethereum, Optimism, and Arbitrum. Returns base fee, priority-fee tiers, maxFeePerGas, and USD cost estimates for common transactions. Use it as a gas fees API or multi-chain gas tracker.",
698
698
  "method": "POST",
699
699
  "input_schema": {
700
700
  "type": "object",
@@ -716,7 +716,7 @@ export const TOOLS = [
716
716
  {
717
717
  "name": "gas-now-base",
718
718
  "http_name": "gas-now-base",
719
- "description": "(0.02 USDC/call) Gas oracle / gas price API / EIP-1559 fee estimator / Base + Ethereum + Optimism + Arbitrum + Polygon gas tracker / etherscan-gas alternative / pre-tx cost estimator / USD gas-cost calculator / safe-low + standard + fast tier feed. Reads the chain's latest block, derives the EIP-1559 base fee, suggests priority fees for safe-low / standard / fast tiers, computes the total recommended maxFeePerGas, and converts cost to USD for common tx types (transfer, ERC-20 transfer, Uniswap swap, NFT mint).",
719
+ "description": "(0.02 USDC/call) Real-time gas price oracle for Base, Ethereum, Optimism, Arbitrum, and Polygon. Reads the chain's latest block, derives the EIP-1559 base fee, suggests safe-low / standard / fast priority-fee tiers with a total recommended maxFeePerGas, and converts the cost to USD for common transactions (transfer, ERC-20 transfer, Uniswap swap, NFT mint). Use it as a gas price API, EIP-1559 fee estimator, etherscan-gas alternative, or pre-transaction cost calculator.",
720
720
  "method": "POST",
721
721
  "input_schema": {
722
722
  "type": "object",
@@ -738,7 +738,7 @@ export const TOOLS = [
738
738
  {
739
739
  "name": "gas-price",
740
740
  "http_name": "gas-price",
741
- "description": "(0.02 USDC/call) Gas price API / EIP-1559 fee estimator / Base + Ethereum + Optimism + Arbitrum gas tracker / pre-tx cost estimator. Reads the chain's latest block, derives base fee, suggests priority fees for safe-low/standard/fast tiers, computes total maxFeePerGas, and converts cost to USD for common tx types.",
741
+ "description": "(0.02 USDC/call) Estimates current gas prices and EIP-1559 fees on Base, Ethereum, Optimism, and Arbitrum. Reads the chain's latest block, derives base fee, suggests priority fees for safe-low/standard/fast tiers, computes total maxFeePerGas, and converts cost to USD for common tx types. Use it as a gas price API, EIP-1559 fee estimator, multi-chain gas tracker, or pre-tx cost estimator.",
742
742
  "method": "POST",
743
743
  "input_schema": {
744
744
  "type": "object",
@@ -760,7 +760,7 @@ export const TOOLS = [
760
760
  {
761
761
  "name": "gas-price-api",
762
762
  "http_name": "gas-price-api",
763
- "description": "(0.02 USDC/call) Gas price API / EIP-1559 gas fee endpoint / blockchain transaction fee estimator. Same gas-price handler, discoverable for agents estimating base fee, priority fee tiers, maxFeePerGas, and USD transaction costs for Base, Ethereum, Optimism, and Arbitrum.",
763
+ "description": "(0.02 USDC/call) Estimates blockchain gas prices: base fee, priority fee tiers, maxFeePerGas, and USD transaction costs for Base, Ethereum, Optimism, and Arbitrum. Same gas-price handler. Use it as a gas price API, EIP-1559 gas fee endpoint, or blockchain transaction fee estimator.",
764
764
  "method": "POST",
765
765
  "input_schema": {
766
766
  "type": "object",
@@ -809,7 +809,7 @@ export const TOOLS = [
809
809
  {
810
810
  "name": "hyperliquid-market",
811
811
  "http_name": "hyperliquid-market",
812
- "description": "(0.001 USDC/call) Hyperliquid market API / Hyperliquid market data / perps mark price / crypto futures market lookup. Low-cost exact-demand endpoint for active Hyperliquid markets. Returns mark price, size decimals, max leverage, margin table id, and active market list from Hyperliquid's public info API. Read-only; no wallet data, trading, private API keys, or order routing.",
812
+ "description": "(0.003 USDC/call) Looks up active Hyperliquid markets with mark price, size decimals, max leverage, and margin table id from Hyperliquid's public info API. Low-cost exact-demand endpoint. Read-only; no wallet data, trading, private API keys, or order routing. Use it as a Hyperliquid market data API, perps mark price lookup, or crypto futures market lookup.",
813
813
  "method": "POST",
814
814
  "input_schema": {
815
815
  "type": "object",
@@ -835,7 +835,7 @@ export const TOOLS = [
835
835
  {
836
836
  "name": "hyperliquid-perps",
837
837
  "http_name": "hyperliquid-perps",
838
- "description": "(0.005 USDC/call) Hyperliquid perps market data / perpetual futures market lookup / crypto derivatives feed. Read-only public Hyperliquid info API wrapper returning active markets, mark prices, size decimals, max leverage, and margin table ids. No trading, private wallet data, or order routing.",
838
+ "description": "(0.005 USDC/call) Returns Hyperliquid perps market data: active markets, mark prices, size decimals, max leverage, and margin table ids. Read-only access to the public Hyperliquid info API; no trading, private wallet data, or order routing. Use it as a perpetual futures market lookup or crypto derivatives feed.",
839
839
  "method": "POST",
840
840
  "input_schema": {
841
841
  "type": "object",
@@ -861,7 +861,7 @@ export const TOOLS = [
861
861
  {
862
862
  "name": "ipfs",
863
863
  "http_name": "ipfs",
864
- "description": "(0.005 USDC/call) IPFS API / IPFS fetch / IPFS content retrieval / CID resolver / NFT metadata fetcher. Resolves a CID and optional path through public IPFS gateways and returns content as base64, text, or parsed JSON with a 5 MB hard cap.",
864
+ "description": "(0.005 USDC/call) Retrieves IPFS content by CID and optional path through public gateways, returning base64, text, or parsed JSON with a 5 MB hard cap. Use it as an IPFS fetch API, CID resolver, or NFT metadata fetcher.",
865
865
  "method": "POST",
866
866
  "input_schema": {
867
867
  "type": "object",
@@ -896,7 +896,7 @@ export const TOOLS = [
896
896
  {
897
897
  "name": "ipfs-api",
898
898
  "http_name": "ipfs-api",
899
- "description": "(0.005 USDC/call) IPFS API / CID fetch API / IPFS gateway API / Web3 storage fetch. Resolves an IPFS CID and optional path through public gateways, returning text, parsed JSON, or base64 with content type, size, and gateway provenance. 5 MB cap.",
899
+ "description": "(0.005 USDC/call) Resolves an IPFS CID and optional path through public gateways, returning text, parsed JSON, or base64 with content type, size, and gateway provenance. 5 MB cap. Use it as a CID fetch API, IPFS gateway API, or Web3 storage fetch.",
900
900
  "method": "POST",
901
901
  "input_schema": {
902
902
  "type": "object",
@@ -931,7 +931,7 @@ export const TOOLS = [
931
931
  {
932
932
  "name": "ipfs-fetch",
933
933
  "http_name": "ipfs-fetch",
934
- "description": "(0.005 USDC/call) IPFS fetch API / IPFS gateway API / CID resolver / Web3 storage retrieval / NFT metadata fetcher / Filecoin gateway / decentralized content reader. Resolves a CID (CIDv0 Qm... or CIDv1 bafy...) and optional sub-path through a fallback chain of public gateways (cloudflare-ipfs.com, ipfs.io, dweb.link) and returns content as base64, UTF-8 text, or parsed JSON. Hard cap 5 MB with HEAD pre-flight and streaming size guard so oversized files are rejected before full download.",
934
+ "description": "(0.005 USDC/call) Fetches IPFS content by CID through public gateways and returns it as base64, UTF-8 text, or parsed JSON. Resolves a CID (CIDv0 Qm... or CIDv1 bafy...) and optional sub-path through a fallback chain of public gateways (cloudflare-ipfs.com, ipfs.io, dweb.link). Hard cap 5 MB with HEAD pre-flight and streaming size guard so oversized files are rejected before full download. Use it as an IPFS gateway API, CID resolver, Web3 storage retrieval, NFT metadata fetcher, Filecoin gateway, or decentralized content reader.",
935
935
  "method": "POST",
936
936
  "input_schema": {
937
937
  "type": "object",
@@ -966,7 +966,7 @@ export const TOOLS = [
966
966
  {
967
967
  "name": "ipfs-gateway",
968
968
  "http_name": "ipfs-gateway",
969
- "description": "(0.005 USDC/call) IPFS gateway fetcher / IPFS gateway API / CID gateway resolver / decentralized file retrieval. Reads a CID through a fallback chain of public gateways and returns content type, size, gateway used, and body as base64, text, or JSON.",
969
+ "description": "(0.005 USDC/call) Reads a CID through a fallback chain of public IPFS gateways and returns content type, size, gateway used, and body as base64, text, or JSON. Use it as an IPFS gateway API, CID gateway resolver, or decentralized file retrieval tool.",
970
970
  "method": "POST",
971
971
  "input_schema": {
972
972
  "type": "object",
@@ -1001,7 +1001,7 @@ export const TOOLS = [
1001
1001
  {
1002
1002
  "name": "lp-lock-check",
1003
1003
  "http_name": "lp-lock-check",
1004
- "description": "(0.01 USDC/call) LP lock check / liquidity-lock auditor / Unicrypt + Team Finance + burn-address detection. For any LP token (Uniswap V2-shaped) on Ethereum or Base, reports the % of supply held by the canonical LP-locker contracts (Unicrypt v2, Team Finance) plus burn addresses (0x0, 0xdead). Returns a verdict of locked (≥95%), partial (1-95%), or none. Useful for detecting rug-pull risk before swapping into a new pair.",
1004
+ "description": "(0.01 USDC/call) Checks whether an LP token's liquidity is locked, useful for detecting rug-pull risk before swapping into a new pair. For any LP token (Uniswap V2-shaped) on Ethereum or Base, reports the % of supply held by the canonical LP-locker contracts (Unicrypt v2, Team Finance) plus burn addresses (0x0, 0xdead). Returns a verdict of locked (≥95%), partial (1-95%), or none. Use it as an LP lock check or liquidity-lock auditor with Unicrypt + Team Finance + burn-address detection.",
1005
1005
  "method": "POST",
1006
1006
  "input_schema": {
1007
1007
  "type": "object",
@@ -1030,7 +1030,7 @@ export const TOOLS = [
1030
1030
  {
1031
1031
  "name": "nft-floor",
1032
1032
  "http_name": "nft-floor",
1033
- "description": "(0.01 USDC/call) NFT floor price / NFT floor / collection floor price / NFT floor price / nft floor / NFT collection floor + recent sales via Reservoir. Ethereum / Base / Arbitrum / Optimism / Polygon. Floor, top bid, 24h/7d/30d volume + change, ranks, recent sales.",
1033
+ "description": "(0.01 USDC/call) Gets an NFT collection's floor price and recent sales via Reservoir. Covers Ethereum, Base, Arbitrum, Optimism, and Polygon; returns floor, top bid, 24h/7d/30d volume + change, ranks, and recent sales. Use it as an NFT floor price API or collection floor lookup.",
1034
1034
  "method": "POST",
1035
1035
  "input_schema": {
1036
1036
  "type": "object",
@@ -1064,7 +1064,7 @@ export const TOOLS = [
1064
1064
  {
1065
1065
  "name": "price-impact",
1066
1066
  "http_name": "price-impact",
1067
- "description": "(0.005 USDC/call) Price-impact / slippage estimator / DEX swap size impact / size-keyed quote / depth simulation. For a (from_token, to_token, chain), pulls aggregator quotes (LlamaSwap meta-aggregator, free public) at multiple USD sizes and reports per-size effective price + slippage versus the smallest size. Use to size a fill before submitting it on-chain.",
1067
+ "description": "(0.005 USDC/call) Estimates price impact and slippage for a DEX swap before you submit it on-chain. For a (from_token, to_token, chain), pulls aggregator quotes (LlamaSwap meta-aggregator, free public) at multiple USD sizes and reports per-size effective price + slippage versus the smallest size. Use it as a slippage estimator, swap-size impact check, size-keyed quote, or depth simulation to size a fill.",
1068
1068
  "method": "POST",
1069
1069
  "input_schema": {
1070
1070
  "type": "object",
@@ -1105,7 +1105,7 @@ export const TOOLS = [
1105
1105
  {
1106
1106
  "name": "protocol-tvl",
1107
1107
  "http_name": "protocol-tvl",
1108
- "description": "(0.02 USDC/call) Protocol TVL API / DeFi TVL lookup / total value locked by protocol. Same DefiLlama-backed handler as defi-llama-protocol, listed for agents resolving protocol slugs such as aave, lido, uniswap, makerdao, or curve-dex into current USD TVL, chain breakdown, metadata, audit links, and optional historical TVL series.",
1108
+ "description": "(0.02 USDC/call) Looks up a DeFi protocol's total value locked, resolving slugs such as aave, lido, uniswap, makerdao, or curve-dex into current USD TVL, chain breakdown, metadata, audit links, and optional historical TVL series. Same DefiLlama-backed handler as defi-llama-protocol. Use it as a protocol TVL API or DeFi TVL lookup.",
1109
1109
  "method": "POST",
1110
1110
  "input_schema": {
1111
1111
  "type": "object",
@@ -1127,7 +1127,7 @@ export const TOOLS = [
1127
1127
  {
1128
1128
  "name": "safe-multisig-status",
1129
1129
  "http_name": "safe-multisig-status",
1130
- "description": "(0.005 USDC/call) Safe multisig status / Gnosis Safe info / Safe owners / Safe threshold / Safe pending queue / DAO treasury wallet / Safe wallet lookup. Reads a Safe (Gnosis Safe) multisig's on-chain state owners[], threshold, nonce, version, master copy, fallback handler, guard via batched eth_call on Base / Ethereum / Arbitrum / Optimism / Polygon (no key, no gas). Also fetches pending (unexecuted) transactions from the Safe Transaction Service. DAO/treasury agents need this constantly to verify multisig config + watch the execution queue.",
1130
+ "description": "(0.005 USDC/call) Reads a Safe (Gnosis Safe) multisig's on-chain state: owners, threshold, and the pending transaction queue. Returns owners[], threshold, nonce, version, master copy, fallback handler, and guard via batched eth_call on Base / Ethereum / Arbitrum / Optimism / Polygon (no key, no gas), and fetches pending (unexecuted) transactions from the Safe Transaction Service. DAO/treasury agents need this constantly to verify multisig config and watch the execution queue. Use it for Safe multisig status, Safe info, DAO treasury wallet checks, or Safe wallet lookup.",
1131
1131
  "method": "POST",
1132
1132
  "input_schema": {
1133
1133
  "type": "object",
@@ -1183,7 +1183,7 @@ export const TOOLS = [
1183
1183
  {
1184
1184
  "name": "solana-flagged-tokens",
1185
1185
  "http_name": "solana-flagged-tokens",
1186
- "description": "(0.005 USDC/call) Solana flagged tokens / risky Solana token feed / meme coin risk screen / DEX Screener risk flags. Returns recently active Solana tokens flagged for thin liquidity, volume far above liquidity, extreme 24h price move, sell pressure, very new pair age, missing profile context, or missing pair data. Market-data screen only, no private holder graph.",
1186
+ "description": "(0.005 USDC/call) Feed of recently active Solana tokens flagged for risk from DEX Screener market data. Flags thin liquidity, volume far above liquidity, extreme 24h price move, sell pressure, very new pair age, missing profile context, or missing pair data. Market-data screen only, no private holder graph. Use it as a risky Solana token feed or meme coin risk screen.",
1187
1187
  "method": "POST",
1188
1188
  "input_schema": {
1189
1189
  "type": "object",
@@ -1206,7 +1206,7 @@ export const TOOLS = [
1206
1206
  {
1207
1207
  "name": "solana-token-safety",
1208
1208
  "http_name": "solana-token-safety",
1209
- "description": "(0.02 USDC/call) Solana token safety API / SPL token rug check / Solana memecoin scam detector / mint + freeze authority check / holder concentration + LP analysis. Reads GoPlus Solana token-security signals (mint/freeze/close authorities, transfer hooks, transfer fee, mutable balance/metadata, top-holder concentration, LP holders, trusted-token allowlist) and returns a 0-100 safety score, grade, flags, and recommendation. EVM tokens: use token-risk-score. Informational on-chain data, not financial advice.",
1209
+ "description": "(0.02 USDC/call) Scores the safety of a Solana SPL token from on-chain security signals, returning a 0-100 safety score, grade, flags, and recommendation. Reads GoPlus Solana token-security signals: mint/freeze/close authorities, transfer hooks, transfer fee, mutable balance/metadata, top-holder concentration, LP holders, and the trusted-token allowlist. EVM tokens: use token-risk-score. Informational on-chain data, not financial advice. Use it as an SPL token rug check, Solana memecoin scam detector, mint + freeze authority check, or holder concentration + LP analysis.",
1210
1210
  "method": "POST",
1211
1211
  "input_schema": {
1212
1212
  "type": "object",
@@ -1224,7 +1224,7 @@ export const TOOLS = [
1224
1224
  {
1225
1225
  "name": "solana-token-watchlist",
1226
1226
  "http_name": "solana-token-watchlist",
1227
- "description": "(0.005 USDC/call) Solana token watchlist / high-volume Solana tokens / DEX Screener market-data watchlist / boosted token tracker. Returns recently profiled and actively boosted Solana tokens with best pair, price, liquidity, 24h volume, buy/sell counts, price change, pair age, links, transparent activity score, and market-data risk flags.",
1227
+ "description": "(0.005 USDC/call) Watchlist of recently profiled and actively boosted Solana tokens with DEX Screener market data. Returns best pair, price, liquidity, 24h volume, buy/sell counts, price change, pair age, links, transparent activity score, and market-data risk flags. Use it as a high-volume Solana token feed or boosted token tracker.",
1228
1228
  "method": "POST",
1229
1229
  "input_schema": {
1230
1230
  "type": "object",
@@ -1247,7 +1247,7 @@ export const TOOLS = [
1247
1247
  {
1248
1248
  "name": "solana-trending-tokens",
1249
1249
  "http_name": "solana-trending-tokens",
1250
- "description": "(0.005 USDC/call) Solana trending tokens / DEX Screener boosted tokens / active Solana meme coin discovery. Ranks actively boosted Solana tokens by liquidity, volume, 24h txns, boost amount, and price movement. Returns pair links, token links, market data, risk flags, and caveats.",
1250
+ "description": "(0.005 USDC/call) Ranks trending, actively boosted Solana tokens by liquidity, volume, 24h txns, boost amount, and price movement. Returns pair links, token links, market data, risk flags, and caveats. Use it as a DEX Screener boosted-tokens feed or active Solana meme coin discovery tool.",
1251
1251
  "method": "POST",
1252
1252
  "input_schema": {
1253
1253
  "type": "object",
@@ -1304,7 +1304,7 @@ export const TOOLS = [
1304
1304
  {
1305
1305
  "name": "token-balance",
1306
1306
  "http_name": "token-balance",
1307
- "description": "(0.002 USDC/call) Token balance API / ERC-20 balanceOf reader / on-chain token holdings lookup. Same public-RPC backend as erc20-balance, exposed for agents searching for token-balance wording. Returns raw balance, hex balance, decimals, and formatted balance.",
1307
+ "description": "(0.005 USDC/call) Reads a token balance for any wallet, on the same public-RPC backend as erc20-balance and exposed for agents searching for token-balance wording. Returns raw balance, hex balance, decimals, and formatted balance. Use it as a token balance API, ERC-20 balanceOf reader, or on-chain token holdings lookup.",
1308
1308
  "method": "POST",
1309
1309
  "input_schema": {
1310
1310
  "type": "object",
@@ -1333,7 +1333,7 @@ export const TOOLS = [
1333
1333
  {
1334
1334
  "name": "token-burn-stats",
1335
1335
  "http_name": "token-burn-stats",
1336
- "description": "(0.005 USDC/call) Token burn stats / total burned / latest burn tx / burn-as-% supply / supply-burn auditor. Walks all transfers TO the canonical burn addresses (0x00 and 0xdEaD) for any ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism via Etherscan v2 and reports total burned (raw + human), most-recent burn tx + timestamp, count of burn transfers, and burn percentage of total supply.",
1336
+ "description": "(0.005 USDC/call) Reports token burn stats for any ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. Walks all transfers TO the canonical burn addresses (0x0...0 and 0x...dEaD) via Etherscan v2 and reports total burned (raw + human), most-recent burn tx + timestamp, count of burn transfers, and burn percentage of total supply. Use it as a total-burned lookup, latest burn tx feed, burn-as-% supply, or supply-burn auditor.",
1337
1337
  "method": "POST",
1338
1338
  "input_schema": {
1339
1339
  "type": "object",
@@ -1362,7 +1362,7 @@ export const TOOLS = [
1362
1362
  {
1363
1363
  "name": "token-honeypot",
1364
1364
  "http_name": "token-honeypot",
1365
- "description": "(0.05 USDC/call) EVM token honeypot detection / can-i-sell check / rug-pull scanner / sell-tax simulator / buy-tax simulator / scam token detector / Base honeypot / Ethereum honeypot / BSC honeypot. Simulates a buy + sell of an ERC-20 token via honeypot.is, returning whether the token is a honeypot, the realized buy/sell/transfer tax percentages, max buy/sell amounts (atomic units), proxy/owner contract flags, and a normalized risk level (low/medium/high/critical) with human-readable reasons. Free public API no auth.",
1365
+ "description": "(0.05 USDC/call) Detects whether an ERC-20 token is a honeypot by simulating a buy + sell via honeypot.is. Returns honeypot status, realized buy/sell/transfer tax percentages, max buy/sell amounts (atomic units), proxy/owner contract flags, and a normalized risk level (low/medium/high/critical) with human-readable reasons. Free public API, no auth. Use it as an EVM can-i-sell check, rug-pull scanner, sell-tax and buy-tax simulator, or scam token detector for Base, Ethereum, and BSC honeypots.",
1366
1366
  "method": "POST",
1367
1367
  "input_schema": {
1368
1368
  "type": "object",
@@ -1389,7 +1389,7 @@ export const TOOLS = [
1389
1389
  {
1390
1390
  "name": "token-honeypot-api",
1391
1391
  "http_name": "token-honeypot-api",
1392
- "description": "(0.05 USDC/call) Token honeypot API / honeypot checker / buy-sell simulation endpoint. Same honeypot.is-backed handler as token-honeypot, indexed for agents checking sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings.",
1392
+ "description": "(0.05 USDC/call) Checks whether a token is a honeypot, testing sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings. Same honeypot.is-backed handler as token-honeypot. Use it as a token honeypot API, honeypot checker, or buy-sell simulation endpoint.",
1393
1393
  "method": "POST",
1394
1394
  "input_schema": {
1395
1395
  "type": "object",
@@ -1416,7 +1416,7 @@ export const TOOLS = [
1416
1416
  {
1417
1417
  "name": "token-honeypot-check",
1418
1418
  "http_name": "token-honeypot-check",
1419
- "description": "(0.05 USDC/call) Token honeypot check / ERC-20 can-I-sell API / rug-pull detector. Simulates buy and sell behavior through honeypot.is and returns honeypot status, taxes, max sell amounts, contract flags, and risk level.",
1419
+ "description": "(0.05 USDC/call) Checks whether an ERC-20 token is a honeypot by simulating buy and sell behavior through honeypot.is. Returns honeypot status, taxes, max sell amounts, contract flags, and risk level. Use it as a token honeypot check, can-I-sell API, or rug-pull detector.",
1420
1420
  "method": "POST",
1421
1421
  "input_schema": {
1422
1422
  "type": "object",
@@ -1443,7 +1443,7 @@ export const TOOLS = [
1443
1443
  {
1444
1444
  "name": "token-risk",
1445
1445
  "http_name": "token-risk",
1446
- "description": "(0.10 USDC/call) Token risk score / token security audit / rug-pull score / token safety check. Composite 0-100 score from honeypot.is + GoPlus Security + Etherscan contract age. Subscores: honeypot, taxes, holder concentration, liquidity, contract age, ownership. Verdict: safe / caution / high_risk.",
1446
+ "description": "(0.10 USDC/call) Composite token risk score: 0-100 built from honeypot.is, GoPlus Security, and Etherscan contract age. Subscores: honeypot, taxes, holder concentration, liquidity, contract age, ownership. Verdict: safe / caution / high_risk. Use it as a token security audit, rug-pull score, or token safety check.",
1447
1447
  "method": "POST",
1448
1448
  "input_schema": {
1449
1449
  "type": "object",
@@ -1470,7 +1470,7 @@ export const TOOLS = [
1470
1470
  {
1471
1471
  "name": "token-risk-score",
1472
1472
  "http_name": "token-risk-score",
1473
- "description": "(0.10 USDC/call) Token risk / token risk score / composite EVM token security audit / rug-pull score / token safety check / honeypot + tax + holder concentration / GoPlus + honeypot.is composite / Base token vetting / Ethereum token vetting / BSC token vetting. Pulls three independent signals in parallel - honeypot.is (sell simulation + buy/sell tax), GoPlus Security (holder concentration, LP holders + lock, ownership flags, mintable/proxy/hidden-owner detection), and Etherscan v2 contract creation block (for age) - and rolls them up into a 0-100 score (higher = safer) with subscores (honeypot, taxes, holder_concentration, liquidity, contract_age, ownership) and a verdict (safe / caution / high_risk). Each backend failure degrades just that subscore and adds a warning; the rest still computes.",
1473
+ "description": "(0.10 USDC/call) Composite 0-100 security score for any EVM token, built from three independent signals pulled in parallel. Sources: honeypot.is (sell simulation + buy/sell tax), GoPlus Security (holder concentration, LP holders + lock, ownership flags, mintable/proxy/hidden-owner detection), and Etherscan v2 contract creation block (for age). Rolls them into a 0-100 score (higher = safer) with subscores (honeypot, taxes, holder_concentration, liquidity, contract_age, ownership) and a verdict (safe / caution / high_risk). Each backend failure degrades just that subscore and adds a warning; the rest still computes. Use it as a token risk score, EVM token security audit, rug-pull score, or token safety check for Base, Ethereum, and BSC token vetting.",
1474
1474
  "method": "POST",
1475
1475
  "input_schema": {
1476
1476
  "type": "object",
@@ -1497,7 +1497,7 @@ export const TOOLS = [
1497
1497
  {
1498
1498
  "name": "token-security",
1499
1499
  "http_name": "token-security",
1500
- "description": "(0.10 USDC/call) Token security check / token risk API / rug-pull detector. Scores an EVM token using honeypot simulation, GoPlus holder and ownership signals, and Etherscan contract age. Returns 0-100 safety score with warnings.",
1500
+ "description": "(0.10 USDC/call) Checks token security by scoring an EVM token with honeypot simulation, GoPlus holder and ownership signals, and Etherscan contract age. Returns a 0-100 safety score with warnings. Use it as a token risk API or rug-pull detector.",
1501
1501
  "method": "POST",
1502
1502
  "input_schema": {
1503
1503
  "type": "object",
@@ -1524,7 +1524,7 @@ export const TOOLS = [
1524
1524
  {
1525
1525
  "name": "token-volatility",
1526
1526
  "http_name": "token-volatility",
1527
- "description": "(0.005 USDC/call) Token volatility / historical volatility / annualized vol / standard deviation of returns / crypto vol calculator. For any CoinGecko-listed token, computes log-return standard deviation over the last N days (default 30) and annualizes by sqrt(365). Returns daily and annualized volatility as percent, count of return observations, first and last close prices. Backed by CoinGecko's free public market_chart endpoint.",
1527
+ "description": "(0.005 USDC/call) Computes historical volatility for any CoinGecko-listed token: log-return standard deviation over the last N days (default 30), annualized by sqrt(365). Returns daily and annualized volatility as percent, count of return observations, and first and last close prices. Backed by CoinGecko's free public market_chart endpoint. Use it as an annualized vol calculator, standard-deviation-of-returns tool, or crypto vol calculator.",
1528
1528
  "method": "POST",
1529
1529
  "input_schema": {
1530
1530
  "type": "object",
@@ -1546,7 +1546,7 @@ export const TOOLS = [
1546
1546
  {
1547
1547
  "name": "trending",
1548
1548
  "http_name": "trending",
1549
- "description": "(0.005 USDC/call) Trending Solana tokens / boosted token feed / active meme coin discovery. Same backend as solana-trending-tokens, exposed under the high-demand buyer slug. Ranks boosted Solana tokens by liquidity, volume, txns, boost activity, and price movement.",
1549
+ "description": "(0.005 USDC/call) Trending Solana tokens ranked by liquidity, volume, txns, boost activity, and price movement. Same backend as solana-trending-tokens, exposed under the high-demand buyer slug. Use it as a boosted token feed or active meme coin discovery tool.",
1550
1550
  "method": "POST",
1551
1551
  "input_schema": {
1552
1552
  "type": "object",
@@ -1569,7 +1569,7 @@ export const TOOLS = [
1569
1569
  {
1570
1570
  "name": "tx-receipt-decode",
1571
1571
  "http_name": "tx-receipt-decode",
1572
- "description": "(0.02 USDC/call) EVM transaction receipt decoder / log decoder / event log reader / Etherscan tx debug / receipt parser / Basescan tx explainer / tenderly-style trace lite. Given a tx hash, fetches the receipt + transaction via Etherscan v2 and decodes every log: ERC-20 / ERC-721 Transfer + Approval + ApprovalForAll are decoded canonically (from/to/value/tokenId etc.); other logs use the contract's verified ABI when available; remaining unknown topics are looked up against 4byte.directory's event-signature index. Returns status (success/failed), block number, gas used + gas price (gwei), from/to/value, and a structured array of decoded logs with named params and contract names where verified.",
1572
+ "description": "(0.02 USDC/call) Decodes an EVM transaction receipt and every event log from a tx hash. Fetches the receipt + transaction via Etherscan v2 and decodes each log: ERC-20 / ERC-721 Transfer + Approval + ApprovalForAll are decoded canonically (from/to/value/tokenId etc.); other logs use the contract's verified ABI when available; remaining unknown topics are looked up against 4byte.directory's event-signature index. Returns status (success/failed), block number, gas used + gas price (gwei), from/to/value, and a structured array of decoded logs with named params and contract names where verified. Use it as a log decoder, event log reader, receipt parser, Etherscan tx debug, Basescan tx explainer, or tenderly-style trace lite.",
1573
1573
  "method": "POST",
1574
1574
  "input_schema": {
1575
1575
  "type": "object",
@@ -1598,7 +1598,7 @@ export const TOOLS = [
1598
1598
  {
1599
1599
  "name": "tx-simulate-swap",
1600
1600
  "http_name": "tx-simulate-swap",
1601
- "description": "(0.02 USDC/call) Tx simulate swap / pre-trade quote / DEX swap simulator / 1inch + LlamaSwap quote / would-it-succeed check. Given (from_token, to_token, amount_in, chain), pulls a routed quote from a free DEX meta-aggregator and returns expected output, min-out at user-supplied slippage (default 1%), gas estimate, router address, and a would_succeed verdict. Quote-only depth full Tenderly-style state simulation requires a paid API and is documented in the response's simulation_caveat.",
1601
+ "description": "(0.02 USDC/call) Simulates a DEX swap before you trade: given (from_token, to_token, amount_in, chain), pulls a routed quote from a free DEX meta-aggregator and returns expected output, min-out at user-supplied slippage (default 1%), gas estimate, router address, and a would_succeed verdict. Quote-only depth; full Tenderly-style state simulation requires a paid API and is documented in the response's simulation_caveat. Use it as a pre-trade quote, DEX swap simulator, 1inch + LlamaSwap quote, or would-it-succeed check.",
1602
1602
  "method": "POST",
1603
1603
  "input_schema": {
1604
1604
  "type": "object",
@@ -1641,7 +1641,7 @@ export const TOOLS = [
1641
1641
  {
1642
1642
  "name": "wallet-current-balance",
1643
1643
  "http_name": "wallet-current-balance",
1644
- "description": "(0.002 USDC/call) Wallet current balance API / ERC-20 wallet balance / treasury balance check. Same read-only public-RPC backend as erc20-balance, listed under wallet wording for agents reconciling payment wallets, treasuries, and token holdings.",
1644
+ "description": "(0.005 USDC/call) Checks a wallet's current ERC-20 token balance, on the same read-only public-RPC backend as erc20-balance. Listed under wallet wording for agents reconciling payment wallets, treasuries, and token holdings. Use it as a wallet current balance API or treasury balance check.",
1645
1645
  "method": "POST",
1646
1646
  "input_schema": {
1647
1647
  "type": "object",
@@ -1670,7 +1670,7 @@ export const TOOLS = [
1670
1670
  {
1671
1671
  "name": "wallet-details",
1672
1672
  "http_name": "wallet-details",
1673
- "description": "(0.005 USDC/call) Wallet details API / address details / wallet label / EVM address lookup. Returns best-effort label/category, EOA-vs-contract status, contract deployer, and creation transaction for an EVM address on Base, Ethereum, Polygon, Arbitrum, or Optimism. Uses an in-handler known-address dictionary plus Etherscan v2 contract-creation lookup. Read-only; no balances, custody, transfers, or investment advice.",
1673
+ "description": "(0.005 USDC/call) Returns details for an EVM address on Base, Ethereum, Polygon, Arbitrum, or Optimism: best-effort label/category, EOA-vs-contract status, contract deployer, and creation transaction. Uses an in-handler known-address dictionary plus Etherscan v2 contract-creation lookup. Read-only; no balances, custody, transfers, or investment advice. Use it as a wallet details API, address details endpoint, wallet label, or EVM address lookup.",
1674
1674
  "method": "POST",
1675
1675
  "input_schema": {
1676
1676
  "type": "object",
@@ -1699,7 +1699,7 @@ export const TOOLS = [
1699
1699
  {
1700
1700
  "name": "wallet-label",
1701
1701
  "http_name": "wallet-label",
1702
- "description": "(0.005 USDC/call) Wallet label / address tagger / known-address lookup / EOA-vs-contract check / deployer tracer. Best-effort labelling for any EVM address against an in-handler dictionary of well-known CEX hot/cold wallets, DEX routers, NFT marketplaces, popular MEV bots, bridges, and stablecoins. Etherscan v2 'getcontractcreation' adds is_contract + deployer for unknown contracts. Returns label, category, and the source of the match.",
1702
+ "description": "(0.005 USDC/call) Identifies well-known EVM addresses: CEX hot/cold wallets, DEX routers, NFT marketplaces, popular MEV bots, bridges, and stablecoins. Best-effort labelling against an in-handler dictionary; Etherscan v2 'getcontractcreation' adds is_contract + deployer for unknown contracts. Returns label, category, and the source of the match. Use it as a wallet label, address tagger, known-address lookup, EOA-vs-contract check, or deployer tracer.",
1703
1703
  "method": "POST",
1704
1704
  "input_schema": {
1705
1705
  "type": "object",
@@ -1728,7 +1728,7 @@ export const TOOLS = [
1728
1728
  {
1729
1729
  "name": "wallet-pnl",
1730
1730
  "http_name": "wallet-pnl",
1731
- "description": "(0.05 USDC/call) Wallet token P&L / FIFO cost basis / realized + unrealized profit / EVM portfolio analytics. For any (wallet, ERC-20, chain) triple, pulls all transfers from Etherscan v2, prices each one at the historical USD spot via CoinGecko, runs FIFO accounting and reports cost basis, realized gain, unrealized gain, current balance, and tx count. Capped at the most recent 500 transfers.",
1731
+ "description": "(0.05 USDC/call) Computes wallet token P&L with FIFO cost basis for any (wallet, ERC-20, chain) triple. Pulls all transfers from Etherscan v2, prices each one at the historical USD spot via CoinGecko, runs FIFO accounting, and reports cost basis, realized gain, unrealized gain, current balance, and tx count. Capped at the most recent 500 transfers. Use it as a realized + unrealized profit calculator or EVM portfolio analytics tool.",
1732
1732
  "method": "POST",
1733
1733
  "input_schema": {
1734
1734
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentutility/mcp-edge-market",
3
- "version": "0.15.0",
3
+ "version": "0.15.3",
4
4
  "description": "MCP server for the @agentutility edge-market cluster — pay-per-call x402 tools, no API keys, USDC on Base.",
5
5
  "license": "MIT",
6
6
  "type": "module",