@agentutility/mcp-edge-market 0.14.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 +58 -67
- package/dist/tools.generated.js +56 -290
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) o
|
|
|
22
22
|
}
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
Restart Claude Desktop.
|
|
25
|
+
Restart Claude Desktop. 64 tools appear in the tool palette.
|
|
26
26
|
|
|
27
27
|
## Install — Cursor
|
|
28
28
|
|
|
@@ -46,82 +46,73 @@ Send any amount of **USDC on Base mainnet** to the address derived from your `X4
|
|
|
46
46
|
|
|
47
47
|
USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
48
48
|
|
|
49
|
-
## Tools (
|
|
49
|
+
## Tools (64)
|
|
50
50
|
|
|
51
51
|
| Tool | Description |
|
|
52
52
|
|---|---|
|
|
53
|
-
| `agent-card-resolve` | (0.005 USDC/call)
|
|
54
|
-
| `arbitrage-spread` | (0.005 USDC/call)
|
|
55
|
-
| `basename-resolve` | (0.005 USDC/call)
|
|
56
|
-
| `bridge-rates` | (0.03 USDC/call)
|
|
57
|
-
| `cid-fetch` | (0.005 USDC/call)
|
|
58
|
-
| `
|
|
59
|
-
| `contract-source` | (0.01 USDC/call)
|
|
60
|
-
| `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. |
|
|
61
|
-
| `crypto-price` | (0.02 USDC/call) Crypto price lookup / coin price API / BTC ETH SOL price / on-chain token spot price / contract-address quote API. Accepts CoinGecko ids, ticker symbols, or contract addresses and returns spot price, market cap, volume, supply, ATH/ATL, and percent changes. |
|
|
62
|
-
| `crypto-quote` | (0.02 USDC/call) Crypto quote API / BTC ETH SOL price quote / token market quote. Same token-price backend, exposed under market-data buyer wording for agents resolving crypto tickers, CoinGecko ids, or contract addresses into spot price, market cap, 24h volume, and 24h/7d/30d changes. |
|
|
63
|
-
| `crypto-token-price` | (0.02 USDC/call) Crypto token price API / token quote lookup / ERC-20 SPL token market data. Same CoinGecko-backed handler as token-price, listed for agents resolving coin ids, tickers, or contract addresses to spot price, market cap, volume, rank, supply, ATH/ATL, and recent percent changes. |
|
|
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. |
|
|
64
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). |
|
|
65
|
-
| `current-balance` | (0.
|
|
66
|
-
| `dao-proposal-monitor` | (0.03 USDC/call) DAO
|
|
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. |
|
|
67
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. |
|
|
68
|
-
| `defi-llama-api` | (0.02 USDC/call)
|
|
69
|
-
| `defi-llama-protocol` | (0.02 USDC/call)
|
|
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. |
|
|
70
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. |
|
|
71
|
-
| `defi-yield-pools` | (0.005 USDC/call)
|
|
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. |
|
|
72
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. |
|
|
73
|
-
| `dex-liquidity-depth` | (0.01 USDC/call) DEX liquidity depth
|
|
74
|
-
| `ens-resolve` | (0.03 USDC/call)
|
|
75
|
-
| `erc20-balance` | (0.
|
|
76
|
-
| `erc20-metadata` | (0.
|
|
77
|
-
| `eth-logs` | (0.01 USDC/call)
|
|
78
|
-
| `flagged-tokens` | (0.005 USDC/call)
|
|
79
|
-
| `funding-rates` | (0.
|
|
80
|
-
| `gas-api` | (0.02 USDC/call)
|
|
81
|
-
| `gas-fees` | (0.02 USDC/call)
|
|
82
|
-
| `gas-now-base` | (0.02 USDC/call)
|
|
83
|
-
| `gas-price` | (0.02 USDC/call)
|
|
84
|
-
| `gas-price-api` | (0.02 USDC/call)
|
|
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. |
|
|
85
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. |
|
|
86
|
-
| `hyperliquid-market` | (0.
|
|
87
|
-
| `hyperliquid-perps` | (0.005 USDC/call) Hyperliquid perps market data
|
|
88
|
-
| `ipfs` | (0.005 USDC/call)
|
|
89
|
-
| `ipfs-api` | (0.005 USDC/call)
|
|
90
|
-
| `ipfs-fetch` | (0.005 USDC/call)
|
|
91
|
-
| `ipfs-gateway` | (0.005 USDC/call)
|
|
92
|
-
| `lp-lock-check` | (0.01 USDC/call)
|
|
93
|
-
| `nft-floor` | (0.01 USDC/call)
|
|
94
|
-
| `price-impact` | (0.005 USDC/call)
|
|
95
|
-
| `protocol-tvl` | (0.02 USDC/call)
|
|
96
|
-
| `safe-multisig-status` | (0.005 USDC/call)
|
|
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. |
|
|
97
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. |
|
|
98
|
-
| `solana-flagged-tokens` | (0.005 USDC/call)
|
|
99
|
-
| `solana-token-safety` | (0.02 USDC/call)
|
|
100
|
-
| `solana-token-watchlist` | (0.005 USDC/call)
|
|
101
|
-
| `solana-trending-tokens` | (0.005 USDC/call)
|
|
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. |
|
|
102
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. |
|
|
103
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. |
|
|
104
|
-
| `token-balance` | (0.
|
|
105
|
-
| `token-burn-stats` | (0.005 USDC/call)
|
|
106
|
-
| `token-honeypot` | (0.05 USDC/call)
|
|
107
|
-
| `token-honeypot-api` | (0.05 USDC/call)
|
|
108
|
-
| `token-honeypot-check` | (0.05 USDC/call)
|
|
109
|
-
| `token-
|
|
110
|
-
| `token-
|
|
111
|
-
| `token-
|
|
112
|
-
| `token-
|
|
113
|
-
| `
|
|
114
|
-
| `
|
|
115
|
-
| `
|
|
116
|
-
| `
|
|
117
|
-
| `
|
|
118
|
-
| `
|
|
119
|
-
| `
|
|
120
|
-
| `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. |
|
|
121
|
-
| `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. |
|
|
122
|
-
| `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. |
|
|
123
|
-
| `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. |
|
|
124
|
-
| `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. |
|
|
125
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. |
|
|
126
117
|
|
|
127
118
|
## How it works
|
|
@@ -143,4 +134,4 @@ The agent never sees the payment flow — it just gets the result.
|
|
|
143
134
|
|
|
144
135
|
---
|
|
145
136
|
|
|
146
|
-
**Version:** 0.
|
|
137
|
+
**Version:** 0.15.3 · **License:** MIT
|
package/dist/tools.generated.js
CHANGED
|
@@ -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.
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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",
|
|
@@ -163,36 +163,10 @@ export const TOOLS = [
|
|
|
163
163
|
]
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
|
-
{
|
|
167
|
-
"name": "coin-price",
|
|
168
|
-
"http_name": "coin-price",
|
|
169
|
-
"description": "(0.02 USDC/call) Coin price API / crypto spot price / BTC ETH SOL quote lookup. Resolves CoinGecko ids, ticker symbols, or contract addresses and returns current price, market cap, volume, rank, supply, ATH/ATL, and recent percent changes.",
|
|
170
|
-
"method": "POST",
|
|
171
|
-
"input_schema": {
|
|
172
|
-
"type": "object",
|
|
173
|
-
"properties": {
|
|
174
|
-
"query": {
|
|
175
|
-
"type": "string",
|
|
176
|
-
"description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
|
|
177
|
-
},
|
|
178
|
-
"vs_currency": {
|
|
179
|
-
"type": "string",
|
|
180
|
-
"description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
|
|
181
|
-
},
|
|
182
|
-
"chain": {
|
|
183
|
-
"type": "string",
|
|
184
|
-
"description": "Chain slug for contract-address lookups, e.g. 'ethereum', 'base', 'polygon-pos', 'arbitrum-one', 'optimistic-ethereum', 'solana'. Ignored if query is an id or ticker."
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
"required": [
|
|
188
|
-
"query"
|
|
189
|
-
]
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
166
|
{
|
|
193
167
|
"name": "contract-source",
|
|
194
168
|
"http_name": "contract-source",
|
|
195
|
-
"description": "(0.01 USDC/call)
|
|
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.",
|
|
196
170
|
"method": "POST",
|
|
197
171
|
"input_schema": {
|
|
198
172
|
"type": "object",
|
|
@@ -221,7 +195,7 @@ export const TOOLS = [
|
|
|
221
195
|
{
|
|
222
196
|
"name": "contract-source-verified",
|
|
223
197
|
"http_name": "contract-source-verified",
|
|
224
|
-
"description": "(0.01 USDC/call)
|
|
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.",
|
|
225
199
|
"method": "POST",
|
|
226
200
|
"input_schema": {
|
|
227
201
|
"type": "object",
|
|
@@ -247,84 +221,6 @@ export const TOOLS = [
|
|
|
247
221
|
]
|
|
248
222
|
}
|
|
249
223
|
},
|
|
250
|
-
{
|
|
251
|
-
"name": "crypto-price",
|
|
252
|
-
"http_name": "crypto-price",
|
|
253
|
-
"description": "(0.02 USDC/call) Crypto price lookup / coin price API / BTC ETH SOL price / on-chain token spot price / contract-address quote API. Accepts CoinGecko ids, ticker symbols, or contract addresses and returns spot price, market cap, volume, supply, ATH/ATL, and percent changes.",
|
|
254
|
-
"method": "POST",
|
|
255
|
-
"input_schema": {
|
|
256
|
-
"type": "object",
|
|
257
|
-
"properties": {
|
|
258
|
-
"query": {
|
|
259
|
-
"type": "string",
|
|
260
|
-
"description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
|
|
261
|
-
},
|
|
262
|
-
"vs_currency": {
|
|
263
|
-
"type": "string",
|
|
264
|
-
"description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
|
|
265
|
-
},
|
|
266
|
-
"chain": {
|
|
267
|
-
"type": "string",
|
|
268
|
-
"description": "Chain slug for contract-address lookups, e.g. 'ethereum', 'base', 'polygon-pos', 'arbitrum-one', 'optimistic-ethereum', 'solana'. Ignored if query is an id or ticker."
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
"required": [
|
|
272
|
-
"query"
|
|
273
|
-
]
|
|
274
|
-
}
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"name": "crypto-quote",
|
|
278
|
-
"http_name": "crypto-quote",
|
|
279
|
-
"description": "(0.02 USDC/call) Crypto quote API / BTC ETH SOL price quote / token market quote. Same token-price backend, exposed under market-data buyer wording for agents resolving crypto tickers, CoinGecko ids, or contract addresses into spot price, market cap, 24h volume, and 24h/7d/30d changes.",
|
|
280
|
-
"method": "POST",
|
|
281
|
-
"input_schema": {
|
|
282
|
-
"type": "object",
|
|
283
|
-
"properties": {
|
|
284
|
-
"query": {
|
|
285
|
-
"type": "string",
|
|
286
|
-
"description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
|
|
287
|
-
},
|
|
288
|
-
"vs_currency": {
|
|
289
|
-
"type": "string",
|
|
290
|
-
"description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
|
|
291
|
-
},
|
|
292
|
-
"chain": {
|
|
293
|
-
"type": "string",
|
|
294
|
-
"description": "Chain slug for contract-address lookups, e.g. 'ethereum', 'base', 'polygon-pos', 'arbitrum-one', 'optimistic-ethereum', 'solana'. Ignored if query is an id or ticker."
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
"required": [
|
|
298
|
-
"query"
|
|
299
|
-
]
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "crypto-token-price",
|
|
304
|
-
"http_name": "crypto-token-price",
|
|
305
|
-
"description": "(0.02 USDC/call) Crypto token price API / token quote lookup / ERC-20 SPL token market data. Same CoinGecko-backed handler as token-price, listed for agents resolving coin ids, tickers, or contract addresses to spot price, market cap, volume, rank, supply, ATH/ATL, and recent percent changes.",
|
|
306
|
-
"method": "POST",
|
|
307
|
-
"input_schema": {
|
|
308
|
-
"type": "object",
|
|
309
|
-
"properties": {
|
|
310
|
-
"query": {
|
|
311
|
-
"type": "string",
|
|
312
|
-
"description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
|
|
313
|
-
},
|
|
314
|
-
"vs_currency": {
|
|
315
|
-
"type": "string",
|
|
316
|
-
"description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
|
|
317
|
-
},
|
|
318
|
-
"chain": {
|
|
319
|
-
"type": "string",
|
|
320
|
-
"description": "Chain slug for contract-address lookups, e.g. 'ethereum', 'base', 'polygon-pos', 'arbitrum-one', 'optimistic-ethereum', 'solana'. Ignored if query is an id or ticker."
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
"required": [
|
|
324
|
-
"query"
|
|
325
|
-
]
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
224
|
{
|
|
329
225
|
"name": "crypto-tx-explainer",
|
|
330
226
|
"http_name": "crypto-tx-explainer",
|
|
@@ -358,7 +254,7 @@ export const TOOLS = [
|
|
|
358
254
|
{
|
|
359
255
|
"name": "current-balance",
|
|
360
256
|
"http_name": "current-balance",
|
|
361
|
-
"description": "(0.
|
|
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.",
|
|
362
258
|
"method": "POST",
|
|
363
259
|
"input_schema": {
|
|
364
260
|
"type": "object",
|
|
@@ -387,7 +283,7 @@ export const TOOLS = [
|
|
|
387
283
|
{
|
|
388
284
|
"name": "dao-proposal-monitor",
|
|
389
285
|
"http_name": "dao-proposal-monitor",
|
|
390
|
-
"description": "(0.03 USDC/call) DAO
|
|
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.",
|
|
391
287
|
"method": "POST",
|
|
392
288
|
"input_schema": {
|
|
393
289
|
"type": "object",
|
|
@@ -445,7 +341,7 @@ export const TOOLS = [
|
|
|
445
341
|
{
|
|
446
342
|
"name": "defi-llama-api",
|
|
447
343
|
"http_name": "defi-llama-api",
|
|
448
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
449
345
|
"method": "POST",
|
|
450
346
|
"input_schema": {
|
|
451
347
|
"type": "object",
|
|
@@ -467,7 +363,7 @@ export const TOOLS = [
|
|
|
467
363
|
{
|
|
468
364
|
"name": "defi-llama-protocol",
|
|
469
365
|
"http_name": "defi-llama-protocol",
|
|
470
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
471
367
|
"method": "POST",
|
|
472
368
|
"input_schema": {
|
|
473
369
|
"type": "object",
|
|
@@ -511,7 +407,7 @@ export const TOOLS = [
|
|
|
511
407
|
{
|
|
512
408
|
"name": "defi-yield-pools",
|
|
513
409
|
"http_name": "defi-yield-pools",
|
|
514
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
515
411
|
"method": "POST",
|
|
516
412
|
"input_schema": {
|
|
517
413
|
"type": "object",
|
|
@@ -598,7 +494,7 @@ export const TOOLS = [
|
|
|
598
494
|
{
|
|
599
495
|
"name": "dex-liquidity-depth",
|
|
600
496
|
"http_name": "dex-liquidity-depth",
|
|
601
|
-
"description": "(0.01 USDC/call) DEX liquidity depth
|
|
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.",
|
|
602
498
|
"method": "POST",
|
|
603
499
|
"input_schema": {
|
|
604
500
|
"type": "object",
|
|
@@ -627,7 +523,7 @@ export const TOOLS = [
|
|
|
627
523
|
{
|
|
628
524
|
"name": "ens-resolve",
|
|
629
525
|
"http_name": "ens-resolve",
|
|
630
|
-
"description": "(0.03 USDC/call)
|
|
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.",
|
|
631
527
|
"method": "POST",
|
|
632
528
|
"input_schema": {
|
|
633
529
|
"type": "object",
|
|
@@ -647,7 +543,7 @@ export const TOOLS = [
|
|
|
647
543
|
{
|
|
648
544
|
"name": "erc20-balance",
|
|
649
545
|
"http_name": "erc20-balance",
|
|
650
|
-
"description": "(0.
|
|
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.",
|
|
651
547
|
"method": "POST",
|
|
652
548
|
"input_schema": {
|
|
653
549
|
"type": "object",
|
|
@@ -676,7 +572,7 @@ export const TOOLS = [
|
|
|
676
572
|
{
|
|
677
573
|
"name": "erc20-metadata",
|
|
678
574
|
"http_name": "erc20-metadata",
|
|
679
|
-
"description": "(0.
|
|
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.",
|
|
680
576
|
"method": "POST",
|
|
681
577
|
"input_schema": {
|
|
682
578
|
"type": "object",
|
|
@@ -700,7 +596,7 @@ export const TOOLS = [
|
|
|
700
596
|
{
|
|
701
597
|
"name": "eth-logs",
|
|
702
598
|
"http_name": "eth-logs",
|
|
703
|
-
"description": "(0.01 USDC/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.",
|
|
704
600
|
"method": "POST",
|
|
705
601
|
"input_schema": {
|
|
706
602
|
"type": "object",
|
|
@@ -731,7 +627,7 @@ export const TOOLS = [
|
|
|
731
627
|
{
|
|
732
628
|
"name": "flagged-tokens",
|
|
733
629
|
"http_name": "flagged-tokens",
|
|
734
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
735
631
|
"method": "POST",
|
|
736
632
|
"input_schema": {
|
|
737
633
|
"type": "object",
|
|
@@ -754,7 +650,7 @@ export const TOOLS = [
|
|
|
754
650
|
{
|
|
755
651
|
"name": "funding-rates",
|
|
756
652
|
"http_name": "funding-rates",
|
|
757
|
-
"description": "(0.
|
|
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.",
|
|
758
654
|
"method": "POST",
|
|
759
655
|
"input_schema": {
|
|
760
656
|
"type": "object",
|
|
@@ -776,7 +672,7 @@ export const TOOLS = [
|
|
|
776
672
|
{
|
|
777
673
|
"name": "gas-api",
|
|
778
674
|
"http_name": "gas-api",
|
|
779
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
780
676
|
"method": "POST",
|
|
781
677
|
"input_schema": {
|
|
782
678
|
"type": "object",
|
|
@@ -798,7 +694,7 @@ export const TOOLS = [
|
|
|
798
694
|
{
|
|
799
695
|
"name": "gas-fees",
|
|
800
696
|
"http_name": "gas-fees",
|
|
801
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
802
698
|
"method": "POST",
|
|
803
699
|
"input_schema": {
|
|
804
700
|
"type": "object",
|
|
@@ -820,7 +716,7 @@ export const TOOLS = [
|
|
|
820
716
|
{
|
|
821
717
|
"name": "gas-now-base",
|
|
822
718
|
"http_name": "gas-now-base",
|
|
823
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
824
720
|
"method": "POST",
|
|
825
721
|
"input_schema": {
|
|
826
722
|
"type": "object",
|
|
@@ -842,7 +738,7 @@ export const TOOLS = [
|
|
|
842
738
|
{
|
|
843
739
|
"name": "gas-price",
|
|
844
740
|
"http_name": "gas-price",
|
|
845
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
846
742
|
"method": "POST",
|
|
847
743
|
"input_schema": {
|
|
848
744
|
"type": "object",
|
|
@@ -864,7 +760,7 @@ export const TOOLS = [
|
|
|
864
760
|
{
|
|
865
761
|
"name": "gas-price-api",
|
|
866
762
|
"http_name": "gas-price-api",
|
|
867
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
868
764
|
"method": "POST",
|
|
869
765
|
"input_schema": {
|
|
870
766
|
"type": "object",
|
|
@@ -913,7 +809,7 @@ export const TOOLS = [
|
|
|
913
809
|
{
|
|
914
810
|
"name": "hyperliquid-market",
|
|
915
811
|
"http_name": "hyperliquid-market",
|
|
916
|
-
"description": "(0.
|
|
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.",
|
|
917
813
|
"method": "POST",
|
|
918
814
|
"input_schema": {
|
|
919
815
|
"type": "object",
|
|
@@ -939,7 +835,7 @@ export const TOOLS = [
|
|
|
939
835
|
{
|
|
940
836
|
"name": "hyperliquid-perps",
|
|
941
837
|
"http_name": "hyperliquid-perps",
|
|
942
|
-
"description": "(0.005 USDC/call) Hyperliquid perps market data
|
|
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.",
|
|
943
839
|
"method": "POST",
|
|
944
840
|
"input_schema": {
|
|
945
841
|
"type": "object",
|
|
@@ -965,7 +861,7 @@ export const TOOLS = [
|
|
|
965
861
|
{
|
|
966
862
|
"name": "ipfs",
|
|
967
863
|
"http_name": "ipfs",
|
|
968
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
969
865
|
"method": "POST",
|
|
970
866
|
"input_schema": {
|
|
971
867
|
"type": "object",
|
|
@@ -1000,7 +896,7 @@ export const TOOLS = [
|
|
|
1000
896
|
{
|
|
1001
897
|
"name": "ipfs-api",
|
|
1002
898
|
"http_name": "ipfs-api",
|
|
1003
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1004
900
|
"method": "POST",
|
|
1005
901
|
"input_schema": {
|
|
1006
902
|
"type": "object",
|
|
@@ -1035,7 +931,7 @@ export const TOOLS = [
|
|
|
1035
931
|
{
|
|
1036
932
|
"name": "ipfs-fetch",
|
|
1037
933
|
"http_name": "ipfs-fetch",
|
|
1038
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1039
935
|
"method": "POST",
|
|
1040
936
|
"input_schema": {
|
|
1041
937
|
"type": "object",
|
|
@@ -1070,7 +966,7 @@ export const TOOLS = [
|
|
|
1070
966
|
{
|
|
1071
967
|
"name": "ipfs-gateway",
|
|
1072
968
|
"http_name": "ipfs-gateway",
|
|
1073
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1074
970
|
"method": "POST",
|
|
1075
971
|
"input_schema": {
|
|
1076
972
|
"type": "object",
|
|
@@ -1105,7 +1001,7 @@ export const TOOLS = [
|
|
|
1105
1001
|
{
|
|
1106
1002
|
"name": "lp-lock-check",
|
|
1107
1003
|
"http_name": "lp-lock-check",
|
|
1108
|
-
"description": "(0.01 USDC/call)
|
|
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.",
|
|
1109
1005
|
"method": "POST",
|
|
1110
1006
|
"input_schema": {
|
|
1111
1007
|
"type": "object",
|
|
@@ -1134,7 +1030,7 @@ export const TOOLS = [
|
|
|
1134
1030
|
{
|
|
1135
1031
|
"name": "nft-floor",
|
|
1136
1032
|
"http_name": "nft-floor",
|
|
1137
|
-
"description": "(0.01 USDC/call)
|
|
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.",
|
|
1138
1034
|
"method": "POST",
|
|
1139
1035
|
"input_schema": {
|
|
1140
1036
|
"type": "object",
|
|
@@ -1168,7 +1064,7 @@ export const TOOLS = [
|
|
|
1168
1064
|
{
|
|
1169
1065
|
"name": "price-impact",
|
|
1170
1066
|
"http_name": "price-impact",
|
|
1171
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1172
1068
|
"method": "POST",
|
|
1173
1069
|
"input_schema": {
|
|
1174
1070
|
"type": "object",
|
|
@@ -1209,7 +1105,7 @@ export const TOOLS = [
|
|
|
1209
1105
|
{
|
|
1210
1106
|
"name": "protocol-tvl",
|
|
1211
1107
|
"http_name": "protocol-tvl",
|
|
1212
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
1213
1109
|
"method": "POST",
|
|
1214
1110
|
"input_schema": {
|
|
1215
1111
|
"type": "object",
|
|
@@ -1231,7 +1127,7 @@ export const TOOLS = [
|
|
|
1231
1127
|
{
|
|
1232
1128
|
"name": "safe-multisig-status",
|
|
1233
1129
|
"http_name": "safe-multisig-status",
|
|
1234
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1235
1131
|
"method": "POST",
|
|
1236
1132
|
"input_schema": {
|
|
1237
1133
|
"type": "object",
|
|
@@ -1287,7 +1183,7 @@ export const TOOLS = [
|
|
|
1287
1183
|
{
|
|
1288
1184
|
"name": "solana-flagged-tokens",
|
|
1289
1185
|
"http_name": "solana-flagged-tokens",
|
|
1290
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1291
1187
|
"method": "POST",
|
|
1292
1188
|
"input_schema": {
|
|
1293
1189
|
"type": "object",
|
|
@@ -1310,7 +1206,7 @@ export const TOOLS = [
|
|
|
1310
1206
|
{
|
|
1311
1207
|
"name": "solana-token-safety",
|
|
1312
1208
|
"http_name": "solana-token-safety",
|
|
1313
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
1314
1210
|
"method": "POST",
|
|
1315
1211
|
"input_schema": {
|
|
1316
1212
|
"type": "object",
|
|
@@ -1328,7 +1224,7 @@ export const TOOLS = [
|
|
|
1328
1224
|
{
|
|
1329
1225
|
"name": "solana-token-watchlist",
|
|
1330
1226
|
"http_name": "solana-token-watchlist",
|
|
1331
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1332
1228
|
"method": "POST",
|
|
1333
1229
|
"input_schema": {
|
|
1334
1230
|
"type": "object",
|
|
@@ -1351,7 +1247,7 @@ export const TOOLS = [
|
|
|
1351
1247
|
{
|
|
1352
1248
|
"name": "solana-trending-tokens",
|
|
1353
1249
|
"http_name": "solana-trending-tokens",
|
|
1354
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1355
1251
|
"method": "POST",
|
|
1356
1252
|
"input_schema": {
|
|
1357
1253
|
"type": "object",
|
|
@@ -1408,7 +1304,7 @@ export const TOOLS = [
|
|
|
1408
1304
|
{
|
|
1409
1305
|
"name": "token-balance",
|
|
1410
1306
|
"http_name": "token-balance",
|
|
1411
|
-
"description": "(0.
|
|
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.",
|
|
1412
1308
|
"method": "POST",
|
|
1413
1309
|
"input_schema": {
|
|
1414
1310
|
"type": "object",
|
|
@@ -1437,7 +1333,7 @@ export const TOOLS = [
|
|
|
1437
1333
|
{
|
|
1438
1334
|
"name": "token-burn-stats",
|
|
1439
1335
|
"http_name": "token-burn-stats",
|
|
1440
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1441
1337
|
"method": "POST",
|
|
1442
1338
|
"input_schema": {
|
|
1443
1339
|
"type": "object",
|
|
@@ -1466,7 +1362,7 @@ export const TOOLS = [
|
|
|
1466
1362
|
{
|
|
1467
1363
|
"name": "token-honeypot",
|
|
1468
1364
|
"http_name": "token-honeypot",
|
|
1469
|
-
"description": "(0.05 USDC/call)
|
|
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.",
|
|
1470
1366
|
"method": "POST",
|
|
1471
1367
|
"input_schema": {
|
|
1472
1368
|
"type": "object",
|
|
@@ -1493,7 +1389,7 @@ export const TOOLS = [
|
|
|
1493
1389
|
{
|
|
1494
1390
|
"name": "token-honeypot-api",
|
|
1495
1391
|
"http_name": "token-honeypot-api",
|
|
1496
|
-
"description": "(0.05 USDC/call)
|
|
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.",
|
|
1497
1393
|
"method": "POST",
|
|
1498
1394
|
"input_schema": {
|
|
1499
1395
|
"type": "object",
|
|
@@ -1520,7 +1416,7 @@ export const TOOLS = [
|
|
|
1520
1416
|
{
|
|
1521
1417
|
"name": "token-honeypot-check",
|
|
1522
1418
|
"http_name": "token-honeypot-check",
|
|
1523
|
-
"description": "(0.05 USDC/call)
|
|
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.",
|
|
1524
1420
|
"method": "POST",
|
|
1525
1421
|
"input_schema": {
|
|
1526
1422
|
"type": "object",
|
|
@@ -1544,140 +1440,10 @@ export const TOOLS = [
|
|
|
1544
1440
|
]
|
|
1545
1441
|
}
|
|
1546
1442
|
},
|
|
1547
|
-
{
|
|
1548
|
-
"name": "token-market-data",
|
|
1549
|
-
"http_name": "token-market-data",
|
|
1550
|
-
"description": "(0.02 USDC/call) Token market data API / crypto market data lookup / coin fundamentals. Same CoinGecko-backed handler as token-price, returning spot price, quote currency, market cap, rank, 24h volume, supply, ATH/ATL, recent percentage changes, and last-updated timestamp.",
|
|
1551
|
-
"method": "POST",
|
|
1552
|
-
"input_schema": {
|
|
1553
|
-
"type": "object",
|
|
1554
|
-
"properties": {
|
|
1555
|
-
"query": {
|
|
1556
|
-
"type": "string",
|
|
1557
|
-
"description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
|
|
1558
|
-
},
|
|
1559
|
-
"vs_currency": {
|
|
1560
|
-
"type": "string",
|
|
1561
|
-
"description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
|
|
1562
|
-
},
|
|
1563
|
-
"chain": {
|
|
1564
|
-
"type": "string",
|
|
1565
|
-
"description": "Chain slug for contract-address lookups, e.g. 'ethereum', 'base', 'polygon-pos', 'arbitrum-one', 'optimistic-ethereum', 'solana'. Ignored if query is an id or ticker."
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
"required": [
|
|
1569
|
-
"query"
|
|
1570
|
-
]
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"name": "token-price",
|
|
1575
|
-
"http_name": "token-price",
|
|
1576
|
-
"description": "(0.02 USDC/call) Token price API / crypto price API / coin price lookup / BTC ETH SOL quote / ERC-20 SPL BEP-20 contract-address price lookup / CoinGecko market data wrapper. Resolves a query to a CoinGecko coin by id ('bitcoin', 'ethereum'), ticker symbol ('BTC', 'ETH'), or token contract address with chain. Returns spot price, quote currency, 24h / 7d / 30d change, market cap and rank, 24h volume, circulating / total / max supply, ATH/ATL with dates, and last-updated timestamp.",
|
|
1577
|
-
"method": "POST",
|
|
1578
|
-
"input_schema": {
|
|
1579
|
-
"type": "object",
|
|
1580
|
-
"properties": {
|
|
1581
|
-
"query": {
|
|
1582
|
-
"type": "string",
|
|
1583
|
-
"description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
|
|
1584
|
-
},
|
|
1585
|
-
"vs_currency": {
|
|
1586
|
-
"type": "string",
|
|
1587
|
-
"description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
|
|
1588
|
-
},
|
|
1589
|
-
"chain": {
|
|
1590
|
-
"type": "string",
|
|
1591
|
-
"description": "Chain slug for contract-address lookups, e.g. 'ethereum', 'base', 'polygon-pos', 'arbitrum-one', 'optimistic-ethereum', 'solana'. Ignored if query is an id or ticker."
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1594
|
-
"required": [
|
|
1595
|
-
"query"
|
|
1596
|
-
]
|
|
1597
|
-
}
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"name": "token-price-api",
|
|
1601
|
-
"http_name": "token-price-api",
|
|
1602
|
-
"description": "(0.02 USDC/call) Token price API / ERC-20 SPL token price lookup / crypto spot price API. Resolves a coin id, ticker symbol, or contract address with chain and returns USD or requested quote currency, market cap, rank, volume, supply, ATH/ATL, and 24h / 7d / 30d changes. CoinGecko backend.",
|
|
1603
|
-
"method": "POST",
|
|
1604
|
-
"input_schema": {
|
|
1605
|
-
"type": "object",
|
|
1606
|
-
"properties": {
|
|
1607
|
-
"query": {
|
|
1608
|
-
"type": "string",
|
|
1609
|
-
"description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
|
|
1610
|
-
},
|
|
1611
|
-
"vs_currency": {
|
|
1612
|
-
"type": "string",
|
|
1613
|
-
"description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
|
|
1614
|
-
},
|
|
1615
|
-
"chain": {
|
|
1616
|
-
"type": "string",
|
|
1617
|
-
"description": "Chain slug for contract-address lookups, e.g. 'ethereum', 'base', 'polygon-pos', 'arbitrum-one', 'optimistic-ethereum', 'solana'. Ignored if query is an id or ticker."
|
|
1618
|
-
}
|
|
1619
|
-
},
|
|
1620
|
-
"required": [
|
|
1621
|
-
"query"
|
|
1622
|
-
]
|
|
1623
|
-
}
|
|
1624
|
-
},
|
|
1625
|
-
{
|
|
1626
|
-
"name": "token-price-lookup",
|
|
1627
|
-
"http_name": "token-price-lookup",
|
|
1628
|
-
"description": "(0.02 USDC/call) Token price lookup / ERC-20 SPL token price resolver / on-chain token quote API. Looks up a token by id, ticker, or contract address plus chain and returns spot price and market data from CoinGecko.",
|
|
1629
|
-
"method": "POST",
|
|
1630
|
-
"input_schema": {
|
|
1631
|
-
"type": "object",
|
|
1632
|
-
"properties": {
|
|
1633
|
-
"query": {
|
|
1634
|
-
"type": "string",
|
|
1635
|
-
"description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
|
|
1636
|
-
},
|
|
1637
|
-
"vs_currency": {
|
|
1638
|
-
"type": "string",
|
|
1639
|
-
"description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
|
|
1640
|
-
},
|
|
1641
|
-
"chain": {
|
|
1642
|
-
"type": "string",
|
|
1643
|
-
"description": "Chain slug for contract-address lookups, e.g. 'ethereum', 'base', 'polygon-pos', 'arbitrum-one', 'optimistic-ethereum', 'solana'. Ignored if query is an id or ticker."
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
"required": [
|
|
1647
|
-
"query"
|
|
1648
|
-
]
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"name": "token-quote",
|
|
1653
|
-
"http_name": "token-quote",
|
|
1654
|
-
"description": "(0.02 USDC/call) Token quote API / crypto spot quote / coin price lookup. Same CoinGecko-backed handler as token-price, indexed for agents that need a quick USD, EUR, BTC, or ETH quote for a coin id, ticker symbol, or supported contract address plus market cap, volume, rank, and recent price-change percentages.",
|
|
1655
|
-
"method": "POST",
|
|
1656
|
-
"input_schema": {
|
|
1657
|
-
"type": "object",
|
|
1658
|
-
"properties": {
|
|
1659
|
-
"query": {
|
|
1660
|
-
"type": "string",
|
|
1661
|
-
"description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
|
|
1662
|
-
},
|
|
1663
|
-
"vs_currency": {
|
|
1664
|
-
"type": "string",
|
|
1665
|
-
"description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
|
|
1666
|
-
},
|
|
1667
|
-
"chain": {
|
|
1668
|
-
"type": "string",
|
|
1669
|
-
"description": "Chain slug for contract-address lookups, e.g. 'ethereum', 'base', 'polygon-pos', 'arbitrum-one', 'optimistic-ethereum', 'solana'. Ignored if query is an id or ticker."
|
|
1670
|
-
}
|
|
1671
|
-
},
|
|
1672
|
-
"required": [
|
|
1673
|
-
"query"
|
|
1674
|
-
]
|
|
1675
|
-
}
|
|
1676
|
-
},
|
|
1677
1443
|
{
|
|
1678
1444
|
"name": "token-risk",
|
|
1679
1445
|
"http_name": "token-risk",
|
|
1680
|
-
"description": "(0.10 USDC/call)
|
|
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.",
|
|
1681
1447
|
"method": "POST",
|
|
1682
1448
|
"input_schema": {
|
|
1683
1449
|
"type": "object",
|
|
@@ -1704,7 +1470,7 @@ export const TOOLS = [
|
|
|
1704
1470
|
{
|
|
1705
1471
|
"name": "token-risk-score",
|
|
1706
1472
|
"http_name": "token-risk-score",
|
|
1707
|
-
"description": "(0.10 USDC/call)
|
|
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.",
|
|
1708
1474
|
"method": "POST",
|
|
1709
1475
|
"input_schema": {
|
|
1710
1476
|
"type": "object",
|
|
@@ -1731,7 +1497,7 @@ export const TOOLS = [
|
|
|
1731
1497
|
{
|
|
1732
1498
|
"name": "token-security",
|
|
1733
1499
|
"http_name": "token-security",
|
|
1734
|
-
"description": "(0.10 USDC/call)
|
|
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.",
|
|
1735
1501
|
"method": "POST",
|
|
1736
1502
|
"input_schema": {
|
|
1737
1503
|
"type": "object",
|
|
@@ -1758,7 +1524,7 @@ export const TOOLS = [
|
|
|
1758
1524
|
{
|
|
1759
1525
|
"name": "token-volatility",
|
|
1760
1526
|
"http_name": "token-volatility",
|
|
1761
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1762
1528
|
"method": "POST",
|
|
1763
1529
|
"input_schema": {
|
|
1764
1530
|
"type": "object",
|
|
@@ -1780,7 +1546,7 @@ export const TOOLS = [
|
|
|
1780
1546
|
{
|
|
1781
1547
|
"name": "trending",
|
|
1782
1548
|
"http_name": "trending",
|
|
1783
|
-
"description": "(0.005 USDC/call) Trending Solana tokens
|
|
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.",
|
|
1784
1550
|
"method": "POST",
|
|
1785
1551
|
"input_schema": {
|
|
1786
1552
|
"type": "object",
|
|
@@ -1803,7 +1569,7 @@ export const TOOLS = [
|
|
|
1803
1569
|
{
|
|
1804
1570
|
"name": "tx-receipt-decode",
|
|
1805
1571
|
"http_name": "tx-receipt-decode",
|
|
1806
|
-
"description": "(0.02 USDC/call) EVM transaction receipt
|
|
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.",
|
|
1807
1573
|
"method": "POST",
|
|
1808
1574
|
"input_schema": {
|
|
1809
1575
|
"type": "object",
|
|
@@ -1832,7 +1598,7 @@ export const TOOLS = [
|
|
|
1832
1598
|
{
|
|
1833
1599
|
"name": "tx-simulate-swap",
|
|
1834
1600
|
"http_name": "tx-simulate-swap",
|
|
1835
|
-
"description": "(0.02 USDC/call)
|
|
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.",
|
|
1836
1602
|
"method": "POST",
|
|
1837
1603
|
"input_schema": {
|
|
1838
1604
|
"type": "object",
|
|
@@ -1875,7 +1641,7 @@ export const TOOLS = [
|
|
|
1875
1641
|
{
|
|
1876
1642
|
"name": "wallet-current-balance",
|
|
1877
1643
|
"http_name": "wallet-current-balance",
|
|
1878
|
-
"description": "(0.
|
|
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.",
|
|
1879
1645
|
"method": "POST",
|
|
1880
1646
|
"input_schema": {
|
|
1881
1647
|
"type": "object",
|
|
@@ -1904,7 +1670,7 @@ export const TOOLS = [
|
|
|
1904
1670
|
{
|
|
1905
1671
|
"name": "wallet-details",
|
|
1906
1672
|
"http_name": "wallet-details",
|
|
1907
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1908
1674
|
"method": "POST",
|
|
1909
1675
|
"input_schema": {
|
|
1910
1676
|
"type": "object",
|
|
@@ -1933,7 +1699,7 @@ export const TOOLS = [
|
|
|
1933
1699
|
{
|
|
1934
1700
|
"name": "wallet-label",
|
|
1935
1701
|
"http_name": "wallet-label",
|
|
1936
|
-
"description": "(0.005 USDC/call)
|
|
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.",
|
|
1937
1703
|
"method": "POST",
|
|
1938
1704
|
"input_schema": {
|
|
1939
1705
|
"type": "object",
|
|
@@ -1962,7 +1728,7 @@ export const TOOLS = [
|
|
|
1962
1728
|
{
|
|
1963
1729
|
"name": "wallet-pnl",
|
|
1964
1730
|
"http_name": "wallet-pnl",
|
|
1965
|
-
"description": "(0.05 USDC/call)
|
|
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.",
|
|
1966
1732
|
"method": "POST",
|
|
1967
1733
|
"input_schema": {
|
|
1968
1734
|
"type": "object",
|
package/package.json
CHANGED