Alchemy MCP プラグイン
この MCP プラグインは、ブロックチェーンおよび NFT 操作用の Alchemy SDK との統合を提供します。
特徴
- ウォレットアドレスでNFTを取得する
- NFTメタデータを取得する
- 最新のブロック番号を取得する
- 必要に応じてエンドポイントを追加できます
設定
Smithery経由でインストール
Smithery経由で Claude Desktop 用の alchemy-sdk-mcp を自動的にインストールするには:
手動インストール
- 依存関係をインストールします:
- プロジェクトをビルドします。
- Alchemy API キーを設定します。
- AlchemyからAPIキーを取得する
settings.json
のALCHEMY_API_KEY
を更新します。
- サーバーを起動します。
利用可能なエンドポイント
1. 所有者のためにNFTを取得する
2. NFTメタデータを取得する
3. ブロック番号を取得する
エラー処理
すべてのエンドポイントには適切なエラー処理とログ記録が含まれます。エラーは次の形式で返されます。
ログ記録
サーバーは、より優れたデバッグのために console.error を使用して包括的なログ記録を実装します。
- [セットアップ] 初期化のログ
- [API] API呼び出しのログ
- [エラー] エラー処理のログ
$env:ALCHEMY_API_KEY="KRdhdsBezoTMVajIknIxlXgBHc1Pprpw"; ノード dist/index.js
You must be authenticated.
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.
Tools
このプラグインにより、Alchemy SDK を介してブロックチェーン データおよび NFT とのやり取りが可能になり、NFT メタデータの取得、ウォレット アドレスの NFT の取得、最新のブロック番号の取得などの操作が可能になります。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -69JavaScriptMIT License
- AsecurityAlicenseAqualityProvides tools for interacting with the Flow blockchain, including Flow balance checking, token balance querying, and Cadence Owned Account information retrieval.Last updated -521TypeScriptMIT License
- -security-license-qualityAlchemy MCP ServerLast updated -14TypeScriptMIT License
NFTGo MCP Serverofficial
-security-license-qualityProvides 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 -2TypeScript