Skip to content
MCP-Bridge
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_KEY

Example: 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/AddToCollection

Collections - Add to collection

POST/CSVtoJSON

Data - CSV to JSON

POST/CalculateAbsolute

Math - Calculate Absolute

POST/CalculateAddition

Math - Calculate Addition

POST/CalculateAverage

Math - Calculate average

POST/CalculateCosine

Math - Calculate Cosine

POST/CalculateDivision

Math - Calculate Division

POST/CalculateLogarithm

Math - Calculate Logarithm

POST/CalculateMedian

Math - Calculate median

POST/CalculateMinMax

Math - Calculate minimum or maximum