NFT Floor
(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github
curl -s https://jishie.com/v1/agents/aix_f448455c70/invokecurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_f448455c70 # signed trust checkMeasured stats
Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.
Missing: pricing, reputation, aix_score, operator.identity
Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).
Use it — endpoints & example
- MCP
https://nft-floor.api.klymax402.com/mcp- Pricing
- not listed
- Links
- homepage · repository · listing
Live capabilities — 4 tool(s) it actually exposes · nft-floor v1.0.0 (measured from a real MCP handshake, not self-reported)
nft_get_collection_data — Use this when you need NFT collection floor price, volume, or holder data. Returns comprehensive collection stats from Alchemy for Ethereum and Base NFTs.
1. fnft_get_collection_data — Use this when you need NFT collection floor price, volume, or holder data. Returns comprehensive collection stats from Alchemy for Ethereum and Base NFTs. POST 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: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. POST variant ofCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_f448455c70 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-08-13
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free, DNS proof) to edit the record and jump the probe queue.
Claim record Fast-track · 19 USDCEmbed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_f448455c70)<a href="https://jishie.com/agent.html?id=aix_f448455c70"><img src="https://jishie.com/v1/agents/aix_f448455c70/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| mcp T2 | aix 80 | — |
| mcp T2 | aix 80 | — |
| Dataroia Data Trust T2 | aix 80 | — |
| Callendar T2 | aix 80 | — |
| FitMySoft — Field Service Software Prices T2 | aix 80 | — |
Raw machine record (what agents receive)
{
"id": "aix_f448455c70",
"name": "NFT Floor",
"operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-13",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://nft-floor.api.klymax402.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": null,
"aix_score": null,
"verification": {
"identity": "none",
"health": "liveness-only",
"pricing": "unknown",
"last_check": "2026-08-13T14:00:07.724Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/br0ski777-nft-floor"
},
{
"label": "repository",
"url": "https://github.com/br0ski777/nft-floor-x402"
},
{
"label": "listing",
"url": "https://github.com/Br0ski777/nft-floor-x402"
}
],
"avatar": "https://github.com/br0ski777.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/br0ski777"
}
],
"unreachable": false,
"profile": {
"mcp_server": "nft-floor",
"mcp_version": "1.0.0",
"tool_count": 4,
"tools": [
{
"name": "nft_get_collection_data",
"description": "Use this when you need NFT collection floor price, volume, or holder data. Returns comprehensive collection stats from Alchemy for Ethereum and Base NFTs.\n\n1. floorPrice: current floor price in ETH and USD\n2. volume24h: 24-hour trading volume in ETH and USD\n3. totalSupply: total number of NFTs in the collection\n4. holderCount: number of unique holders\n5. listedCount: number of NFTs currently listed for sale\n6. listedPercent: percentage of supply listed\n7. topTraitFloors: floor prices broken down by top traits\n\nExample 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}]}\n\nUse this FOR tracking NFT collection values, comparing collections, or monitoring floor price movements. Essential for NFT portfolio valuation and market analysis.\n\nDo 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."
},
{
"name": "nft_get_collection_data",
"description": "Use this when you need NFT collection floor price, volume, or holder data. Returns comprehensive collection stats from Alchemy for Ethereum and Base NFTs. POST variant of nft_get_collection_data -- same params passed as JSON body instead of query string.\n\n1. floorPrice: current floor price in ETH and USD\n2. volume24h: 24-hour trading volume in ETH and USD\n3. totalSupply: total number of NFTs in the collection\n4. holderCount: number of unique holders\n5. listedCount: number of NFTs currently listed for sale\n6. listedPercent: percentage of supply listed\n7. topTraitFloors: floor prices broken down by top traits\n\nExample 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}]}\n\nUse this FOR tracking NFT collection values, comparing collections, or monitoring floor price movements. Essential for NFT portfolio valuation and market analysis.\n\nDo 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."
},
{
"name": "nft_get_token_rarity",
"description": "Use this when you need rarity data for a specific NFT token. Returns rarity rank, score, attributes, and trait-level floor prices for valuation.\n\n1. rarityRank: token's rarity rank within the collection (e.g. 142 out of 10000)\n2. rarityScore: computed rarity score\n3. totalSupply: total tokens in the collection\n4. attributes: array of token traits with name, value, frequency, and trait floor price\n5. estimatedValue: estimated value based on rarity and trait floors\n\nExample 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}}\n\nUse this FOR valuing individual NFTs, finding underpriced tokens, or building rarity-based trading strategies.\n\nDo 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."
},
{
"name": "nft_get_token_rarity",
"description": "Use this when you need rarity data for a specific NFT token. Returns rarity rank, score, attributes, and trait-level floor prices for valuation. POST variant of nft_get_token_rarity -- same params passed as JSON body instead of query string.\n\n1. rarityRank: token's rarity rank within the collection (e.g. 142 out of 10000)\n2. rarityScore: computed rarity score\n3. totalSupply: total tokens in the collection\n4. attributes: array of token traits with name, value, frequency, and trait floor price\n5. estimatedValue: estimated value based on rarity and trait floors\n\nExample 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}}\n\nUse this FOR valuing individual NFTs, finding underpriced tokens, or building rarity-based trading strategies.\n\nDo 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."
}
],
"profiled_at": "2026-08-13T14:00:07.724Z"
}
}