Jorkal Nft
FreeNot checkedMCP server for Solana NFT market data via Magic Eden. Paid with x402 USDC micropayments.
About
MCP server for Solana NFT market data via Magic Eden. Paid with x402 USDC micropayments.
README
A Model Context Protocol server for real-time Solana NFT market data from Magic Eden.
MCP Endpoint
https://jorkal-nft-mcp.vercel.app/mcp
Compatible 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"}}}'
Payment
Tools are paid via the x402 protocol — micropayments in USDC on Base mainnet. When a payment is required, the tool returns instructions on how to pay.
- Network: Base mainnet (eip155:8453)
- Asset: USDC (
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) - Pay to:
0xA63A9cB0adc792a2913307Be577CBeF86E8756B6
Available Collections
Works with any Magic Eden Solana collection. Examples: degods, okay_bears, the_tower, y00ts, mad_lads.
x402 HTTP API
Also available as a direct x402-compatible HTTP API:
- Base URL:
https://vercel-deploy-alpha-puce.vercel.app - Listed on x402scan
License
MIT
Installing Jorkal Nft
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jorkal-crypto/jorkal-nft-mcpFAQ
Is Jorkal Nft MCP free?
Yes, Jorkal Nft MCP is free — one-click install via Unyly at no cost.
Does Jorkal Nft need an API key?
No, Jorkal Nft runs without API keys or environment variables.
Is Jorkal Nft hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Jorkal Nft in Claude Desktop, Claude Code or Cursor?
Open Jorkal Nft on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Jorkal Nft with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
