{"name":"clawdmint-mcp","version":"1.0.0","capabilities":{"tools":{"list":["chat","echo","get_time","get_balance","get_multichain_balance","get_token_price","get_market_overview","get_tx","get_gas_prices","get_token_info","resolve_ens","get_yield_opportunities","get_bridge_route","get_block"]},"resources":{"list":["clawdmint://chains","clawdmint://market","clawdmint://agent-info"]},"prompts":{"list":["analyze_wallet","price_check","cross_chain_summary","tx_explain","greeting","help"]}},"tools":[{"name":"chat","description":"Have a natural conversation with ClawdMint AI agent.","inputSchema":{"type":"object","properties":{"message":{"type":"string","description":"Your message or question"}},"required":["message"]}},{"name":"echo","description":"Echo back the input message (for testing and debugging)","inputSchema":{"type":"object","properties":{"message":{"type":"string","description":"The message to echo"}},"required":["message"]}},{"name":"get_time","description":"Get the current UTC time and date","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"get_balance","description":"Get the native token or ERC20 token balance of a wallet address on a specified chain.","inputSchema":{"type":"object","properties":{"address":{"type":"string","description":"Wallet address (0x...)"},"chain":{"type":"string","description":"Chain: ethereum, base, arbitrum, optimism, polygon, bsc, gnosis, avalanche, celo, linea, metis, scroll, mantle, taiko, sei, peaq","default":"ethereum"},"token_address":{"type":"string","description":"Optional ERC20 token contract address"}},"required":["address"]}},{"name":"get_multichain_balance","description":"Get native token balances across multiple chains for a single wallet address.","inputSchema":{"type":"object","properties":{"address":{"type":"string","description":"Wallet address (0x...)"},"chains":{"type":"string","description":"Comma-separated chain names","default":"ethereum,base,arbitrum,optimism,polygon,bsc"}},"required":["address"]}},{"name":"get_token_price","description":"Get the current USD price, 24h change, and market cap of any cryptocurrency token.","inputSchema":{"type":"object","properties":{"token":{"type":"string","description":"Token symbol (ETH, BTC, SOL, SEI, PEAQ...) or CoinGecko ID"}},"required":["token"]}},{"name":"get_market_overview","description":"Get a real-time market overview of the top cryptocurrencies.","inputSchema":{"type":"object","properties":{"tokens":{"type":"string","description":"Comma-separated token symbols","default":"ETH,BTC,SOL,BNB,MATIC,AVAX"}},"required":[]}},{"name":"get_tx","description":"Get full details of a blockchain transaction by hash.","inputSchema":{"type":"object","properties":{"tx_hash":{"type":"string","description":"Transaction hash (0x...)"},"chain":{"type":"string","description":"Chain name","default":"ethereum"}},"required":["tx_hash"]}},{"name":"get_gas_prices","description":"Get current gas prices across multiple chains for cost comparison.","inputSchema":{"type":"object","properties":{"chains":{"type":"string","default":"ethereum,base,arbitrum,optimism,polygon,avalanche,bsc,linea,scroll,mantle,metis,taiko,zksync,abstract,monad,megaeth,sei,peaq"}},"required":[]}},{"name":"get_token_info","description":"Get detailed information about an ERC20 token contract.","inputSchema":{"type":"object","properties":{"token_address":{"type":"string","description":"ERC20 token contract address (0x...)"},"chain":{"type":"string","description":"Chain name","default":"ethereum"}},"required":["token_address"]}},{"name":"resolve_ens","description":"Resolve an ENS name to an Ethereum address, or reverse-lookup an address to its ENS name.","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"ENS name (e.g. vitalik.eth) or Ethereum address"}},"required":["name"]}},{"name":"get_yield_opportunities","description":"Find the best yield opportunities for USDC, USDT, ETH, WETH, USDe across Morpho, Aave v3, Fluid, Spark.","inputSchema":{"type":"object","properties":{"asset":{"type":"string","description":"Asset symbol: USDC, USDT, USDT0, ETH, WETH, USDe","default":"USDC"},"min_tvl_usd":{"type":"number","default":5000000},"top_n":{"type":"number","default":5}},"required":[]}},{"name":"get_bridge_route","description":"Find the best bridge route to transfer tokens between chains using LiFi/Jumper.","inputSchema":{"type":"object","properties":{"from_chain":{"type":"string","description":"Source chain"},"to_chain":{"type":"string","description":"Destination chain"},"from_token":{"type":"string","default":"USDC"},"to_token":{"type":"string"},"amount":{"type":"string"},"from_address":{"type":"string"}},"required":["from_chain","to_chain","amount"]}},{"name":"get_block","description":"Get information about a specific block.","inputSchema":{"type":"object","properties":{"block":{"type":"string","default":"latest"},"chain":{"type":"string","default":"ethereum"}},"required":[]}}],"resources":[{"uri":"clawdmint://chains","name":"Supported Chains","description":"List of all supported blockchain networks with chain IDs and RPC info","mimeType":"application/json"},{"uri":"clawdmint://market","name":"Market Overview","description":"Real-time prices of major cryptocurrencies","mimeType":"application/json"},{"uri":"clawdmint://agent-info","name":"Agent Info","description":"ClawdMint agent capabilities and endpoint information","mimeType":"application/json"}],"prompts":[{"name":"analyze_wallet","description":"Analyze a wallet address across multiple chains","arguments":[{"name":"address","description":"Wallet address to analyze","required":true},{"name":"chains","description":"Comma-separated chain names (default: ethereum,base,arbitrum)","required":false}]},{"name":"price_check","description":"Check current price and market data for a token","arguments":[{"name":"token","description":"Token symbol (ETH, BTC, etc.)","required":true}]},{"name":"cross_chain_summary","description":"Get a summary of assets across all supported chains for a wallet","arguments":[{"name":"address","description":"Wallet address","required":true}]},{"name":"tx_explain","description":"Explain what a transaction did in plain English","arguments":[{"name":"tx_hash","description":"Transaction hash","required":true},{"name":"chain","description":"Chain name (default: ethereum)","required":false}]},{"name":"greeting","description":"Get a greeting from ClawdMint","arguments":[]},{"name":"help","description":"Get help on what ClawdMint can do","arguments":[]}]}