Skip to main content
Glama
artkrsk

@artemsemkin/envato-market-mcp

by artkrsk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENVATO_TOKENYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 7 tools

Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

Seven tools is a well-scoped set for an Envato Market API surface. Each tool covers a meaningful operation without redundancy or bloat.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues