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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
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.