Skip to content
MCP-Bridge
AI & ML

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

POWERTOOLS_DEVELOPER_API_KEY

Replace your_powertools_developer_api_key with your actual 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