Skip to main content
Glama

Alchemy MCP Plugin

by itsanishjain

Alchemy MCP Plugin

This MCP plugin provides integration with the Alchemy SDK for blockchain and NFT operations.

Features

  • Get NFTs for a wallet address
  • Get NFT metadata
  • Get latest block number
  • More endpoints can be added as needed

Setup

Installing via Smithery

To install alchemy-sdk-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @itsanishjain/alchemy-sdk-mcp --client claude

Manual Installation

  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Configure your Alchemy API key:
    • Get an API key from Alchemy
    • Update the ALCHEMY_API_KEY in settings.json
  2. Start the server:
npm start

Available Endpoints

1. Get NFTs for Owner

POST /getNftsForOwner { "owner": "wallet_address" }

2. Get NFT Metadata

POST /getNftMetadata { "contractAddress": "contract_address", "tokenId": "token_id" }

3. Get Block Number

POST /getBlockNumber

Error Handling

All endpoints include proper error handling and logging. Errors are returned in the format:

{ "error": "Error message" }

Logging

The server implements comprehensive logging using console.error for better debugging:

  • [Setup] logs for initialization
  • [API] logs for API calls
  • [Error] logs for error handling

$env="KRdhdsBezoTMVajIknIxlXgBHc1Pprpw"; node dist/index.js

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

该插件可以通过 Alchemy SDK 与区块链数据和 NFT 进行交互,允许检索 NFT 元数据、获取钱包地址的 NFT 以及获取最新的区块号等操作。

  1. 特征
    1. 设置
      1. 通过 Smithery 安装
      2. 手动安装
    2. 可用端点
      1. 1. 为所有者获取 NFT
      2. 2. 获取 NFT 元数据
      3. 3. 获取区块号
    3. 错误处理
      1. 日志记录

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Facilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.
          Last updated -
          7
          24
          MIT License
        • A
          security
          A
          license
          A
          quality
          Provides Ethereum blockchain data tools via Etherscan's API, enabling users to check ETH balances, view transactions, track token transfers, fetch contract ABIs, monitor gas prices, and resolve ENS names.
          Last updated -
          7
          1
          MIT License
        • A
          security
          A
          license
          A
          quality
          Provides tools for AI assistants to interact with the Ethereum blockchain through standard JSON-RPC methods, enabling queries for account balances, gas prices, and smart contract code.
          Last updated -
          3
          10
          MIT License
        • -
          security
          F
          license
          -
          quality
          Provides access to NFTGo's Developer API for retrieving NFT collection details, asset information, market data, wallet information, and search capabilities on the Ethereum blockchain.
          Last updated -
          5
          4

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/itsanishjain/alchemy-sdk-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server