@agentutility/mcp-edge-market 0.13.2 → 0.15.0

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
@@ -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. 69 tools appear in the tool palette.
25
+ Restart Claude Desktop. 64 tools appear in the tool palette.
26
26
 
27
27
  ## Install — Cursor
28
28
 
@@ -46,7 +46,7 @@ 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 (69)
49
+ ## Tools (64)
50
50
 
51
51
  | Tool | Description |
52
52
  |---|---|
@@ -55,11 +55,8 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
55
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
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
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
- | `coin-price` | (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. |
59
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. |
60
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. |
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-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. |
63
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). |
64
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. |
65
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. |
@@ -70,7 +67,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
70
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. |
71
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. |
72
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. |
73
- | `ens-resolve` | (0.03 USDC/call) ENS resolver / Ethereum Name Service lookup. Forward (vitalik.eth to address) and reverse (address to primary ENS) with text records (avatar, twitter, github, etc). |
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. |
74
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. |
75
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. |
76
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. |
@@ -89,8 +86,9 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
89
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. |
90
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. |
91
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. |
92
- | `nft-floor` | (0.01 USDC/call) 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. |
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. |
93
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. |
94
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. |
95
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. |
96
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. |
@@ -104,11 +102,8 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
104
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. |
105
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. |
106
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. |
107
- | `token-price` | (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. |
108
- | `token-price-api` | (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. |
109
- | `token-price-lookup` | (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. |
110
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. |
111
- | `token-risk-score` | (0.10 USDC/call) Composite EVM token risk score / 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. |
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. |
112
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. |
113
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. |
114
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. |
@@ -139,4 +134,4 @@ The agent never sees the payment flow — it just gets the result.
139
134
 
140
135
  ---
141
136
 
142
- **Version:** 0.13.2 · **License:** MIT
137
+ **Version:** 0.15.0 · **License:** MIT
@@ -1,6 +1,6 @@
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.13.2";
3
+ export const VERSION = "0.15.0";
4
4
  export const TOOLS = [
5
5
  {
6
6
  "name": "agent-card-resolve",
@@ -163,32 +163,6 @@ 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",
@@ -247,58 +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-token-price",
278
- "http_name": "crypto-token-price",
279
- "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.",
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
224
  {
303
225
  "name": "crypto-tx-explainer",
304
226
  "http_name": "crypto-tx-explainer",
@@ -601,7 +523,7 @@ export const TOOLS = [
601
523
  {
602
524
  "name": "ens-resolve",
603
525
  "http_name": "ens-resolve",
604
- "description": "(0.03 USDC/call) ENS resolver / Ethereum Name Service lookup. Forward (vitalik.eth to address) and reverse (address to primary ENS) with text records (avatar, twitter, github, etc).",
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.",
605
527
  "method": "POST",
606
528
  "input_schema": {
607
529
  "type": "object",
@@ -1108,7 +1030,7 @@ export const TOOLS = [
1108
1030
  {
1109
1031
  "name": "nft-floor",
1110
1032
  "http_name": "nft-floor",
1111
- "description": "(0.01 USDC/call) 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) 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.",
1112
1034
  "method": "POST",
1113
1035
  "input_schema": {
1114
1036
  "type": "object",
@@ -1180,6 +1102,28 @@ export const TOOLS = [
1180
1102
  ]
1181
1103
  }
1182
1104
  },
1105
+ {
1106
+ "name": "protocol-tvl",
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.",
1109
+ "method": "POST",
1110
+ "input_schema": {
1111
+ "type": "object",
1112
+ "properties": {
1113
+ "protocol": {
1114
+ "type": "string",
1115
+ "description": "DefiLlama slug (lowercase, hyphenated). Examples: 'aave', 'lido', 'uniswap', 'makerdao', 'curve-dex'. See defillama.com/protocols for the canonical slug list."
1116
+ },
1117
+ "include_tvl_series": {
1118
+ "type": "boolean",
1119
+ "description": "If true, attach the full historical TVL time-series under tvl_summary.series. Adds significant payload size. Default false."
1120
+ }
1121
+ },
1122
+ "required": [
1123
+ "protocol"
1124
+ ]
1125
+ }
1126
+ },
1183
1127
  {
1184
1128
  "name": "safe-multisig-status",
1185
1129
  "http_name": "safe-multisig-status",
@@ -1496,84 +1440,6 @@ export const TOOLS = [
1496
1440
  ]
1497
1441
  }
1498
1442
  },
1499
- {
1500
- "name": "token-price",
1501
- "http_name": "token-price",
1502
- "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.",
1503
- "method": "POST",
1504
- "input_schema": {
1505
- "type": "object",
1506
- "properties": {
1507
- "query": {
1508
- "type": "string",
1509
- "description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
1510
- },
1511
- "vs_currency": {
1512
- "type": "string",
1513
- "description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
1514
- },
1515
- "chain": {
1516
- "type": "string",
1517
- "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."
1518
- }
1519
- },
1520
- "required": [
1521
- "query"
1522
- ]
1523
- }
1524
- },
1525
- {
1526
- "name": "token-price-api",
1527
- "http_name": "token-price-api",
1528
- "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.",
1529
- "method": "POST",
1530
- "input_schema": {
1531
- "type": "object",
1532
- "properties": {
1533
- "query": {
1534
- "type": "string",
1535
- "description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
1536
- },
1537
- "vs_currency": {
1538
- "type": "string",
1539
- "description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
1540
- },
1541
- "chain": {
1542
- "type": "string",
1543
- "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."
1544
- }
1545
- },
1546
- "required": [
1547
- "query"
1548
- ]
1549
- }
1550
- },
1551
- {
1552
- "name": "token-price-lookup",
1553
- "http_name": "token-price-lookup",
1554
- "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.",
1555
- "method": "POST",
1556
- "input_schema": {
1557
- "type": "object",
1558
- "properties": {
1559
- "query": {
1560
- "type": "string",
1561
- "description": "Coin id ('bitcoin'), ticker ('BTC', case-insensitive), or contract address (0x... or chain-native). When passing a contract, set 'chain' to disambiguate."
1562
- },
1563
- "vs_currency": {
1564
- "type": "string",
1565
- "description": "Quote currency. Default 'usd'. Any CoinGecko-supported fiat or crypto: usd, eur, gbp, jpy, btc, eth, etc."
1566
- },
1567
- "chain": {
1568
- "type": "string",
1569
- "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."
1570
- }
1571
- },
1572
- "required": [
1573
- "query"
1574
- ]
1575
- }
1576
- },
1577
1443
  {
1578
1444
  "name": "token-risk",
1579
1445
  "http_name": "token-risk",
@@ -1604,7 +1470,7 @@ export const TOOLS = [
1604
1470
  {
1605
1471
  "name": "token-risk-score",
1606
1472
  "http_name": "token-risk-score",
1607
- "description": "(0.10 USDC/call) Composite EVM token risk score / 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) 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.",
1608
1474
  "method": "POST",
1609
1475
  "input_schema": {
1610
1476
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentutility/mcp-edge-market",
3
- "version": "0.13.2",
3
+ "version": "0.15.0",
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",