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 を自動的にインストールするには:

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

手動インストール

  1. 依存関係をインストールします:
npm install
  1. プロジェクトをビルドします。
npm run build
  1. Alchemy API キーを設定します。
    • AlchemyからAPIキーを取得する
    • settings.jsonALCHEMY_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