PowerTools Developer MCP Config
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,
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apptigent-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apptigent-com.json to fetch programmatically.
{
"mcpServers": {
"apptigent-com": {
"command": "npx",
"args": ["-y","@mcp/apptigent-com"],
"env": {
"POWERTOOLS_DEVELOPER_API_KEY": "your_powertools_developer_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/apptigent-com.jsonEnvironment Variables
POWERTOOLS_DEVELOPER_API_KEYReplace your_powertools_developer_api_key with your actual powertools developer api key
Endpoints
/AddToCollectionCollections - Add to collection
/CSVtoJSONData - CSV to JSON
/CalculateAbsoluteMath - Calculate Absolute
/CalculateAdditionMath - Calculate Addition
/CalculateAverageMath - Calculate average
/CalculateCosineMath - Calculate Cosine
/CalculateDivisionMath - Calculate Division
/CalculateLogarithmMath - Calculate Logarithm
/CalculateMedianMath - Calculate median
/CalculateMinMaxMath - Calculate minimum or maximum