Alchemy for your agents.
Connect Alchemy once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Alchemy.
What agents can do with Alchemy
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
alchemy_get_token_pricesGet current prices for tokens by symbol. Returns price, decimals, and last updated timestamp.
alchemy_get_token_prices_by_addressGet current token prices by contract address and network.
alchemy_get_metadataGet metadata for a specific NFT by contract address and token ID.
alchemy_get_quotaGet your current Alchemy plan quota usage.
alchemy_get_nft_metadataGet metadata for an NFT by contract address and token ID.
alchemy_get_floor_priceGet floor price for an NFT collection by contract address.
alchemy_get_ownershipGet owners of an NFT collection by contract address.
alchemy_get_gas_pricesGet current gas prices for a supported network.
alchemy_get_token_balancesGet token balances for one or more addresses across networks.
alchemy_get_nft_salesGet recent NFT sales for a collection.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign up for a free Alchemy account.
- Create a new app (Ethereum Mainnet or any chain).
- Copy the API key from your app dashboard.
- Use it as Bearer token in Authorization header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Alchemy to Even: call connect_begin("alchemy") on the even-connect MCP and walk me through it.
Alchemy retrieves crypto token prices by symbol or address, fetches NFT metadata and asset details, and monitors API quota usage.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.