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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Retrieve NFTs associated with a specific wallet address. Parameters: owner (string - wallet_address)
Fetch metadata for a specific NFT using its contract address and token ID. Parameters: contractAddress (string - contract_address), tokenId (string - token_id)
Obtain the latest block number from the blockchain.