Emblem AI
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMBLEMAI_BEARER | No | Alternative to EMBLEMAI_API_KEY. JWT bearer, read-only, ~15 min expiry. Useful for interactive sessions only — unattended use cases (cron, agents) should use EMBLEMAI_API_KEY. | |
| EMBLEMAI_API_KEY | No | Vault access key. Full read+write, no expiry. Required for tool execution (tools/call). Generate at emblemvault.ai → Settings → Vault Access Key. Without this, tools/list still works but tools/call returns an instructional error. | |
| EMBLEMAI_TRANSACTIONS | No | Set to 'enabled' to surface state-changing tools (sends, swaps, trades) in tools/list. Requires EMBLEMAI_API_KEY — JWT bearer cannot pass the vault:write gate. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| firecrawlExtractC | Investigate or Extract structured data from web pages or urls using Firecrawl |
| websearchA | Search the web for current news, information, and announcements. Use this for real-time market insights and breaking news.Do NOT use it for real-time price data for prices and swaps, use quote tools instead. |
| baseFindClankerTokensA | Find meme tokens on Base via Clanker (clanker.world). Returns tokens with price, market cap, 24h volume, and price changes. Use 'q' param to search by name/symbol. Sort by market-cap or created-at. To buy/sell Clanker tokens, use baseSwap — they are regular ERC20s on Base. |
| baseGetBalancesA | Get wallet balances on Base. CRITICAL: Use 'balance' for trades (exact units), NOT 'humanReadableBalance' (rounded for display). |
| baseSwapQuoteA | Get current USD price and swap quote for Base tokens. ALWAYS fetch fresh prices - crypto is volatile. Use 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE for native ETH. |
| bscfindMemeCoinsViaFourMemeB | Find meme coins on BSC via FourMeme. Market cap is in BNB, price in USD. |
| bscGetBalancesB | Get wallet balances on BSC |
| bscSwapQuoteA | Get swap quote for BSC tokens. Uses Uniswap X or 0x. Use 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE for native BNB. |
| isFourMemeTokenA | Check if a token is a FourMeme token on BSC |
| getCoinglassBitcoinEtfListA | Provides a list of Bitcoin-based Exchange-Traded Funds (ETFs) |
| getCoinglassBitcoinETFNetAssetsHistoryB | Historical net assets data for Bitcoin-based Exchange-Traded Funds (ETFs) |
| getCoinglassBitfinexMarginDataC | Provides data on margin long and short positions from Bitfinex |
| getCoinglassBorrowInterestRateC | Provides daily borrowing interest rates for cryptocurrencies |
| getCoinglassCDRIIndexB | Provides historical CDRI (CoinGlass Derivatives Risk Index) data |
| getCoinglassCGDIIndexB | Provides historical CGDI (CoinGlass Derivatives Index) data |
| getCoinglassEthereumEtfListA | Get the list of Ethereum ETFs with pagination |
| getCoinglassEthereumETFNetAssetsHistoryA | Historical net assets data for Ethereum-based Exchange-Traded Funds (ETFs) |
| getCoinglassExchangeAssetsA | Provides asset holdings data for exchange wallets, including address, balance, USD value, and price info |
| getCoinglassExchangeBalanceListC | Provides a list of exchange balances for a given symbol |
| getCoinglassFutureBasisB | Provides historical futures basis data, including open and close basis rates and annualized percentage changes |
| getCoinglassFuturesWhaleIndexC | Provides a list of futures whale index data |
| getCoinglassGrayscaleHoldingsA | Provides a list of holdings managed by Grayscale Investments |
| getCoinglassHyperliquidWhaleAlertA | Provides real-time whale alerts on Hyperliquid, highlighting positions with notional value over $1M |
| getCoinglassHyperliquidWhalePositionB | Provides real-time whale position data on Hyperliquid |
| getCoinglassOnChainTransfersB | Provides on-chain transfer records (ERC-20) for exchanges |
| getCoinglassOpenInterestHistoryB | Provides historical open interest data for options across different exchanges |
| getCoinglassOptionsInfoB | Provides detailed information about open interest and trading volume for options across exchanges |
| getCoinglassPremiumIndexA | Provides the Coinbase Bitcoin Premium Index, indicating price difference between Coinbase Pro and Binance |
| emblemGetCollectionAssetsA | Get all assets within a specific curated collection for vault creation |
| emblemGetDepositAddressA | Get the deposit address for a vault where you can send assets. Shows which coins are accepted. |
| emblemListCollectionsA | List all available curated collections for vault creation with asset details |
| emblemListMyVaultsA | List all vaults owned by the connected wallet (or a specified address), with optional filtering by status |
| emblemResolveAssetA | Resolve an asset name to its curated collection. CRITICAL: Call this BEFORE emblemCreateVault when vaulting user assets to find the correct collection name. |
| ethGetBalancesA | Get wallet balances on Ethereum. CRITICAL: Use 'balance' for trades (exact units), NOT 'humanReadableBalance' (rounded for display). |
| ethSwapQuoteA | Get current USD price and swap quote for Ethereum tokens. ALWAYS fetch fresh prices - crypto is volatile. Use 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE for native ETH. |
| hederaAccountIdToEvmAddressA | Convert a Hedera account ID to EVM address |
| hederaContractIdToEvmAddressA | Convert a Hedera contract ID to EVM address |
| hederaFindMemeCoinsC | Find memecoins from MemeJob on Hedera |
| hederaFindTokensA | Find/discover tokens on Hedera by name or symbol |
| hederaTokensSwapQuoteA | Get current USD price and swap quote for Hedera tokens. ALWAYS fetch fresh - crypto prices change every second. Supports exact input (spend X) and exact output (receive Y) modes. |
| nansen_defi_portfolioA | Get a wallet's DeFi portfolio: LP positions, lending, staking, farming across protocols. |
| nansen_perp_positionsA | Get current Hyperliquid perpetual positions held by smart money for a specific token. |
| nansen_pnl_leaderboardA | Get Nansen PnL leaderboard for a SPECIFIC TOKEN CONTRACT (not a global wallet leaderboard). Requires a token contract address. Shows which wallets profited most from trading that specific token. |
| nansen_smart_money_flowsA | Get net token flows from smart money addresses. Shows accumulation/distribution by funds and whales. |
| nansen_smart_money_holdingsA | Get current token holdings aggregated across smart money wallets. Shows what funds and whales are holding. |
| nansen_smart_money_tradesA | Get recent DEX trades by smart money wallets. Spot what top traders are actively buying/selling. |
| nansen_token_screenerB | Screen tokens by volume, smart money activity, and chain. Find trending tokens that smart money is trading. |
| nansen_wallet_profilerA | Profile a specific wallet — trading activity, PnL, token trades over a date range. |
| nansen_who_bought_soldA | See which smart money wallets bought or sold a specific token in a date range. |
| openseaGetBestListingsA | Get the cheapest (best) listings for an NFT collection. Use this for price discovery and finding deals. |
| openseaGetCollectionActivityA | Monitor recent activity for an NFT collection: sales, transfers, mints, listings, and offers. Use this to track market activity and recent trades. |
| openseaGetCollectionStatsA | Get detailed stats for an NFT collection including floor price, volume, sales, owners, and market cap. Use collection slug (e.g., 'boredapeyachtclub'), not the collection name. |
| openseaGetMyNFTsA | Get all NFTs owned by the user on OpenSea. ALWAYS use this tool first when user asks about their NFTs or NFT collection. |
| openseaGetNFTListingsA | Get active sell listings for an NFT on OpenSea |
| openseaGetNFTOffersA | Get buy offers for an NFT on OpenSea |
| openseaGetTrendingCollectionsA | Find trending NFT collections by volume, market cap, or price changes. Use this for market research and discovering popular collections. |
| checkRuneUnlockB | Check when a specific rune name becomes available to etch. |
| getAlkaneAddressBalanceA | Get the alkane balance for a Bitcoin address. This includes tokens, NFTs, contracts, and any other type of alkane. |
| getAlkaneAddressUTXOsA | Get the UTXOs for a given Bitcoin address. This includes tokens, NFTs, contracts, and any other type of alkane. |
| getAlkaneInfoA | Get the info for a given alkane id. example: 2:42 |
| getBitcoinCollectionsD | Get the bitcoin collections |
| getBRC20ActivityC | Get the brc20 activity for a given address |
| getBRC20TokenInfoA | Get the info for a given BRC20 token: current price, supply, market cap... |
| getBTCBalancesA | Get the balance of the bitcoin wallet for both taproot and nested segwit. It doesn't include runes, ordinals, etc. |
| getCollectionInfoA | Get the info for a given collection slug. example taproot-wizards |
| getCollectionInscriptionsA | Get the inscriptions for a given collection slug |
| getCollectionMarketInfoA | Get market info for a Bitcoin inscription collection: floor price in sats and USD, market cap in BTC and USD. Use this when user asks about collection prices, valuations, or floor prices. |
| getCollectionVolumeA | Get trading volume and market stats for a Bitcoin ordinal collection from Magic Eden. Returns total volume, floor price, supply, owners, and listings. Use this for questions about collection trading activity or volume. |
| getCryptoPriceA | Get the current USD price of a major cryptocurrency. Use this when the user asks about the price, value, or worth of BTC, ETH, SOL, BNB, or HBAR. This is the PRIMARY tool for answering questions like 'What's Bitcoin worth?', 'ETH price', 'How much is SOL?', or 'Tell me about Bitcoin'. |
| getInscriptionActivityC | Get the inscription activity for a given address |
| getInscriptionInfoB | Get the inscription info for a given inscription id |
| getInscriptionsByAddressB | Get the inscriptions for a given address |
| getInscriptionTraitsC | Get the traits for a given inscription id |
| getLatestInscriptionsC | Get the latest inscriptions |
| getLatestRunesA | List the latest Rune tokens for market discovery and browsing. Use this when user wants to see new/trending Runes, NOT for checking their personal balance. |
| getMagicEdenRunePriceA | Get rune market data from Magic Eden as an alternative data source. Use this if Ordiscan returns zero prices for a rune. |
| getOwnedInscriptionIdsB | Get the inscription ids for a given address |
| getRareSatsC | Get the rare sats for a given address |
| getRecentStampsC | Get the recent bitcoin stamps |
| getRuneBalancesB | Get the user's Rune token balances. |
| getRuneInfoC | Get the info for a given rune id |
| getRuneMarketInfoA | Get the market info for a given rune name: price, market cap |
| getRunesActivityC | Get the rune activity for a given address |
| getSatRangesForUTXOB | Get the sat ranges for a given UTXO |
| getSRC20TokenD | Get the SRC20 token |
| getStampC | Get the bitcoin stamps |
| getStampsByAddressC | Get the stamps owned by an address |
| getTopBRC20ByMarketCapA | Get BRC-20 tokens ranked by market cap. Use this to find the most valuable BRC-20 tokens. Returns price, market cap, 24h volume, and price change. |
| getTopBRC20ByVolumeA | Get BRC-20 tokens ranked by 24h trading volume. Use this to find the most actively traded BRC-20 tokens. Returns price, market cap, 24h volume, and price change. |
| getTopCollectionsByFloorA | Get Bitcoin ordinal collections ranked by floor price from Magic Eden. Use this when user asks about 'most expensive collections' or 'highest floor price ordinals'. |
| getTopCollectionsByVolumeA | Get Bitcoin ordinal collections ranked by trading volume from Magic Eden. Use this when user asks about 'inscriptions with most volume', 'top trading collections', or 'hottest ordinal collections'. |
| getTopRunesByMarketCapA | Get Bitcoin runes ranked by market cap. Use this to find the most valuable runes by market capitalization. Returns price, market cap, 24h volume, and price change. |
| getTopRunesByVolumeA | Get Bitcoin runes ranked by 24h trading volume. Use this to find the most actively traded runes. Returns price, market cap, 24h volume, and price change. |
| getTrendingCoinsA | Get currently trending cryptocurrencies on CoinGecko. Shows coins with highest search interest in the last 24 hours. |
| getUtxoRunesB | Get the utxo runes for a given address |
| getXCPBalancesA | Get the balances of the bitcoin legacy wallet for XCP and stamps, rarepepes |
| inscriptionTransferActivityC | Get the transfer activity for a given inscription id |
| listAlkanesD | List the alkanes |
| listBRC20TokensB | List all BRC-20 tokens in the market for discovery and browsing. Use this when user wants to see available tokens, NOT for checking their personal balance. |
| rareSatsForUTXOA | Get the rare sats for a given UTXO |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EmblemCompany/Agent-skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server