emblem-mcp
# EmblemAI MCP EmblemAI is a hosted Model Context Protocol server that gives AI agents a full-featured crypto wallet plus **200+ tools** for trading, DeFi, NFTs, and on-chain analytics across **7 blockchains**: - **Bitcoin** — native BTC, Ordinals inscriptions, Runes, BRC-20, Stamps / SRC-20, Alkanes, rare sats - **Solana** — SOL + SPL tokens, Jupiter-routed swaps, Solana memecoin discovery, RugCheck - **Ethereum** — native ETH, ERC-20, ERC-721 / ERC-1155 NFTs, ETH swaps - **Base** — native ETH on L2, ERC-20, NFTs, Clanker discovery - **BSC** — native BNB, BEP-20, FourMeme bonding-curve discovery and trading - **Polygon** — native MATIC, ERC-20, swaps - **Hedera** — HBAR, HTS tokens, MemeJob discovery and trading Plus prediction markets via **Polymarket**, market research, conditional orders (limit / stop-loss / take-profit) on supported chains, and on-chain analytics. ## Quick start The Smithery deployment connects directly to the hosted EmblemAI MCP at `https://emblemvault.ai/api/mcp`. You only need an API key: 1. Sign in at [emblemvault.ai](https://emblemvault.ai). 2. Open **Settings → Vault Access Key** and copy your key. 3. Paste it as the `apiKey` parameter in the Smithery connection form. Browsing tools (`tools/list`) works anonymously, so you can inspect the catalog before authenticating. ## Auth modes | Mode | When to use | Scope | | ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------ | | **API key** (`x-api-key`) | Unattended agents, cron jobs, server-to-server, any workflow that mints tokens or sends transactions | Full read + write, no expiry until revoked | | **OAuth 2.0 + PKCE** (RFC 7591 Dynamic Client Registration) | Interactive sessions where a human can click a browser popup | Read-only `vault:read`, short-lived JWT | | **x402 micropayments** | Pay-per-call across the public catalog without an account | Per-tool-call USDC settlement | The Smithery deployment defaults to the API-key path, configured via the `apiKey` parameter (sent to the upstream as the `x-api-key` header). ## Enabling transactional tools State-changing tools (sends, swaps, mints, conditional-trade creates) are hidden by default. Opt in by setting the `enableTransactions` parameter to `enabled` — Smithery's gateway forwards it as the `x-mcp-transactions: enabled` header. Transactional tools then surface in `tools/list` with a `-transaction` suffix, which makes them easy to allow- or block-list with wildcard rules in the host client. Note: transactional tools also require API-key auth — OAuth bearers do not pass the `vault:write` gate. ## Specialized listings (filter) The full 200-tool surface is wide. For Bitcoin-only, Solana-only, or any other curated slice, use the stdio bridge `@emblemvault/mcp` (npm) and set: ``` EMBLEMAI_TOOLS_FILTER="bitcoin*,*Rune*,*Inscription*" ``` The bridge applies the glob filter to both `tools/list` and `tools/call`, exposing only the matching subset to the host LLM. The hosted Smithery deployment always exposes the full catalog; the filter is a stdio-side feature. ## Categories Trading · DeFi · NFTs · Wallet · Bitcoin Ordinals · Polymarket prediction markets · Cross-chain · Market analytics · Research / web search. ## Links - Hosted MCP: `https://emblemvault.ai/api/mcp` - Stdio bridge: `@emblemvault/mcp` ([github](https://github.com/EmblemCompany/Agent-skills/tree/main/mcp-bridge)) - Repo: [EmblemCompany/Agent-skills](https://github.com/EmblemCompany/Agent-skills) - Web app: [emblemvault.ai](https://emblemvault.ai) - Glama listing: [glama.ai/mcp/servers/EmblemCompany/Agent-skills](https://glama.ai/mcp/servers/EmblemCompany/Agent-skills) - Docs: [emblemvault.ai/docs/mcp](https://emblemvault.ai/docs/mcp) ## License MIT (stdio bridge + documentation). Hosted MCP is managed SaaS.
- Version:
- hosted
- Publisher:
- emblemai
Install
Generated from the server’s transport data — never hand-written. Placeholders in angle brackets are yours to fill.
Hosted — https://emblem-mcp--emblemai.run.tools
claude mcp add --transport http emblem-mcp https://emblem-mcp--emblemai.run.tools --header 'apiKey: <apiKey>' --header 'transactions: <transactions>'What it can do
As declared by the publisher
Tools · 130
baseFindClankerTokensFind 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.
baseGetBalancesGet wallet balances on Base. CRITICAL: Use 'balance' for trades (exact units), NOT 'humanReadableBalance' (rounded for display).
baseSwapQuoteGet current USD price and swap quote for Base tokens. ALWAYS fetch fresh prices - crypto is volatile. Use 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE for native ETH.
birdeyeTradeDataGet detailed trade data for a specific token from Birdeye. Supported chains: solana, ethereum, arbitrum, avalanche, bsc, optimism, polygon, base, zksync, sui. NOT supported: Hedera (use hederaTokensSwapQuote instead).
birdeyeTrendingTokensGet trending tokens from Birdeye with real-time price and market data. Supports multiple chains and sorting options.
bscfindMemeCoinsViaFourMemeFind meme coins on BSC via FourMeme. Market cap is in BNB, price in USD.
bscGetBalancesReturn the user's wallet holdings on BNB Smart Chain (chain ID 56): native BNB plus all detected BEP-20 token balances with contract address, symbol, decimals, and USD value where pricing is available.
bscSwapQuoteGet swap quote for BSC tokens. Uses Uniswap X or 0x. Use 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE for native BNB.
checkRuneUnlockCheck when a specific rune name becomes available to etch.
discoverLaunchLabTokensGet LaunchLab / bonk.fun tokens. Pass size=5, paginate with nextPageId.
emblemGetCollectionAssetsGet all assets within a specific curated collection for vault creation
emblemGetDepositAddressGet the deposit address for a vault where you can send assets. Shows which coins are accepted.
emblemListCollectionsList all available curated collections for vault creation with asset details
emblemListMyVaultsList all vaults owned by the connected wallet (or a specified address), with optional filtering by status
emblemResolveAssetResolve an asset name to its curated collection. CRITICAL: Call this BEFORE emblemCreateVault when vaulting user assets to find the correct collection name.
ethGetBalancesGet wallet balances on Ethereum. CRITICAL: Use 'balance' for trades (exact units), NOT 'humanReadableBalance' (rounded for display).
ethSwapQuoteGet current USD price and swap quote for Ethereum tokens. ALWAYS fetch fresh prices - crypto is volatile. Use 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE for native ETH.
findPositionByIdFind a conditional trade position by ID across ALL networks. Use this when you have a position ID but don't know which network it's on.
findSolanaGemsDiscover trending Solana tokens or tokenized stocks. category='tokens': memecoins, DeFi tokens, SPL tokens (trending, popular, top traded, organic, new). category='stocks': tokenized equities on Solana (PreStocks, xStocks, rStocks) with real stock prices. Use for: 'trending tokens', 'find gems', 'top traded memecoins', 'show stocks on solana', 'TSLA stock token'. NOT for: specific token lookup (use findSolanaSwapToken), PumpFun queries (use getPumpFunTokens).
findSolanaSwapTokenFind a Solana token by name or symbol. Use when splBuyIntent reports ambiguous token symbol.
firecrawlExtractInvestigate or Extract structured data from web pages or urls using Firecrawl
getAlkaneAddressBalanceGet the alkane balance for a Bitcoin address. This includes tokens, NFTs, contracts, and any other type of alkane.
getAlkaneAddressUTXOsGet the UTXOs for a given Bitcoin address. This includes tokens, NFTs, contracts, and any other type of alkane.
getAlkaneInfoFetch metadata for a single Alkane by its protocol ID: name, symbol, supply, type, and contract details if applicable.
getAllPositionsGet ALL conditional trade positions across ALL networks (Solana, Ethereum, BSC, Polygon, Hedera) in a single call. Optionally filter by position status: OPEN, CLOSED, CANCELLED, FAILED.
getBitcoinCollectionsBrowse all indexed Bitcoin Ordinals inscription collections (paginated). Returns each collection's slug, name, supply, and identifiers — useful for discovery before drilling into floor price or assets via getCollectionInfo / getCollectionMarketInfo.
getBRC20ActivityReturn the BRC-20 token transfer history for a given Bitcoin address (deploys, mints, transfers, sends, receives) with timestamps and amounts. Paginated.
getBRC20TokenInfoFetch protocol + market metadata for a single BRC-20 token by ticker: current USD price, total supply, max supply, mint progress, holder count, and market cap.
getBTCBalancesReturn native BTC balances for the user's wallet, broken out by both the taproot (P2TR) and nested segwit (P2WPKH) addresses, in BTC and sats. Does NOT include runes, ordinals/inscriptions, or Counterparty assets — use the dedicated getRuneBalances / getInscriptionsByAddress / getXCPBalances tools for those.
getChangeNowSupportedCurrenciesGet supported currencies for cross-chain swaps
getChangeNowSwapQuoteGet a swap quote for cross-chain exchange. Tickers must be supported by ChangeNow.
getCoinglassBitcoinEtfListProvides a list of Bitcoin-based Exchange-Traded Funds (ETFs)
getCoinglassBitcoinETFNetAssetsHistoryHistorical net assets data for Bitcoin-based Exchange-Traded Funds (ETFs)
getCoinglassBitfinexMarginDataProvides data on margin long and short positions from Bitfinex
getCoinglassBorrowInterestRateProvides daily borrowing interest rates for cryptocurrencies
getCoinglassCDRIIndexProvides historical CDRI (CoinGlass Derivatives Risk Index) data
getCoinglassCGDIIndexProvides historical CGDI (CoinGlass Derivatives Index) data
getCoinglassEthereumEtfListGet the list of Ethereum ETFs with pagination
getCoinglassEthereumETFNetAssetsHistoryHistorical net assets data for Ethereum-based Exchange-Traded Funds (ETFs)
getCoinglassExchangeAssetsProvides asset holdings data for exchange wallets, including address, balance, USD value, and price info
getCoinglassExchangeBalanceListProvides a list of exchange balances for a given symbol
getCoinglassFutureBasisProvides historical futures basis data, including open and close basis rates and annualized percentage changes
getCoinglassFuturesWhaleIndexProvides a list of futures whale index data
getCoinglassGrayscaleHoldingsProvides a list of holdings managed by Grayscale Investments
getCoinglassHyperliquidWhaleAlertProvides real-time whale alerts on Hyperliquid, highlighting positions with notional value over $1M
getCoinglassHyperliquidWhalePositionProvides real-time whale position data on Hyperliquid
getCoinglassOnChainTransfersProvides on-chain transfer records (ERC-20) for exchanges
getCoinglassOpenInterestHistoryProvides historical open interest data for options across different exchanges
getCoinglassOptionsInfoProvides detailed information about open interest and trading volume for options across exchanges
getCoinglassPremiumIndexProvides the Coinbase Bitcoin Premium Index, indicating price difference between Coinbase Pro and Binance
getCollectionInfoFetch a Bitcoin Ordinals collection's metadata by its slug: name, description, supply, twitter, website, and image. Pair with getCollectionMarketInfo for floor/market data.
getCollectionInscriptionsList the inscriptions that belong to a given Bitcoin Ordinals collection (the collection's items). Returns inscription IDs and basic metadata.
getCollectionMarketInfoGet 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.
getCollectionVolumeGet 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.
getCryptoPriceGet 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'.
getInscriptionActivityReturn the inscription transfer history for a given Bitcoin address (incoming and outgoing inscription movements with timestamps and counterparties), paginated.
getInscriptionInfoFetch metadata for a single Bitcoin Ordinals inscription: content type, content URL, current owner, satpoint, inscription number, genesis transaction, and timestamp.
getInscriptionsByAddressReturn paginated, fully-detailed Bitcoin Ordinals inscriptions held by a given Bitcoin address (number, content type, traits, satpoint). Use this to display a wallet's NFT-style holdings.
getInscriptionTraitsFetch the trait/attribute set for a single Bitcoin inscription (NFT-style traits used for collection rarity ranking). Returns an empty array when no traits are indexed.
getLatestInscriptionsBrowse the most recently created Bitcoin Ordinals inscriptions network-wide (newest first by default). Use this to discover newly-minted inscriptions, NOT to look up inscriptions on a specific address.
getLatestRunesList 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.
getLeaderboardEmblem ecosystem trading leaderboard
getMagicEdenRunePriceGet rune market data from Magic Eden as an alternative data source. Use this if Ordiscan returns zero prices for a rune.
getOwnedInscriptionIdsReturn the list of Bitcoin Ordinals inscription IDs owned by a given Bitcoin address. Lightweight ID-only response — use getInscriptionsByAddress for full inscription metadata.
getPolyMarketEventGet detailed info for a specific Polymarket event by slug
getPolyMarketEventsGet Polymarket events list. Returns compacted data optimized for efficiency.
getPolyMarketEventsByTagGet Polymarket events filtered by tag/category
getPolyMarketTagsGet Polymarket categories/tags for filtering events
getPolyMarketUserPositionsGet user's Polymarket positions
getPumpFunTokensQuery PumpFun tokens (new, graduating, graduated)
getRareSatsList rare sats (uncommon, rare, epic, legendary, or named single-satoshi units) controlled by a given Bitcoin address. Useful for collectors evaluating sat rarity holdings.
getRecentStampsBrowse the most recently issued Bitcoin Stamps (newest first) for discovery. Returns asset name, image preview, creator, and timestamp. Use this for activity feeds and 'what's new' surfaces.
getRuneBalancesGet the user's Rune token balances.
getRuneInfoFetch protocol-level metadata for a Rune token by name: ID, supply, divisibility, symbol, premine, etching transaction, and lock height.
getRuneMarketInfoGet the market info for a given rune name: price, market cap
getRunesActivityReturn the Rune transfer history for a given Bitcoin address (etching, mints, sends, receives) with timestamps, amounts, and counterparties. Paginated.
getSatRangesForUTXOReturn the ordinal-numbered sat ranges contained in a single UTXO (the satoshi-by-satoshi composition). Useful for ordinal theory analysis and rare-sat lookups.
getSRC20TokenFetch metadata for a single SRC-20 token (the Bitcoin Stamps fungible-token standard) by ticker: deploy info, max supply, mint progress, holder count, and creator. SRC-20 is the Stamps protocol equivalent of BRC-20.
getStampFetch metadata for a single Bitcoin Stamp (Stampchain.io) by ID: image data, creator address, block height, asset name, and SRC20 association if any. Bitcoin Stamps embed permanent on-chain image data via the Counterparty/STAMP protocol.
getStampsByAddressList the Bitcoin Stamps and SRC-20 token balances held by a given Bitcoin address. Returns each held stamp's ID + asset name and SRC-20 holdings with amounts.
getTopBRC20ByMarketCapGet 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.
getTopBRC20ByVolumeGet 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.
getTopCollectionsByFloorGet Bitcoin ordinal collections ranked by floor price from Magic Eden. Use this when user asks about 'most expensive collections' or 'highest floor price ordinals'.
getTopCollectionsByVolumeGet 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'.
getTopRunesByMarketCapGet 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.
getTopRunesByVolumeGet 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.
getTrendingCoinsGet currently trending cryptocurrencies on CoinGecko. Shows coins with highest search interest in the last 24 hours.
getUtxoRunesList the unspent transaction outputs (UTXOs) on a Bitcoin address that hold Rune tokens, including the rune name, amount, and UTXO reference. Useful for inspecting a wallet's individual rune-bearing UTXOs before sending or splitting them.
getXCPBalancesReturn the user's legacy Bitcoin (P2PKH) wallet holdings on the Counterparty layer: XCP balance, named Counterparty assets, Bitcoin Stamps, and rare pepes — each with asset name, supply, and divisibility metadata.
hederaAccountIdToEvmAddressResolve a Hedera account ID in '0.0.x' realm-shard-num form to its 0x-prefixed EVM address by querying the Hedera mirror node (returns the account's alias or auto-generated EVM address).
hederaContractIdToEvmAddressConvert a Hedera contract ID in '0.0.x' realm-shard-num form to its 0x-prefixed EVM address representation. Pure conversion — does not query the network.
hederaFindMemeCoinsBrowse Hedera meme tokens listed on the MemeJob bonding-curve launchpad. Sort by market cap, creation time, last activity, or nearest-promoted; paginated for discovery feeds.
hederaFindTokensSearch Hedera-listed tokens by name or symbol (substring, case-insensitive). Returns matching tokens with EVM address, name, symbol, and decimals. Omit the query to list all tokens.
hederaTokensSwapQuoteGet 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.
inscriptionTransferActivityReturn the full ownership transfer history for a single Bitcoin inscription: every move with timestamp, from-address, to-address, and transaction hash.
isFourMemeTokenCheck whether a BSC token contract is registered on FourMeme and is still on the bonding curve (not yet listed / migrated off the curve). Returns the FourMeme token record if found.
listAlkanesBrowse Alkanes (Bitcoin smart-contract / token / NFT primitives anchored on Bitcoin), filtered by type. Use this for market discovery; pair with getAlkaneInfo for per-asset detail.
listBRC20TokensList 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.
listPositionsList conditional trade positions. If network is provided, lists positions for that specific network. If no network is provided, lists ALL positions across all supported networks (Solana, Ethereum, BSC, Polygon, Hedera, Base).
nansen_defi_portfolioGet a wallet's DeFi portfolio: LP positions, lending, staking, farming across protocols.
nansen_perp_positionsGet current Hyperliquid perpetual positions held by smart money for a specific token.
nansen_pnl_leaderboardGet 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_flowsGet net token flows from smart money addresses. Shows accumulation/distribution by funds and whales.
nansen_smart_money_holdingsGet current token holdings aggregated across smart money wallets. Shows what funds and whales are holding.
nansen_smart_money_tradesGet recent DEX trades by smart money wallets. Spot what top traders are actively buying/selling.
nansen_token_screenerScreen tokens by volume, smart money activity, and chain. Find trending tokens that smart money is trading.
nansen_wallet_profilerProfile a specific wallet — trading activity, PnL, token trades over a date range.
nansen_who_bought_soldSee which smart money wallets bought or sold a specific token in a date range.
openseaGetBestListingsGet the cheapest (best) listings for an NFT collection. Use this for price discovery and finding deals.
openseaGetCollectionActivityMonitor recent activity for an NFT collection: sales, transfers, mints, listings, and offers. Use this to track market activity and recent trades.
openseaGetCollectionStatsGet 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.
openseaGetMyNFTsGet all NFTs owned by the user on OpenSea. ALWAYS use this tool first when user asks about their NFTs or NFT collection.
openseaGetNFTListingsGet active sell listings for an NFT on OpenSea
openseaGetNFTOffersGet buy offers for an NFT on OpenSea
openseaGetTrendingCollectionsFind trending NFT collections by volume, market cap, or price changes. Use this for market research and discovering popular collections.
polygonGetBalancesReturn the user's wallet holdings on Polygon (chain ID 137): native MATIC plus all detected ERC-20 token balances with contract address, symbol, decimals, and USD value where pricing is available.
polygonSwapQuoteGet swap quote for Polygon tokens. Uses Uniswap X or 0x. Use 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE for native MATIC.
rareSatsForUTXOInspect a single UTXO and report any rare sats it contains (uncommon, rare, epic, legendary, or named single-satoshi units). Returns an empty array if none.
rugcheckCheck if token is a rug/scam. score\_normalised: 0=safe, 100=risky.
searchCryptoByNameSearch for cryptocurrencies by name or symbol. Use this to find the correct token ID before getting detailed market data.
searchEvmTokensBirdeyeSearch for evm tokens on Birdeye. Supports multiple chains like eth, polygon, bsc, base, etc.
searchPolyMarketEventsSearch Polymarket events by keyword. Returns compacted results.
searchSRC20TokensSearch SRC-20 tokens (Bitcoin Stamps fungible standard) with filters: free-text, deployer address, sort by deploy time / holders / mint progress. Use for SRC-20 market discovery.
searchStampsSearch the Bitcoin Stamps index (Stampchain.io) with multiple filters: free-text query, creator address, collection, Counterparty asset ID, BTC vs cursed filtering, and pagination. Use this for stamp discovery and curated collections.
solanaBalancesReturn the user's Solana wallet holdings: native SOL plus all SPL tokens with mint address, symbol, balance, decimals, and USD value where pricing is available.
solanaGetTokenPairPriceQuote the spot exchange rate between two SPL tokens, routed across Solana DEX liquidity for best execution. Returns the rate of inputMint denominated in outputMint, plus the route taken.
solanaGetTokenPricesBatch-fetch USD spot prices for one or more SPL tokens. Returns each mint's USD price plus confidence level. More efficient than calling solanaGetTokenPairPrice in a loop.
tokenMetadataInfoGet a token metadata and price info.
walletGet the connected wallet and vault info across all networks
websearchSearch 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.