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

Install 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.

This plugin enables interaction with blockchain data and NFTs through the Alchemy SDK, allowing operations such as retrieving NFT metadata, fetching NFTs for wallet addresses, and getting the latest block number.

  1. Features
    1. Setup
      1. Installing via Smithery
      2. Manual Installation
    2. Available Endpoints
      1. 1. Get NFTs for Owner
      2. 2. Get NFT Metadata
      3. 3. Get Block Number
    3. Error Handling
      1. Logging

        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 -
          6
          19
          22
          TypeScript
          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 -
          6
          19
          1
          TypeScript
          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 -
          6
          8
          JavaScript
          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 -
          2
          4
          TypeScript

        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