Alchemy Crypto APIs for Agents
agents.alchemy.com- Category
- AI Agents
- Rank
- No. 910Tools index
- Pricing
- Freemium
- Platform
- web · cli
- Type
- TOOL
- Builder
- @alchemyplatform
- GitHub
- 49 stars
- Date
About
A comprehensive API platform that provides AI agents with autonomous blockchain access, including onchain wallet signups, x402 payments, and reliable data from 100+ chains. Enables agents to build crypto applications without human intervention.
What it does
A documentation and routing bundle that teaches agents which Alchemy interface fits each job. It separates live terminal work, hosted client tools, shipped application integrations, and wallet-authenticated pay-per-request access, then supplies setup rules and task maps for each path.
Why it's ranked here
A strong choice when an agent needs clear operational boundaries around a broad blockchain service. The four-way routing model distinguishes temporary session work from production code and selects authentication accordingly. Its value comes from unusually explicit preflight checks, handoff rules, and structured-output guidance, not from a new runtime.
What's good
The guidance prevents common category errors. It keeps terminal commands and hosted MCP tools out of shipped application code, documents a credential bridge for normal API integrations, and reserves wallet authentication plus per-request payment for keyless applications. Coverage includes EVM, Solana, Sui, NFTs, portfolios, simulation, webhooks, and account abstraction.
Tradeoffs
This repository mainly supplies agent instructions and packaging, so the actual CLI, hosted server, and APIs remain external dependencies. Live terminal use needs a globally installed package and shell access. Hosted MCP use requires a compatible client, OAuth, and app selection. Standard application integration needs an API key, while keyless access needs a funded wallet or card payment.
How to use it well
Use it for agents that alternate between live blockchain investigation, Alchemy administration, and adding blockchain calls to shipped services. Decide first whether results stay in the current session or become application code, then follow the matching authentication path. It does not provide custom blockchain warehouse SQL or historical holdings analytics; the repository routes those needs to partner skills.
Technical notes+
README.md defines the four-way decision tree and installs the skills bundle through npx skills add alchemyplatform/skills --yes. skills/alchemy-cli/SKILL.md, skills/alchemy-mcp/SKILL.md, and skills/alchemy-api/SKILL.md contain detailed routing, authentication, preflight, and task mappings; the supplied API and CLI files are truncated. scripts/install_codex_plugin.py copies plugins/alchemy into a user-selected plugin directory and updates a marketplace JSON document, while plugins/alchemy/scripts/sync_from_catalog.py replaces bundled copies from the four source skill directories. .claude-plugin/plugin.json lists only two ecosystem skill paths, whereas the Codex plugin bundles the four first-party skills. spec/agent-skills-spec.md states conformance to the Agent Skills format.
Observed
- License
- MIT
- Repository composition
- Documentation-first Agent Skills bundle with Python installation and synchronization scripts
- Interfaces
- CLI, hosted MCP, API-key application integration, and wallet-authenticated x402 or MPP gateway
- Installation surfaces
- Global npm CLI install, skills bundle through npx, or bundled Codex plugin installer
- Client support
- Documentation names Claude.ai, Claude Code, Cursor, Codex, Claude Desktop, VS Code Copilot, and API contexts
- Plugin structure
- The Codex plugin bundles four self-routing first-party skills with source and synchronized copies
Read from README.md, scripts/install_codex_plugin.py, plugins/alchemy/scripts/sync_from_catalog.py, LICENSE, spec/agent-skills-spec.md, .claude-plugin/plugin.json, plugins/alchemy/README.md, skills/ecosystem/README.md, plugins/alchemy/LICENSE.txt, skills/alchemy-api/SKILL.md, skills/alchemy-cli/SKILL.md, skills/alchemy-mcp/SKILL.md, skills/alchemy-api/LICENSE.txt, skills/alchemy-cli/LICENSE.txt, skills/alchemy-mcp/LICENSE.txt.
What it can do
Create onchain wallet accounts autonomously
Agent authentication and blockchain network selection → New blockchain wallet with private keys and addresses
Process x402 payments automatically
Payment parameters and recipient information → Completed blockchain payment transaction
Retrieve blockchain data from multiple chains
Query parameters and target blockchain networks → Real-time blockchain data from 100+ supported chains
Execute smart contract interactions
Contract address, function parameters, and transaction details → Smart contract execution results and transaction receipts
Monitor blockchain transactions and events
Wallet addresses or smart contract addresses to monitor → Real-time transaction notifications and event data
Deploy crypto applications programmatically
Application configuration and deployment parameters → Deployed crypto application with API endpoints
Tags
Media

Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.