Sell The Trend MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STT_EMAIL | Yes | Your Sell The Trend account email | |
| STT_HEADLESS | No | Set to 'true' to run browser headless (not recommended, headless logins blocked) | false |
| STT_PASSWORD | Yes | Your Sell The Trend account password | |
| STT_SEARCH_PATH | No | Optional override for search path if UI changes | |
| STT_PROXY_SERVER | No | Optional residential proxy server | |
| STT_CARD_SELECTOR | No | Optional override for card selector if UI changes | |
| STT_DASHBOARD_URL | No | Optional override for dashboard URL if UI changes | |
| STT_PROXY_PASSWORD | No | Optional proxy password | |
| STT_PROXY_USERNAME | No | Optional proxy username |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| stt_statusA | Report Sell The Trend session/auth status and whether you're logged in. |
| stt_loginA | Open Sell The Trend login in THIS server's browser window and wait (up to 5 min) for you to solve the human-check + sign in. Run once per server start if stt_status shows loggedIn:false. (Server must be headful: STT_HEADLESS=false.) |
| stt_navigateA | Log in if needed, navigate to a Sell The Trend path or full URL, and return a text snapshot (title, url, text, links, buttons). |
| stt_snapshotA | Return a text snapshot of the CURRENT page (title, url, visible text, links, buttons). |
| stt_extractB | Extract data from the current page via a CSS selector. Returns innerText (or a given attribute) of each match. |
| stt_clickB | Click an element by CSS selector or visible text. |
| stt_fillC | Fill an input by CSS selector; optionally submit with Enter. |
| stt_evaluateA | Run JavaScript in the page and return the JSON-serializable result. The escape hatch for anything the other tools don't cover. |
| stt_screenshotC | Take a PNG screenshot of the current page so you can see the dashboard. |
| stt_save_sessionA | Persist the current browser session after a manual login so future runs stay logged in. |
| stt_search_productsB | Search Sell The Trend product research for a niche/keyword and return found product cards. Best-effort — if cards are empty, use stt_navigate + stt_snapshot to find the real path/selector and set STT_SEARCH_PATH / STT_CARD_SELECTOR in .env. |
| stt_winning_productsB | Open Sell The Trend winning/handpicked products and return a snapshot. Tune STT_WINNING_PATH in .env if the default isn't right. |
| stt_researchA | Search Sell The Trend NEXUS for a niche/keyword and return STRUCTURED product data (name, sell price, orders, sales). The reliable way to pull winning-product data. |
| stt_research_reportA | Research a niche/keyword on NEXUS and generate a DETAILED PDF dossier under ./reports/: full product list + deep dossiers (cost, profit, saturation, stores+URLs, suppliers, Facebook ad library, targeting, image) for the top products. Use this by default whenever researching a product. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mfahadiqbalofcl/sellthetrend-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server