Loading...
Loading...
Compare original and translation side by side
alchemy-mcphttps://mcp.alchemy.com/mcp@alchemy/clialchemy-clialchemy-mcphttps://mcp.alchemy.com/mcp@alchemy/clialchemy-cli| Situation | Use this skill instead |
|---|---|
| |
| Neither CLI nor MCP is available | install |
| Building application code that runs outside this agent session, with an Alchemy API key | |
| Building application code without an API key, or as an autonomous agent that needs to pay for itself, or you explicitly want x402/MPP | |
| 场景 | 替代技能 |
|---|---|
本地已安装 | |
| CLI和MCP均不可用 | 安装 |
| 编写在代理会话外运行的应用代码,且拥有Alchemy API密钥 | |
| 编写无需API密钥的应用代码,或构建能够自行支付费用的自治代理,或明确需要x402/MPP | |
https://mcp.alchemy.com/mcphttps://mcp.alchemy.com/mcpclaude mcp add alchemy --transport http https://mcp.alchemy.com/mcp/mcpalchemyclaude mcp add alchemy --transport http https://mcp.alchemy.com/mcp/mcpalchemycodex mcp add alchemy --url https://mcp.alchemy.com/mcpcodex mcp listcodex mcp add alchemy --url https://mcp.alchemy.com/mcpcodex mcp list~/.cursor/mcp.json.cursor/mcp.json{
"mcpServers": {
"alchemy": {
"type": "streamable-http",
"url": "https://mcp.alchemy.com/mcp"
}
}
}~/.cursor/mcp.json.cursor/mcp.json{
"mcpServers": {
"alchemy": {
"type": "streamable-http",
"url": "https://mcp.alchemy.com/mcp"
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"alchemy": {
"type": "streamable-http",
"url": "https://mcp.alchemy.com/mcp"
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"alchemy": {
"type": "streamable-http",
"url": "https://mcp.alchemy.com/mcp"
}
}
}.vscode/mcp.json{
"servers": {
"alchemy": {
"type": "http",
"url": "https://mcp.alchemy.com/mcp"
}
}
}.vscode/mcp.json{
"servers": {
"alchemy": {
"type": "http",
"url": "https://mcp.alchemy.com/mcp"
}
}
}https://mcp.alchemy.com/mcphttps://mcp.alchemy.com/mcplist_appsselect_appgetTokenPricesBySymbolgetNFTsForOwnersimulateAssetChangessolana_getBalancecreate_app(name="My App", networks=["eth-mainnet", "base-mainnet"])select_applist_appsselect_appgetTokenPricesBySymbolgetNFTsForOwnersimulateAssetChangessolana_getBalancecreate_app(name="My App", networks=["eth-mainnet", "base-mainnet"])select_app| Tool | Purpose |
|---|---|
| Health check |
| List your Alchemy apps |
| Get app details |
| Select an app and cache its API key for RPC/Data tools |
| Create a new app |
| Update app name or description |
| List all 100+ supported networks |
| Update app allowlists (network, address, origin, IP) |
| 工具 | 用途 |
|---|---|
| 健康检查 |
| 列出您的Alchemy应用 |
| 获取应用详情 |
| 选择应用并缓存其API密钥,供RPC/数据工具使用 |
| 创建新应用 |
| 更新应用名称或描述 |
| 列出所有100+支持的网络 |
| 更新应用白名单(网络、地址、来源、IP) |
| Cluster | Count | Examples |
|---|---|---|
| Standard EVM RPC | 31 | |
| Token API | 3 | |
| Transfers & Receipts | 2 | |
| Transaction Simulation | 5 | |
| Trace API | 6 | |
| Debug API | 6 | |
| ERC-4337 Account Abstraction | 7 | |
| Solana Standard RPC | 50 | |
| Solana Enhanced & DAS | 13 | |
| 集群 | 数量 | 示例 |
|---|---|---|
| 标准EVM RPC | 31 | |
| 代币API | 3 | |
| 转账与收据 | 2 | |
| 交易模拟 | 5 | |
| Trace API | 6 | |
| Debug API | 6 | |
| ERC-4337账户抽象 | 7 | |
| Solana标准RPC | 50 | |
| Solana增强版与DAS | 13 | |
| Cluster | Count | Examples |
|---|---|---|
| NFT API | 21 | |
| Prices API | 3 | |
| Portfolio (multi-chain) | 4 | |
| 集群 | 数量 | 示例 |
|---|---|---|
| NFT API | 21 | |
| 价格API | 3 | |
| 投资组合(多链) | 4 | |
| Task | Tool | Notes |
|---|---|---|
| Latest ETH block number | | Pass |
| ETH balance for an address | | Returns hex wei |
| ERC-20 balances | | Use |
| ERC-20 metadata | | name, symbol, decimals, logo |
| Asset transfers (history) | | Filter by |
| Simulate a tx | | Pre-flight asset deltas |
| Trace a tx | | Internal call tree |
| Debug-trace a tx | | Geth-style structured trace |
| List owned NFTs | | Across one chain |
| Multi-chain NFTs | | Across many chains |
| NFT metadata | | Per token id |
| NFT floor price | | From major marketplaces |
| Token prices (spot) | | e.g. |
| Token prices (historical) | | Time range queries |
| Multi-chain portfolio | | With USD values |
| Solana balance | | Lamports |
| Solana token accounts | | SPL tokens |
| Compressed NFT lookup | | DAS standard |
| Owner's compressed NFTs | | DAS standard |
| Solana priority fees | | Recent samples |
| User operation receipt | | ERC-4337 |
| 任务 | 工具 | 说明 |
|---|---|---|
| 获取最新ETH区块号 | | 传入 |
| 查询地址的ETH余额 | | 返回十六进制wei值 |
| 查询ERC-20余额 | | 使用 |
| 获取ERC-20元数据 | | 名称、符号、小数位数、Logo |
| 查询资产转账历史 | | 按 |
| 模拟交易 | | 预演资产变化 |
| 追踪交易 | | 内部调用树 |
| 调试追踪交易 | | Geth风格的结构化追踪 |
| 列出持有的NFT | | 单链范围 |
| 查询多链NFT | | 多链范围 |
| 获取NFT元数据 | | 按代币ID查询 |
| 获取NFT地板价 | | 来自主流市场 |
| 查询代币现货价格 | | 例如 |
| 查询代币历史价格 | | 时间范围查询 |
| 查询多链投资组合 | | 包含USD估值 |
| 查询Solana余额 | | 单位为Lamports |
| 查询Solana代币账户 | | SPL代币 |
| 查询压缩NFT | | 符合DAS标准 |
| 查询持有者的压缩NFT | | 符合DAS标准 |
| 查询Solana优先费用 | | 近期样本 |
| 获取用户操作收据 | | ERC-4337 |
select_applist_chainseth-mainnetbase-mainnetsolana-mainnetalchemy-apialchemy-apiagentic-gatewayselect_applist_chainseth-mainnetbase-mainnetsolana-mainnetalchemy-apialchemy-apiagentic-gatewaylist_chainslist_chainsselect_appcreate_appselect_appcreate_app/mcpalchemy/mcpalchemysolana_*list_chainssolana_*list_chains