AI & MLAuto-generated
PowerTools Developer MCP Server
Apptigent PowerTools Developer Edition is a powerful suite of API endpoints for custom applications running on any stack. Manipulate text, modify collections, format dates and times, convert currency, perform advanced mathematical calculations, shorten URL's, encode strings, convert text to speech,
Quick Setup
Transport: STDIO
Command: npx -y @mcp/apptigent-com
Environment Variables
POWERTOOLS_DEVELOPER_API_KEYExample: your_powertools_developer_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"apptigent-com": {
"command": "npx",
"args": ["-y","@mcp/apptigent-com"],
"env": {
"POWERTOOLS_DEVELOPER_API_KEY": "your_powertools_developer_api_key"
}
}
}
}Endpoints
POST
/AddToCollectionCollections - Add to collection
POST
/CSVtoJSONData - CSV to JSON
POST
/CalculateAbsoluteMath - Calculate Absolute
POST
/CalculateAdditionMath - Calculate Addition
POST
/CalculateAverageMath - Calculate average
POST
/CalculateCosineMath - Calculate Cosine
POST
/CalculateDivisionMath - Calculate Division
POST
/CalculateLogarithmMath - Calculate Logarithm
POST
/CalculateMedianMath - Calculate median
POST
/CalculateMinMaxMath - Calculate minimum or maximum