/** * Tenero market analytics tools * * Read-only MCP tools for Stacks ecosystem market data via the Tenero API * (formerly STXTools) at https://api.tenero.io. No authentication required. * * Tools: * - tenero_token_info — Token metadata, price, and volume * - tenero_market_summary — Price history and pool liquidity for a token * - tenero_market_stats — Overall market volume, netflow, and active traders * - tenero_top_gainers — Top gaining tokens by 24h price change * - tenero_top_losers — Top losing tokens by 24h price change * - tenero_trending_pools — Trending DEX liquidity pools by 1h volume * - tenero_wallet_trades — Trade history for a wallet address * - tenero_wallet_holdings — Token holdings with current USD value for a wallet * - tenero_whale_trades — Recent large trades above threshold value * - tenero_holder_stats — Token holder distribution and concentration stats * - tenero_search — Search tokens, pools, and wallets by name or address */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerTeneroTools(server: McpServer): void; //# sourceMappingURL=tenero.tools.d.ts.map