Alchemy SDK
БесплатноНе проверенIntegrates with the Alchemy SDK to enable blockchain and NFT operations, including retrieving metadata, fetching token balances, and querying blockchain data.
Описание
Integrates with the Alchemy SDK to enable blockchain and NFT operations, including retrieving metadata, fetching token balances, and querying blockchain data.
README
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
- Install dependencies:
npm install
- Build the project:
npm run build
Configure your Alchemy API key:
- Get an API key from Alchemy
- Update the
ALCHEMY_API_KEYinsettings.json
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:ALCHEMY_API_KEY="KRdhdsBezoTMVajIknIxlXgBHc1Pprpw"; node dist/index.js
Установка Alchemy SDK
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/itsanishjain/alchemy-sdk-mcpFAQ
Alchemy SDK MCP бесплатный?
Да, Alchemy SDK MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Alchemy SDK?
Нет, Alchemy SDK работает без API-ключей и переменных окружения.
Alchemy SDK — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Alchemy SDK в Claude Desktop, Claude Code или Cursor?
Открой Alchemy SDK на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Alchemy SDK with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
