jorkal-nft-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| nft_floorA | Get the floor price and listing count for a Magic Eden Solana NFT collection. Returns floor price in SOL and lamports, average 24h price, and total volume. |
| nft_listingsA | Get the cheapest active NFT listings for a Magic Eden Solana collection. Returns up to 20 listings sorted by price ascending. |
| nft_statsA | Get full collection stats for a Magic Eden Solana NFT collection: floor, volume, 24h avg, holders, supply. |
| wallet_nftsA | Get NFTs owned by a Solana wallet address. Returns mint addresses, names, collections, and listing status. |
| nft_activityA | Get recent activity for a Magic Eden Solana NFT collection — includes bids, listings, and sales with prices, buyers, sellers, and timestamps. |
| nft_tokenA | Get detailed information about a single Solana NFT by its mint address — includes name, owner, collection, current listing price, image URL, and all on-chain attributes/traits. |
| wallet_activityB | Get recent NFT transaction history for a Solana wallet — buys, sells, bids, and listings with prices, collections, and timestamps. |
| wallet_valueA | Estimate the total NFT portfolio value for a Solana wallet using current floor prices. Returns a breakdown by collection with estimated value per collection and a grand total in SOL. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clear, distinct purpose. The six nft_ tools cover different aspects of collection data (activity, floor, listings, stats, individual token), and the three wallet_ tools cover wallet transaction history, holdings, and portfolio valuation, with no overlap.
All tool names follow a consistent snake_case pattern with a clear domain prefix (nft_ or wallet_) followed by a descriptive noun. This provides predictability and makes it easy for an agent to understand the tool's scope.
With 8 tools, the count is well-scoped for a focused NFT server. Each tool provides essential functionality without unnecessary bloat, covering both collection-level and wallet-level operations.
The tool set covers core use cases: collection exploration (activity, floor, listings, stats, token details) and wallet management (activity, holdings, portfolio value). Missing a generalized search tool, but the surface is complete for typical NFT interactions.