ton-nfts

SKILL.md

TON NFT Operations

View and transfer NFTs on the TON blockchain.

MCP Tools

Tool Required Optional
get_nfts — limit, offset, walletSelector
get_nfts_by_address address limit, offset
get_nft nftAddress —
send_nft nftAddress, toAddress comment, walletSelector

Workflows

List My NFTs

  1. Call get_nfts to list NFTs in the active wallet
  2. Use limit and offset for pagination

View NFT Details

  1. Call get_nft with the nftAddress

Send an NFT

  1. Call get_nfts to find the NFT address if the user doesn't have it
  2. Confirm the transfer with the user
  3. Call send_nft with nftAddress and toAddress
  4. Poll get_transaction_status with the returned normalizedHash until status is completed or failed (see ton-balance skill)

Notes

  • Always confirm with the user before transferring an NFT
  • If no wallet is configured, use the ton-create-wallet skill first
Weekly Installs
3
Repository
ton-connect/kit
GitHub Stars
20
First Seen
2 days ago
Installed on
amp3
cline3
opencode3
cursor3
kimi-cli3
codex3