@covalenthq/goldrush-mcp-server
Version:
GoldRush MCP Server for interacting with Covalent GoldRush API
31 lines • 1.72 kB
JavaScript
export const TOOL_SLUG_MAP = {
gas_prices: "get-gas-prices",
block: "get-a-block",
block_heights: "get-block-heights",
log_events_by_address: "get-log-events-by-contract-address",
log_events_by_topic: "get-log-events-by-topic-hash",
resolve_address: "get-resolved-address-for-registered-address",
token_balances: "get-token-balances-for-address",
historical_token_balances: "get-historical-token-balances-for-address",
historical_portfolio_value: "get-historical-portfolio-value-over-time",
erc20_token_transfers: "get-erc20-token-transfers-for-address",
token_holders: "get-token-holders-as-of-any-block-height-v2",
native_token_balance: "get-native-token-balance",
transaction: "get-a-transaction",
transaction_summary: "get-transaction-summary-for-address",
transactions_for_address: "get-paginated-transactions-for-address-v3",
transactions_for_block: "get-all-transactions-in-a-block",
multichain_transactions: "get-allchains-transactions",
multichain_balances: "get-allchains-balances",
multichain_address_activity: "get-address-activity",
nft_for_address: "get-nfts-for-address",
nft_check_ownership: "check-ownership-in-nft-collection",
nft_check_ownership_token_id: "check-ownership-in-nft-collection-token",
bitcoin_hd_wallet_balances: "get-bitcoin-balances-for-hd-address",
bitcoin_transactions: "get-transactions-for-bitcoin-address",
bitcoin_non_hd_wallet_balances: "get-bitcoin-balance-for-address",
historical_token_prices: "get-historical-token-prices",
pool_spot_prices: "get-pool-spot-prices",
token_approvals: "get-token-approvals-for-address",
};
//# sourceMappingURL=tool-slug-map.js.map