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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Retrieve NFTs owned by a specific wallet address. Parameters: owner (string - the wallet address)
Fetch metadata for a specific NFT. Parameters: contractAddress (string - the contract address of the NFT), tokenId (string - the token ID of the NFT)
Get the latest block number from the blockchain. No parameters required.