Back to Home

Docs - Public MCP and catalogue documentation

Last Updated: August 21, 2026

This page is public documentation for Whop Trends. You do not need an account to read it. The page is a menu. It is not a key.

Public pages

Anyone can open product pages, category pages, rankings, and free tools. About and contact are public too. Product pages include a short chart window. Rankings and categories compare niches. The tools let you check a product or estimate revenue from public inputs.

Whop Trends Pro

Whop Trends Pro is $29/month or $228/year. Pro unlocks the dashboard, longer history, revenue estimates, and machine access through the API and MCP server. Paid routes stay gated.

MCP server

The Model Context Protocol server is POST https://whoptrends.com/api/mcp. It needs an active Pro subscription and an API key. Send Authorization: Bearer wt_.... Create keys in the dashboard after you subscribe. An API key authenticates MCP only. It is not a general REST credential.

{
  "mcpServers": {
    "whop-trends": {
      "type": "http",
      "url": "https://whoptrends.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

MCP tools

The server exposes five tools: search_products, get_product, market_trends, category_metrics, check_product. Use them to search products, read one product, inspect market trends, measure a category, and grade a product.

  • search_products
  • get_product
  • market_trends
  • category_metrics
  • check_product

Keys

You may hold up to five active keys. The raw key is shown once. Do not paste keys into this page, into client-side code, or into a public gist. Revoke a key from the dashboard if it leaks.

Related pages

About · Contact · Terms · OpenAPI · llms.txt