# NFT Floor Price & Rarity API MCP server

NFT collection floor price, volume, holders, rarity rank via Reservoir. ETH + Base. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-nft-floor
- Repository: https://github.com/Br0ski777/nft-floor-x402
- Website: https://github.com/Br0ski777/nft-floor-x402

## Install
- Endpoint: https://nft-floor.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://nft-floor.api.klymax402.com/mcp

## Tools
- nft_get_collection_data - Use this when you need NFT collection floor price, volume, or holder data. Returns comprehensive collection stats from Reservoir for Ethereum and Base NFTs.

1. floorPrice: current floor price in ETH and USD
2. volume24h: 24-hour trading volume in ETH and USD
3. totalSupply: total number of NFTs in the collection
4. holderCount: number of unique holders
5. listedCount: number of NFTs currently listed for sale
6. listedPercent: percentage of supply listed
7. topTraitFloors: floor prices broken down by top traits

Example output: {"floorPrice":{"eth":12.5,"usd":44000},"volume24h":{"eth":89.3,"usd":314000},"totalSupply":10000,"holderCount":5421,"listedCount":312,"listedPercent":3.12,"topTraitFloors":[{"trait":"Gold Fur","floor":45.2}]}

Use this FOR tracking NFT collection values, comparing collections, or monitoring floor price movements. Essential for NFT portfolio valuation and market analysis.

Do NOT use for individual token rarity -- use nft_get_token_rarity. Do NOT use for wallet holdings -- use wallet_get_portfolio. Do NOT use for token safety -- use token_check_safety. Endpoint: https://nft-floor.api.klymax402.com/mcp
- nft_get_token_rarity - Use this when you need rarity data for a specific NFT token. Returns rarity rank, score, attributes, and trait-level floor prices for valuation.

1. rarityRank: token's rarity rank within the collection (e.g. 142 out of 10000)
2. rarityScore: computed rarity score
3. totalSupply: total tokens in the collection
4. attributes: array of token traits with name, value, frequency, and trait floor price
5. estimatedValue: estimated value based on rarity and trait floors

Example output: {"rarityRank":142,"rarityScore":285.4,"totalSupply":10000,"attributes":[{"trait":"Background","value":"Gold","frequency":0.02,"traitFloor":18.5},{"trait":"Eyes","value":"Laser","frequency":0.04,"traitFloor":15.2}],"estimatedValue":{"eth":22.3,"usd":78500}}

Use this FOR valuing individual NFTs, finding underpriced tokens, or building rarity-based trading strategies.

Do NOT use for collection-level stats -- use nft_get_collection_data. Do NOT use for wallet holdings -- use wallet_get_portfolio. Do NOT use for token safety checks -- use token_check_safety. Endpoint: https://nft-floor.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
