Skip to main content
Glama

Alchemy MCP Plugin

by itsanishjain

Alchemy MCP 플러그인

이 MCP 플러그인은 블록체인 및 NFT 작업을 위한 Alchemy SDK와의 통합을 제공합니다.

특징

  • 지갑 주소로 NFT 받기
  • NFT 메타데이터 가져오기
  • 최신 블록 번호를 가져옵니다
  • 필요에 따라 더 많은 엔드포인트를 추가할 수 있습니다.

설정

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 alchemy-sdk-mcp를 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 종속성 설치:
npm install
  1. 프로젝트를 빌드하세요:
npm run build
  1. Alchemy API 키를 구성하세요.
    • Alchemy 에서 API 키 받기
    • settings.json 에서 ALCHEMY_API_KEY 업데이트하세요.
  2. 서버를 시작합니다:
npm start

사용 가능한 엔드포인트

1. 소유자를 위한 NFT 획득

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

2. NFT 메타데이터 가져오기

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

3. 블록 번호 가져오기

POST /getBlockNumber

오류 처리

모든 엔드포인트에는 적절한 오류 처리 및 로깅이 포함됩니다. 오류는 다음 형식으로 반환됩니다.

{ "error": "Error message" }

벌채 반출

서버는 더 나은 디버깅을 위해 console.error를 사용하여 포괄적인 로깅을 구현합니다.

  • [설정] 초기화를 위한 로그
  • [API] API 호출에 대한 로그
  • [오류] 오류 처리를 위한 로그

$env:ALCHEMY_API_KEY="KRdhdsBezoTMVajIknIxlXgBHc1Pprpw"; 노드 dist/index.js

You must be authenticated.

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. 소유자를 위한 NFT 획득
      2. NFT 메타데이터 가져오기
      3. 블록 번호 가져오기
    3. 오류 처리
      1. 벌채 반출

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A tool that enables users to interact with blockchain data to retrieve token total supply, chain IDs, and filtered RPC endpoints across different blockchain networks.
          Last updated -
          6
          9
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          Provides tools for interacting with the Flow blockchain, including Flow balance checking, token balance querying, and Cadence Owned Account information retrieval.
          Last updated -
          5
          21
          TypeScript
          MIT License
          • Apple
          • Linux
        • -
          security
          -
          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
          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