Skip to main content
Glama
457,697 tools. Updated 2026-08-14 14:29

"Dogecoin" matching MCP tools:

  • Send raw JSON-RPC calls to 40+ blockchains without running a node or API key. Use for contract reads, balances, blocks, transactions, logs, gas, or any chain-native method.
    MIT
  • Sign UTXO transactions for bitcoin, bitcoin-cash, litecoin, dogecoin, dash, and zcash. Use prepared transaction details or raw unsigned hex with input metadata; pass private key as parameter.
    MIT
  • Estimate transaction fees for supported blockchains, including Bitcoin, Ethereum, and Polygon, using Tatum's MCP Server API for accurate and efficient fee calculations.
    MIT
  • Retrieve the recommended fee or gas price for a blockchain in satoshis per byte. Supported blockchains include Bitcoin, Dogecoin, Ethereum, and Litecoin. Optimize transaction costs with accurate fee estimation.
    MIT
  • Concurrently fetch and compare cryptocurrency prices from CoinGecko, CCXT exchanges, and DexScreener to validate quotes, find divergences, or identify arbitrage.
    MIT
  • Get current price, market cap, and 24h change for cryptocurrencies via CoinGecko. Use for questions like 'price of bitcoin' or 'how much is ETH worth'. Supports common tickers and fiat currencies.
    MIT
  • Get the current price of a cryptocurrency by providing its name or ticker symbol (e.g., 'bitcoin', 'btc'). Supports major coins like Bitcoin, Ethereum, Solana, and many more.
    MIT
  • Retrieves real-time price data for any cryptocurrency listed on CoinGecko. Returns the current price in any fiat currency, 24-hour percentage change, market capitalisation, and 24-hour trading volume. Supports all major cryptocurrencies including Bitcoin (BTC), Ethereum (ETH), Solana (SOL), XRP, Cardano (ADA), Dogecoin (DOGE), Polygon (MATIC), Chainlink (LINK), Avalanche (AVAX), and 10,000+ additional coins. Use crypto_price when an agent needs the full market picture for a digital asset — price, change, market cap, and volume in one call. Prefer crypto_price_lite when only the spot price and 24h change are needed and a smaller response payload is preferred. Use crypto_fx_rates (via CoinAPI) when converting a specific amount between a cryptocurrency and fiat, or between two cryptocurrencies. Do not use this tool for fiat-to-fiat currency conversion (e.g. USD to EUR) — use currency_convert instead. Do not use when historical price data for a specific past date is required — this tool returns live spot prices only.
    Connector
  • Retrieves real-time price data for any cryptocurrency listed on CoinGecko. Returns the current price in any fiat currency, 24-hour percentage change, market capitalisation, and 24-hour trading volume. Supports all major cryptocurrencies including Bitcoin (BTC), Ethereum (ETH), Solana (SOL), XRP, Cardano (ADA), Dogecoin (DOGE), Polygon (MATIC), Chainlink (LINK), Avalanche (AVAX), and 10,000+ additional coins. Use crypto_price when an agent needs the full market picture for a digital asset — price, change, market cap, and volume in one call. Prefer crypto_price_lite when only the spot price and 24h change are needed and a smaller response payload is preferred. Use crypto_fx_rates (via CoinAPI) when converting a specific amount between a cryptocurrency and fiat, or between two cryptocurrencies. Do not use this tool for fiat-to-fiat currency conversion (e.g. USD to EUR) — use currency_convert instead. Do not use when historical price data for a specific past date is required — this tool returns live spot prices only.
    Connector
  • Current price, market cap, and 24h change for a cryptocurrency, from CoinGecko. Use for "price of bitcoin", "how much is ETH worth", "what's solana trading at" style questions. `coin` is CoinGecko's own lowercase slug (bitcoin, ethereum, solana, dogecoin, ...) -- a handful of common tickers (BTC, ETH, SOL, DOGE, XRP, ADA, BNB, USDT, USDC, LTC) are mapped to their slug automatically as a convenience, but anything else must be the exact slug, not a ticker. `vs_currency` defaults to "usd" and accepts any fiat CoinGecko supports (eur, gbp, jpy, ...). Returns price, market cap, and 24h % change; prices are informational only, not investment advice.
    Connector