GoldRush MCP Server
Related Servers
Alternatives to GoldRush MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying token balances, transactions, and token holders for wallets across 100+ chains via Covalent/GoldRush.MIT
- AlicenseNot gradedqualityDmaintenanceAllows LLM agents and MCP clients to analyze blockchain data including wallet balances, token information, and transaction history across EVM and Solana chains through the Dune API.10 npm4MIT
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to interact with blockchain data across 48 networks via the 3xpl JSON API, supporting tools for transactions, addresses, blocks, and more.5MIT
- FlicenseNot gradedqualityDmaintenanceExposes Nerve blockchain JSON-RPC and REST APIs as MCP tools, enabling AI agents to receive, pay, swap, and query balances with local account management and no gas fees.1-
- AlicenseNot gradedqualityCmaintenanceProvides Ethereum and L2 data access via Alchemy API, enabling token balances, NFTs, transfers, and generic RPC calls through MCP.83 npmMIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that exposes blockchain data as native tools for AI agents, enabling read-only queries like wallet balances and token holdings on Ethereum, Polygon, and Base.MIT
TDQS
Scored across 27 tools
Several tools have overlapping purposes, e.g., various balance tools (token_balances, historical_token_balances, multichain_balances, native_token_balance) and multiple transaction tools (transaction, transactions_for_address, bitcoin_transactions). While descriptions clarify parameters, an agent could easily misselect the wrong tool for a given task.
Tool names follow a consistent snake_case pattern with descriptive verb_noun structure. Minor deviations include 'for' prepositions (e.g., transactions_for_address, nft_for_address) but overall naming is predictable and clear.
27 tools exceeds the typical well-scoped range (3-15). While the server covers a broad domain (Bitcoin, EVM, NFTs, tokens, blocks, etc.), the count feels heavy and may overwhelm agents. Some consolidation could improve efficiency.
The tool surface is comprehensive for a read-only blockchain data API, covering balances, transactions, blocks, tokens, NFTs, gas, pools, historical data, and approvals. Missing operations like token price current or write actions are intentional due to the server's purpose, but minor gaps exist (e.g., no dedicated current price endpoint).