Serves as the runtime environment for the MCP server, enabling the execution of the Thunder Client license management functionality.
Package manager used for installing dependencies and running the MCP server through commands like 'npx'.
Used for implementing the MCP server with type safety, providing a more robust development experience for the Thunder Client license management tools.
Thunder Client License Manager MCP Server
An MCP (Model Context Protocol) server that provides tools for managing Thunder Client licenses through their API.
Features
Add licenses: Add Thunder Client licenses for specified email addresses
Get licenses: Retrieve license information with automatic pagination
Remove licenses: Remove Thunder Client licenses for specified email addresses
Requirements
Node.js 20+ (LTS)
TypeScript
Thunder Client API access
Installation
Clone this repository
Install dependencies:
npm installBuild the project:
npm run build
Environment Variables
Before using the MCP server, you need to set the following environment variables:
TC_API_KEY
: Your Thunder Client API key (sent as 'api-key' header)TC_ACCOUNT_NUMBER
: Your Thunder Client account numberTC_BASE_URL
: (Optional) Base URL for Thunder Client API (defaults to 'https://www.thunderclient.com')
Example Environment Setup
MCP Configuration
Add the server to your MCP settings configuration:
For Cline/Claude Desktop
Add to your cline_mcp_settings.json
or Claude Desktop configuration:
For other MCP clients
Use the stdio transport with npx:
Available Tools
1. thunderclient_add_license
Add Thunder Client licenses for specified email addresses.
Parameters:
emails
(required): Array of email addresses to add licenses for
Example:
2. thunderclient_get_licenses
Get Thunder Client licenses with smart pagination.
Parameters:
pageNumber
(optional): Specific page to fetch. If omitted, fetches ALL pages automatically
Example - Get all licenses:
Example - Get specific page:
3. thunderclient_remove_license
Remove Thunder Client licenses for specified email addresses.
Parameters:
emails
(required): Array of email addresses to remove licenses for
Example:
API Response Format
All tools return responses in the following format:
Special Response for thunderclient_get_licenses
without pageNumber
When fetching all pages, the response includes:
Development
Scripts
npm run build
: Compile TypeScript to JavaScriptnpm run dev
: Watch mode for developmentnpm start
: Run the compiled server
Project Structure
Error Handling
The server includes comprehensive error handling:
Environment variable validation
API request/response error handling
Input validation for required parameters
Proper MCP error codes and messages
License
MIT
Contributing
Fork the repository
Create a feature branch
Make your changes
Add tests if applicable
Submit a pull request
Support
For issues related to the Thunder Client API, refer to their documentation. For MCP server issues, please create an issue in this repository.
Provides tools for managing Thunder Client licenses through their API, enabling users to add, retrieve, and remove licenses with simple commands.
- Features
- Requirements
- Installation
- Environment Variables
- MCP Configuration
- Available Tools
- API Response Format
- Development
- Error Handling
- License
- Contributing
- Support
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityFacilitates contract and template management for eSignatures, enabling users to create, send, update, and manage contracts and templates with customizable options through a user-friendly interface.Last updated -1329MIT License
- -securityAlicense-qualityProvides tools for managing IP assets and licenses, interacting with the Story Python SDK, and handling operations like minting tokens, registering IP, and uploading metadata to IPFS.Last updated -14MIT License
- -securityFlicense-qualityA service that provides programmatic access to qBittorrent's WebUI API, enabling management of torrents, trackers, tags, speed controls, and system information through natural language.Last updated -6
- AsecurityAlicenseAqualityAn MCP server implementation that integrates with LicenseSpring APIs, providing comprehensive license management and customer operations capabilities.Last updated -1852MIT License