Skip to main content The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench Explore Tool Discovery
Connectors Alchemy
Live 39 Actions

Alchemy Integration for AI Agents

Connect your AI agent to 39 Alchemy actions via MCP, A2A, or SDK, with agent authentication, tool-calling execution, and security built-in.

StackOne
DrataGPLocalyzeFlipMindtoolsScreenloop

Alchemy AI Agent Actions

39 production-ready actions for your agent to do more on Alchemy.

39 Actions
Get NFTs For Owner - Retrieve all NFTs currently owned by a specified wallet address on the selected EVM network, with optional metadata and spam/airdrop filtering.
Get NFTs For Contract - Retrieve all NFTs associated with a specific NFT contract on the selected EVM network, with optional metadata and pagination.
Get Owners For NFT - Retrieve the current owner(s) of a specific NFT token identified by contract address and token ID.
Get Owners For Contract - Retrieve all wallet addresses that own at least one token from an NFT contract, with optional per-token balances and pagination.
Get Contracts For Owner - Retrieve all NFT contracts (collections) from which a wallet address holds at least one token, with optional metadata and filtering.
Get NFT Metadata - Retrieve full metadata (name, image, attributes, token URI) for a single NFT identified by contract address and token ID.
Get NFT Metadata Batch - Retrieve metadata for up to 100 NFTs across multiple contracts in a single batched request.
Get Contract Metadata - Retrieve collection-level metadata (name, symbol, total supply, OpenSea data) for a single NFT contract.
Get Contract Metadata Batch - Retrieve collection-level metadata for multiple NFT contracts in a single batched request.
Search Contract Metadata - Search for NFT contracts by keyword across all ERC-721 and ERC-1155 contract metadata (name, symbol, description).
Get Floor Price - Retrieve the current floor prices for an NFT collection across supported marketplaces (OpenSea, LooksRare). Provide EITHER contractAddress OR collectionSlug — never both, never neither.
Compute Rarity - Compute the rarity score of each attribute for a specific NFT token within an NFT contract.
Summarize NFT Attributes - Generate a summary of how frequently each attribute value appears across all NFTs in a collection.
Invalidate Contract - Mark all cached tokens for the specified NFT contract as stale so the next read fetches fresh on-chain data.
Is Spam Contract - Check whether a specific NFT contract is classified as spam by Alchemy.
Get Spam Contracts - Retrieve the complete list of NFT contracts that Alchemy has classified as spam. Requires the Growth tier or higher — free/starter accounts receive HTTP 403.
Report Spam - Report an NFT contract address to Alchemy as suspected spam. Requires the Enterprise tier or higher — lower tiers receive HTTP 403.
Is Airdrop NFT - Check whether a specific NFT token was airdropped (minted to the owner via a transaction sent by a different address).
Get NFT Sales - Retrieve historical NFT sales data across supported on-chain marketplaces, filterable by block range, marketplace, contract, token, buyer/seller, and taker.
Get Tokens By Address - Get tokens (fungible + native) held by one or more wallet addresses across specified EVM networks in a single chain-agnostic call.
Get Token Balances By Address - Get token balances (native + ERC-20) held by one or more wallet addresses across specified EVM networks in a single chain-agnostic call.
Get NFTs By Address - Get NFTs held by one or more wallet addresses across specified EVM networks, with optional spam/airdrop filters, in a single chain-agnostic call.
Get NFT Contracts By Address - Get NFT contracts (collections) that one or more wallet addresses hold at least one token from, across specified EVM networks in a single chain-agnostic call.
Get Token Prices By Symbol - Fetch current market prices for up to 25 tokens identified by their ticker symbols (e.g. ETH, BTC, USDC).
Get Token Prices By Address - Fetch current DEX-sourced prices for up to 25 tokens identified by network and contract address pairs.
Get Historical Token Prices - Fetch time-series price history for a single token over a caller-specified time window at 5-minute, hourly, or daily granularity.
Get Native Balance - Get the native token balance (ETH / MATIC / BNB / etc.) for an address on the selected EVM network.
Read Contract State (eth_call) - Execute a read-only contract call (view/pure function) against the current chain state, returning the raw ABI-encoded result.
Get Block By Number - Get block information (timestamp, hash, transactions, gas usage) for a specific block number on the selected EVM network.
Get Transaction By Hash - Get transaction details (from, to, value, input data, gas, block) for a specific transaction hash.
Get Transaction Receipt - Get the transaction receipt (status, gas used, logs, block hash) for a single transaction hash.
Get Event Logs - Get contract event logs matching filter criteria (block range, address, topics) — the core method for indexing token transfers and contract events.
Get Gas Price - Get the current gas price (in wei, hex-encoded) on the selected EVM network.
Estimate Gas - Estimate the gas required to execute a transaction, without submitting it to the network.
Get Token Allowance - Returns the ERC-20 token allowance granted by an owner to a spender for a given contract.
Get Token Balances - Returns ERC-20 token balances for a given wallet address, optionally filtered to specific contracts or token type.
Get Token Metadata - Returns metadata (name, symbol, decimals, logo) for a given ERC-20 token contract.
Get Asset Transfers - Fetch historical asset transfer events (external, internal, ERC-20, ERC-721, ERC-1155, special NFT) for any address on the selected EVM network via Alchemy's Transfers API.
Get Transaction Receipts - Batch-fetch all transaction receipts for an entire block in a single call, identified by block number or block hash.

Do More, Build Less

Integration Infrastructure for Alchemy AI Agents

Multiple Interfaces

Access integrations via API, AI SDKs, MCP & A2A.

Alchemy MCP server
Managed Authentication

Pre-built authentication UI.

Agent auth
Falcon Engine

Every Alchemy action runs on Falcon.

Agent Execution Engine
StackOne Defender
StackOne Defender Meta PG v1 Meta PG v2 DeBERTa 88.7% 67.5% 63.1% 56.9% Detection accuracy

88.7% prompt injection detection.

Prompt injection defense

"What impressed us most about StackOne is its ambition and clarity. They're creating infrastructure that modern software and the entire AI agent ecosystem can rely on. The depth of secure integrations, the pace of delivery, and the team's foresight into AI's future uniquely position StackOne to redefine this category."

Luna Schmid, Partner at GV

"We've been impressed by how quickly and deeply StackOne integrates with complex enterprise systems -- and now, with their focus on agent-to-agent interoperability, they're unlocking even more powerful use cases for customers. StackOne delivers all of the above in a universal layer -- without compromise."

Barbry McGann, SVP at Workday Ventures

G2 - High Performer G2 - Easiest To Do Business With G2 - Users Love Us G2 - Users Most Likely To Recommend G2 - Easiest Admin

Product Teams Love Building Agent Integrations With StackOne

G2

Alchemy AI agent integration resources

Agentic Context Engineering: Why AI Agents Kill Their Own Context Windows

AI agents exceed their context windows without knowing it. Six failure patterns and seven survival architectures for agentic context engineering.

15 min

MCP Code Mode: Keeping Tool Responses Out of Agent Context

Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.

11 min

Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery

Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.

10 min

Put your AI agents to work

All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.