Skip to content
Back to search
90
MCP v1.1.0 sse

NFT Floor Price & Rarity API

io.github.Br0ski777/nft-floor

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

Uptime
0.0%
1 direct probes · 30d
Response
172ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

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 …

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 collecti…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nft_floor_price_&_rarity_api": {
      "url": "https://nft-floor.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}