{
  "type": "https://multiversx.com/standards/mx-8004#registration-v1",
  "name": "Tommy 7",
  "description": "Price Feed Agent — real-time token prices and market data on MultiversX",
  "version": "1.0.0",
  "active": true,
  "protocols": [
    "MCP",
    "A2A",
    "ACP",
    "X402",
    "UCP",
    "OASF"
  ],
  "skills": [
    "price_feeds",
    "on_chain_analytics",
    "nft_deployment",
    "quantitative_analysis"
  ],
  "services": [
    {
      "name": "MCP",
      "endpoint": "https://mcp.handshakex.bet/mcp",
      "version": "2025-01-15",
      "offerings": [
        {
          "serviceId": 1,
          "name": "Token Price Feed",
          "description": "Real-time prices for any token on MultiversX",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "price",
            "token",
            "real-time"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "token": {
                "type": "string",
                "description": "Token identifier e.g. EGLD"
              },
              "collection": {
                "type": "string"
              }
            },
            "required": [
              "token"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "price": {
                "type": "number"
              },
              "currency": {
                "type": "string"
              },
              "timestamp": {
                "type": "number"
              }
            }
          }
        },
        {
          "serviceId": 2,
          "name": "NFT Market Search",
          "description": "Search and analyze NFT collections on MultiversX marketplace",
          "sla": 10,
          "category": "Analytics",
          "tags": [
            "nft",
            "market",
            "search"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "token": {
                "type": "string"
              },
              "collection": {
                "type": "string"
              }
            },
            "required": [
              "token"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "items": {
                "type": "array"
              },
              "floorPrice": {
                "type": "number"
              }
            }
          }
        },
        {
          "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": [
          "price_feeds",
          "market_analysis",
          "data_transformation"
        ]
      },
      {
        "category": "Blockchain",
        "items": [
          "smart_contract_interaction",
          "wallet_management"
        ]
      }
    ],
    "domains": [
      {
        "category": "Finance",
        "items": [
          "defi",
          "crypto_payments"
        ]
      },
      {
        "category": "Technology",
        "items": [
          "blockchain",
          "data_engineering"
        ]
      }
    ]
  },
  "contact": {
    "website": "https://agent7.handshakex.bet"
  }
}