Skip to main content
Glama
sdm7001

envato-mcp

by sdm7001

Server Configuration

Describes the environment variables required to run the server.

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 13 tools

Disambiguation5/5

Each tool targets a distinct resource or action: account info, purchases, items, search, categories, etc. No overlaps are apparent, and descriptions clearly differentiate them.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues