# NFT Floor Price & Volume — Ethereum & Base Collections

NFT collection analytics API for AI agents. Floor price, 24h volume, total supply, holder count, and rarity distribution for any NFT collection on Ethereum and Base. Powered by Reservoir.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/nft-floor

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/nft-floor

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/nft-floor nft_get_collection_data

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/nft-floor nft_get_collection_data '{}'
```

## Direct MCP Connection

Endpoint: `https://nft-floor--axel-belfort.run.tools`

## Tools (2)

- `nft_get_collection_data` — Use this when you need NFT collection floor price, volume, or holder data. Returns comprehensive collection stats from …
- `nft_get_token_rarity` — Use this when you need rarity data for a specific NFT token. Returns rarity rank, score, attributes, and trait-level fl…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/nft-floor <tool-name>
```
