# originforge-dNFT-Generator

Fetch and display NFT data from the Origin Forge API. Easily save SVG images and JSON metadata, while leveraging powerful tools to enhance your NFT viewing experience.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jutalik/originforge-generate-nft-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list jutalik/originforge-generate-nft-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jutalik/originforge-generate-nft-mcp get-nft-data

# Call a tool
npx -y @smithery/cli@latest tool call jutalik/originforge-generate-nft-mcp get-nft-data '{}'
```

## Tools (7)

- `get-nft-data` — Get basic NFT information
- `get-nft-image` — Get NFT image data
- `get-nft-attributes` — Get detailed NFT attributes
- `get-color-palette` — Get NFT color palette
- `get-enhanced-nft-view` — Get enhanced NFT view with formatted display
- `save-nft-files` — Save NFT image and JSON data to files
- `get-random-nfts` — Get multiple random NFTs

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jutalik/originforge-generate-nft-mcp <tool-name>
```

---

Source: https://github.com/jutalik/originforge-generate-nft-mcp
