lootex-mcp
v0.1.6
Published
## Requirements - Node v20 and above
Readme
Lootex MCP
Requirements
- Node v20 and above
Usage
{
"mcpServers": {
"lootex": {
"command": "npx",
"args": ["-y", "lootex-mcp"],
"env": {
"LOOTEX_API_KEY": "your_api_key",
"LOOTEX_ENVIRONMENT": "production",
"LOOTEX_CLIENT_ID": "your_client_id",
"WALLET_ADDRESS": "0x....", // required for purchase and list nft
"WALLET_PRIVATE_KEY": "0x....." // required for purchase and list nft
}
}
}
}Tools
get-trending-collections
Get trending NFT collections of a specific chain on Lootex Marketplace
get-collection-info
Get information about a specific NFT collection on Lootex Marketplace
get-assets
Query assets with various filters on Lootex Marketplace
purchase-order
Purchase a specific order of an asset on Lootex Marketplace
list-assets
List assets on Lootex Marketplace
