This MCP server implementation provides integration with the Alchemy SDK, enabling blockchain and NFT operations. It offers a range of tools including retrieving NFT metadata, fetching token balances, and querying blockchain data. The server is built using TypeScript and leverages the @modelcontextprotocol/sdk for MCP compatibility. It's particularly useful for applications requiring blockchain data access and NFT-related functionalities within an MCP framework.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Get NFTs for a specified wallet address. Parameters: owner (string - wallet_address)
Get metadata for a specific NFT. Parameters: contractAddress (string - contract_address), tokenId (string - token_id)
Retrieve the latest block number from the blockchain.