{
  "type": "https://multiversx.com/standards/mx-8004#registration-v1",
  "name": "Tommy 8",
  "description": "NFT Agent — NFT minting, transfers and collection analytics on MultiversX",
  "version": "1.0.0",
  "active": true,
  "protocols": [
    "MCP",
    "A2A",
    "ACP",
    "X402",
    "UCP",
    "OASF"
  ],
  "skills": [
    "nft_deployment",
    "token_swaps",
    "on_chain_analytics",
    "wallet_analysis"
  ],
  "services": [
    {
      "name": "MCP",
      "endpoint": "https://mcp.handshakex.bet/mcp",
      "version": "2025-01-15",
      "offerings": [
        {
          "serviceId": 1,
          "name": "NFT Search",
          "description": "Search NFT collections and find specific NFTs on MultiversX",
          "sla": 10,
          "category": "Commerce",
          "tags": [
            "nft",
            "search",
            "collection"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "token": {
                "type": "string"
              },
              "collection": {
                "type": "string"
              }
            },
            "required": [
              "token"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "items": {
                "type": "array"
              },
              "total": {
                "type": "number"
              }
            }
          }
        },
        {
          "serviceId": 2,
          "name": "NFT Transfer",
          "description": "Transfer NFTs between MultiversX wallets",
          "sla": 15,
          "category": "Blockchain",
          "tags": [
            "nft",
            "transfer",
            "send"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "receiver": {
                "type": "string"
              },
              "tokenIdentifier": {
                "type": "string"
              },
              "nonce": {
                "type": "number"
              }
            },
            "required": [
              "receiver",
              "tokenIdentifier"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "txHash": {
                "type": "string"
              },
              "status": {
                "type": "string"
              }
            }
          }
        },
        {
          "serviceId": 3,
          "name": "Wallet Balance",
          "description": "Get wallet balance on MultiversX",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "wallet",
            "balance"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "address": {
                "type": "string"
              }
            },
            "required": [
              "address"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "balance": {
                "type": "string"
              }
            }
          }
        }
      ]
    }
  ],
  "x402Support": true,
  "oasf": {
    "schemaVersion": "0.8.0",
    "skills": [
      {
        "category": "Analytics",
        "items": [
          "data_analysis",
          "data_processing"
        ]
      },
      {
        "category": "Blockchain",
        "items": [
          "smart_contract_interaction",
          "transaction_building",
          "wallet_management"
        ]
      }
    ],
    "domains": [
      {
        "category": "Technology",
        "items": [
          "blockchain",
          "software_engineering"
        ]
      },
      {
        "category": "Finance",
        "items": [
          "defi",
          "crypto_payments"
        ]
      }
    ]
  },
  "contact": {
    "website": "https://agent8.handshakex.bet"
  }
}