$ timeahead.in
/ servers/npm/@alchemy/mcp-server
npm

@alchemy/mcp-server

MCP server for using Alchemy APIs

86 stars5k/wkupdated 55d agogithub ↗
74fair
▣ Overview

What it does

The server provides a bridge between AI agents and Alchemy's blockchain APIs, exposing 97 tools for querying on-chain data. Agents can fetch token prices and history, retrieve NFT ownership and contract metadata, view transaction histories, check balances across multiple networks, and list asset transfers with filtering. Two deployment modes are available: a hosted remote server at mcp.alchemy.com (no local setup required) or a local STDIO server for private deployments.

Who it's for

Web3 engineers, DApp developers, and AI researchers who need to query live blockchain data within Claude workflows. Useful for building agents that analyze on-chain activity, research token and NFT positions, or automate blockchain queries without writing custom RPC clients.

Common use cases

  • Query current and historical token prices by symbol or contract address
  • Fetch token balances and ownership across Ethereum, Base, and other supported networks
  • Retrieve transaction and asset transfer histories for wallet addresses
  • Look up NFT holdings and collection metadata for given addresses
  • Send transactions via Smart Contract Accounts (requires wallet agent configuration)
  • Execute decentralized exchange swaps programmatically

Setup pitfalls

  • ALCHEMY_API_KEY environment variable is required; obtain one from alchemy.com
  • sendTransaction and swap methods require a separate wallet agent server endpoint for signing and broadcasting
  • Security scanner detected 2 embedded secrets in the codebase — audit before production use
  • Hosted server at mcp.alchemy.com and the open-source repository are maintained separately and may diverge
2 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
60
21.0
Freshness
25%
100
25.0
Adoption
20%
64
12.8
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
73.8
⚿ Capabilities & Risk Explainer
fs writenetworksecrets
◆ Risk level: medium· 97 tools · auth: API key
fs write + network + secrets — requires access to credentials or environment secrets.
Tool nameDescriptionDestructive?
listSupportedNetworks✓ no
fetchTokenPriceBySymbol✓ no
fetchTokenPriceByAddress✓ no
fetchTokenPriceHistoryBySymbol✓ no
fetchTokenPriceHistoryByTimeFrame✓ no
+45 more tools
fetchTokensOwnedByMultichainAddresses✓ no
fetchAddressTransactionHistory✓ no
fetchTransfers✓ no
fetchNftsOwnedByMultichainAddresses✓ no
fetchNftContractDataByMultichainAddress✓ no
sendTransaction✓ no
swap✓ no
getNFTsForOwner✓ no
getNFTsForContract✓ no
getNFTsForCollection✓ no
getNFTMetadata✓ no
getContractMetadata✓ no
getCollectionMetadata✓ no
invalidateNFTContractCache✓ no
getOwnersForNFT✓ no
getOwnersForContract✓ no
getSpamContracts✓ no
isSpamContract✓ no
isAirdropNFT⚠ yes
summarizeNFTAttributes✓ no
getFloorPrice✓ no
searchContractMetadata✓ no
isHolderOfContract✓ no
computeRarity✓ no
getNFTSales✓ no
getContractsForOwner✓ no
getCollectionsForOwner✓ no
reportSpam✓ no
getTokenAllowance✓ no
getTokenBalances✓ no
getTokenMetadata✓ no
getTransactionReceipts✓ no
debugGetRawBlock✓ no
debugGetRawHeader✓ no
debugGetRawReceipts✓ no
debugTraceBlockByHash✓ no
debugTraceBlockByNumber✓ no
debugTraceCall✓ no
debugTraceTransaction✓ no
traceBlock✓ no
traceCall✓ no
traceGet✓ no
traceRawTransaction✓ no
traceReplayBlockTransactions✓ no
traceReplayTransaction✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "alchemymcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alchemy/mcp-server"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
59/ 100 · is this project alive?
contributors (1y)5
top contributor share57%
releases (1y)3
last release76d ago
ci✓ passing
⛁ Raw data
weekly downloads5k
github stars86
forks32
open issues9
license✓ present
readme length8191 chars
last publish1d ago
last commit55d ago
last updated3d ago
install verified✓ pass · 22d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points