envato-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENVATO_TOKEN | Yes | Your Envato personal token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| envato_search_itemsA | Search the Envato Market catalog for items matching a search term. Optionally restrict to a single site and paginate the results. |
| envato_popular_itemsA | List the most popular items for a given Envato Market site (weekly and monthly top sellers, plus featured items). |
| envato_categoriesA | List all categories available on a given Envato Market site. |
| envato_user_infoA | Get public account details for an Envato Market user, including country, sales, followers and join date. |
| envato_user_items_by_siteA | Get the number of items a user has for sale on each Envato Market site. |
| envato_user_badgesA | Get the badges earned by an Envato Market user (e.g. Elite, Power Elite, anniversary and author level badges). |
| envato_market_totalsA | Get the total number of registered users and the total number of items for sale across Envato Market. |
| envato_list_purchasesA | List the purchases made by the authenticated buyer. Requires a token with the 'Download your purchased items' and purchase-history permissions. |
| envato_download_linkA | Get a time-limited download URL for an item the authenticated buyer has purchased. Requires a token with download permission. |
| envato_verify_purchaseA | Verify a purchase/sale by its purchase code and return the sale details. Used by authors to validate buyer purchase codes. |
| envato_accountA | Get the authenticated user's account details (name, balance, country, sales, and more). |
| envato_my_usernameA | Get the username of the authenticated user. |
| envato_my_emailA | Get the email address of the authenticated user. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Each tool targets a distinct resource or action: account info, purchases, items, search, categories, etc. No overlaps are apparent, and descriptions clearly differentiate them.
All tools follow the 'envato_' prefix followed by a descriptive noun or noun phrase in snake_case (e.g., envato_account, envato_download_link). The naming pattern is uniform and predictable.
With 13 tools, the server covers essential functional areas without being bloated or sparse. The count aligns well with the scope of the Envato Market API.
The tool set covers user account details, purchases, catalog browsing, search, and purchase verification. It provides a comprehensive surface for interacting with Envato Market, with no obvious gaps.