
envato-license-checker
The envato-license-checker MCP server for Envato authors to validate purchase codes and confirm active support status, ensuring only eligible customers receive support.
envato
license-verification
api
+3
|Overview
This envato-license-checker MCP server is designed for Envato item authors and support teams to quickly verify purchase codes and check support validity before providing assistance. It ensures that only customers with valid licenses and active support receive help, helping maintain compliance and streamline support operations.
Key Capabilities
- verifyPurchaseCode: Verifies Envato purchase codes by querying the Envato API to confirm license validity, buyer information, and support availability. Returns item details such as name, ID, purchase date, and support expiry.
- getSupportStatus: Evaluates Envato support validity using the support expiry date and determines whether support is active or expired. Returns remaining support duration along with item and buyer context.
These functions mirror Envato's buyer API endpoints for automated verification.
Use Cases
- Pre-Support Validation
- Scenario: A customer submits a support request for your Envato item.
- Action: Use verifyPurchaseCode to check if the purchase code is valid.
- Benefit: Prevents support for invalid or pirated copies.
- Support Eligibility Check
- Scenario: You want to confirm if a user’s support period is still active.
- Action: Use getSupportStatus to calculate remaining support days.
- Benefit: Ensures customers only receive support within their licensed period.
- Automated Customer Verification
- Scenario: Integrate into a helpdesk or CRM system.
- Action: Automatically validate purchase codes and support before assigning tickets.
- Benefit: Saves time for support teams and enforces compliance.
- License Compliance
- Scenario: Before deploying updates or premium features.
- Action: Validate purchase code using verifyPurchaseCode.
- Benefit: Ensures only authorized buyers can access updates or restricted features.
Envato API Token (Need to run this server)
- You need envato API token to run this mcp server. Get Token.
- Add this token to the mcpize secrets options as key value. (key will be "ENVATO_TOKEN" and value will be envato token)
PlaygroundUpdated Apr 8, 2026