HeadlessTracker
Related Servers
Alternatives to HeadlessTracker
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceSelf-custodial crypto portfolio and DeFi MCP server. Read balances and positions (Aave, Compound, Morpho, Uniswap V3, Lido, EigenLayer) across Ethereum, Arbitrum, Polygon, and Base, and prepare transactions for approval on a Ledger via WalletConnect.1001,066 npm4Business Source 1.1
- AlicenseNot gradedqualityDmaintenanceAgent-native, self-hosted MCP server for crypto trading and DeFi management. Enables agents to query balances, execute trades, and manage positions with a policy engine and secure key storage.7Apache 2.0

@luxalgo/broker-mcpofficial
AlicenseAqualityBmaintenanceA local MCP server that gives AI agents read-only access to real brokerage accounts across 16 brokers and exchanges, while keeping API keys on the user's machine. It enables portfolio overviews, positions, trade history, and performance statistics through natural-language queries.61MIT- AlicenseNot gradedqualityDmaintenanceTracks multi-exchange cryptocurrency portfolio P\&L by storing holdings and providing live price data.MIT
- AlicenseNot gradedqualityDmaintenanceRead-only MCP server for investigating Polymarket wallets, markets, and cross-wallet patterns using 21 tools backed by public APIs and an optional SQLite cache.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that provides live crypto portfolio data, token info, gas prices, swap offers, and Bitcoin balance via Zerion and Blockstream APIs.3MIT
TDQS
Scored across 15 tools
Each tool has a clearly distinct purpose: account management (setup/remove/list/add_wallet), custom token CRUD (add/list/remove), data retrieval (holdings, allocations, PnL, transactions, Polymarket positions), and UI rendering (dashboard, settings). No overlapping responsibilities.
All tools follow a consistent verb_noun snake_case pattern (e.g., add_custom_token, get_holdings, list_accounts, refresh_data). The prefixes are uniform (add_, get_, list_, remove_, render_, setup_, refresh_).
The 15 tools cover a complex domain (crypto exchanges, wallets, prediction markets) without being overwhelming. Each tool serves a well-defined function, and the count is appropriate for the portfolio tracker's scope.
The tool set provides comprehensive coverage for portfolio tracking: account setup/removal, wallet management, custom tokens, data retrieval (holdings, PnL, transactions, Polymarket positions), and UI. A minor gap is the lack of a direct tool to update existing account parameters (e.g., API key rotation), though the settings UI may cover this indirectly.