# K-Trendz (verified)

Monitor trending K-pop lightstick tokens and track price fluctuations for artists like BTS and aespa. Manage token portfolios by buying and selling fan assets directly through the platform. Discover …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add KTrendz/bot-trading

# Browse available tools
npx -y @smithery/cli@latest tool list KTrendz/bot-trading

# Get full schema for a tool
npx -y @smithery/cli@latest tool get KTrendz/bot-trading list_tokens

# Call a tool
npx -y @smithery/cli@latest tool call KTrendz/bot-trading list_tokens '{}'
```

## Direct MCP Connection

Endpoint: `https://bot-trading--ktrendz.run.tools`

## Tools (5)

- `list_tokens` — List all available K-pop lightstick tokens on the K-Trendz platform with current supply, trending scores, and follower …
- `get_token_price` — Get current price, buy cost, sell refund, 24h change, trending score, and news signals for a specific K-pop artist ligh…
- `register_agent` — Register a new trading agent and receive an API key. The API key is required for buy/sell operations. Call this once be…
- `buy_token` — Buy 1 lightstick token for a K-pop artist. Requires API key (get one via register_agent). Max 1 per transaction. $100/d…
- `sell_token` — Sell 1 lightstick token for a K-pop artist. Requires API key (get one via register_agent). Gas sponsored via Paymaster.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get KTrendz/bot-trading <tool-name>
```
