
Alchemy Nft
Pull NFT metadata, ownership, and contract details across chains while building web3 galleries, marketplaces, or wallet-aware features.
Overview
com.mcparmory/alchemy-nft is an MCP server for the Build phase that retrieves NFT metadata, ownership, and contract details across blockchains for agent-driven web3 development.
What is this MCP server?
- NFT metadata retrieval for display and indexing workflows
- Ownership and holder context across supported blockchains
- Smart contract detail lookup for marketplace and portfolio features
- stdio via uvx mcparmory-alchemy-nft or Docker ghcr.io/mcparmory/alchemy-nft:1.0.3
- Version 1.0.3 from the mcparmory registry on GitHub
- Server version 1.0.3
- 2 install paths: PyPI mcparmory-alchemy-nft and OCI ghcr.io/mcparmory/alchemy-nft:1.0.3
- stdio transport per published MCP manifest
Community signal: 25 GitHub stars.
What problem does it solve?
Indie web3 builders lose momentum writing bespoke Alchemy scripts every time they need NFT metadata or owner lookups during feature work.
Who is it for?
Builders shipping NFT viewers, creator drops, or wallet dashboards who already use Alchemy and want MCP-native access from the IDE.
Skip if: Non-web3 SaaS products, teams avoiding crypto compliance overhead, or apps that only need generic JSON HTTP without chain semantics.
What do I get? / Deliverables
Once installed, your agent can query NFT and contract data on demand so marketplace and gallery features ship with live on-chain facts.
- Resolved NFT metadata payloads for UI and indexing
- Ownership snapshots for wallet and gallery features
- Contract detail references for marketplace logic
Recommended MCP Servers
Journey fit
How it compares
Alchemy NFT API MCP connector, not a smart-contract audit or wallet signing skill.
Common Questions / FAQ
Who is com.mcparmory/alchemy-nft for?
Solo developers building NFT or web3 experiences who want Alchemy NFT data callable from Claude Code, Cursor, or Codex during integration work.
When should I use com.mcparmory/alchemy-nft?
Use it while implementing collection pages, ownership checks, metadata rendering, or contract inspection against Alchemy-supported networks.
How do I add com.mcparmory/alchemy-nft to my agent?
Add stdio MCP with uvx package mcparmory-alchemy-nft or ghcr.io/mcparmory/alchemy-nft:1.0.3, configure your Alchemy API key, and enable the server in your agent MCP settings.