Overview
Lootex Plus provides a remote Model Context Protocol (MCP) server that maps all our API endpoints to tools that can be used by any MCP-compatible client, including Claude Code, Gemini CLI, and other MCP clients.Getting Started
- Obtain an API Key: Get your API key from the Lootex Plus dashboard
- Configure Your MCP Client: Add the server configuration to your MCP client settings
- Test the Connection: Verify the connection by making a simple prompt like to trigger a tool.
Configuration
MCP Server URL
Authentication
All MCP server requests require a valid API key passed in the authorization header. The exact configuration varies across MCP clients.Important: Replace
YOUR_API_KEY with your actual Lootex Plus API key from the dashboard. The API key should have the necessary permissions for the tools you plan to use.Claude Code
To use Lootex Plus MCP in Claude Code, run the following command to setup automatically:Visit the Claude Code MCP documentation for more details on configuration options.
Gemini CLI
Add the following configuration to your~/.gemini/settings.json file:
Test Prompt
get_trending_collections tool.
Available Tools
The MCP server provides the following tools that wrap the v1 API endpoints:Assets
get-asset- Retrieve a specific asset by chainId, contractAddress, and tokenIdsearch-assets- Explore assets with comprehensive search filters including owner address, verification status, and listing availability
Collections
get-collection- Retrieve a specific collection by chainId and contractAddresssearch-collections- Search for collections with filters including verification statusget-trending-collections- Get trending collections by chainId and time range (1 hour, 1 day, 1 week, 1 month)
Orders
get-order- Retrieve a specific order by hashcreate-orders- Create new orders with signaturelist-orders- List orders for sale with detailed item specificationsbuy-orders- Purchase orders with specified hashescancel-orders- Cancel existing orders
Drops
get-drop- Retrieve a specific drop by chainId and contractAddressclaim-drop- Claim a drop for a specific address with quantity and recipient options