Jorkal NFT Data — MCP Server
A Model Context Protocol server for real-time Solana NFT market data from Magic Eden.
MCP Endpoint
https://jorkal-nft-mcp.vercel.app/mcpCompatible with any MCP client (Claude, Cursor, Windsurf, etc.).
Tools
| Tool | Description | Price |
|---|---|---|
nft_floor |
Floor price + listing count for a collection | $0.001 USDC |
nft_listings |
Top cheapest active listings | $0.002 USDC |
nft_stats |
Full collection stats (volume, holders, supply) | $0.002 USDC |
wallet_nfts |
All NFTs owned by a Solana wallet | $0.005 USDC |
Usage
With Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"jorkal-nft": {
"url": "https://jorkal-nft-mcp.vercel.app/mcp"
}
}
}Then ask Claude: "What is the floor price of degods?"
Direct MCP call
curl -X POST https://jorkal-nft-mcp.vercel.app/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nft_floor","arguments":{"symbol":"degods"}}}'





