@artemsemkin/envato-market-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENVATO_TOKEN | Yes | Your Envato personal API token from build.envato.com |
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
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verify_purchaseA | Verify a sale by Envato purchase code. Returns buyer, item, license, and support dates. |
| get_itemB | Look up an Envato Market item by ID. Returns sales count, rating, version, price, and tags. |
| search_commentsA | Search ThemeForest comments on an item. Returns conversation threads. |
| list_salesB | List recent author sales (paginated). Returns compact sale summaries. |
| get_statementB | List transactions from your Envato statement. Supports filtering by date range, transaction type, and site. |
| get_earningsA | Monthly earnings and sales breakdown since account creation. |
| get_accountB | Account balance, available earnings, and profile details. |
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 7 tools
Each tool targets a distinct area: item info, purchase verification, comments, and financial reporting. There is some overlap between list_sales, get_statement, and get_earnings, but their descriptions clarify the different data views.
All tool names follow a consistent verb_noun pattern: search_comments, verify_purchase, get_item, list_sales, get_statement, get_earnings, get_account. The verbs appropriately reflect each action, and the naming is predictable.
Seven tools is a well-scoped set for an Envato Market API surface. Each tool covers a meaningful operation without redundancy or bloat.
The set covers the core Envato Market workflows: item lookup, purchase verification, comments, sales, earnings, statement history, and account overview. Minor gaps like item search or sale-level detail are possible, but the surface is functional for typical author/API needs.