MCP.so
ログイン

Alchemy MCP Server

@alchemyplatform

Alchemy MCP Server について

Alchemy's official MCP Server. Allow AI agents to interact with Alchemy's blockchain APIs.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

alchemyplatform

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "alchemy": {
      "command": "npx",
      "args": [
        "-y",
        "@alchemy/mcp-server"
      ],
      "env": {
        "ALCHEMY_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Alchemy MCP Server?

This open-source Model Context Protocol server bridges AI agents with Alchemy's blockchain APIs, enabling queries for token prices, NFT ownership, transaction history, token balances, and asset transfers across multiple networks. It also supports sending transactions and executing token swaps via Smart Contract Accounts (requires external wallet infrastructure). A hosted remote version at https://mcp.alchemy.com/mcp is recommended; a local STDIO version is available as legacy.

How to use Alchemy MCP Server?

To use the recommended hosted server, point your MCP client to https://mcp.alchemy.com/mcp with Streamable HTTP transport and authenticate via OAuth — no API key required. The local STDIO server runs via npx -y @alchemy/mcp-server and requires the ALCHEMY_API_KEY environment variable. For transaction and swap methods, also set AGENT_WALLET_SERVER to a configured wallet agent server.

Key features of Alchemy MCP Server

  • Query token prices by symbol or contract address
  • Retrieve historical price data with flexible time frames
  • Check token balances across multiple blockchain networks
  • Get NFT ownership and contract data across chains
  • View transaction history and detailed asset transfers
  • Send transactions and execute DEX swaps (requires wallet agent)

Use cases of Alchemy MCP Server

  • An AI analyst fetching real-time and historical token prices.
  • A portfolio tracker checking token balances across Ethereum and Base.
  • An NFT curator listing NFTs owned by a wallet with spam filtering.
  • A transaction auditor retrieving transfer history with advanced filters.
  • A DeFi assistant initiating swaps and transfers via Smart Contract Accounts.

FAQ from Alchemy MCP Server

How does this server differ from directly calling Alchemy's REST APIs?

It abstracts Alchemy's blockchain APIs into an MCP interface, allowing AI agents to call them via natural language prompts instead of manual HTTP requests.

What are the runtime requirements?

The hosted server needs no local installation. The local STDIO server requires Node.js and an Alchemy API key. For transactions and swaps, a separate wallet agent server is required.

Where does data live?

All data is fetched live from Alchemy's blockchain APIs. The server acts as a real-time bridge with no local storage.

Are there any known limits?

The local STDIO server is legacy and not actively maintained. It may lag behind the hosted server's tool coverage and behavior. Alchemy plans to sunset this repository.

What transports and authentication are supported?

The hosted server uses Streamable HTTP transport with OAuth authentication. The local server uses STDIO transport and authenticates via an API key environment variable.

コメント

「その他」の他のコンテンツ