Skip to main content
Glama

Calculator MCP

by kelseyee

power

Perform power calculations by entering a base and exponent to compute mathematical exponential values efficiently using the Calculator MCP server.

Instructions

计算幂运算

Input Schema

NameRequiredDescriptionDefault
baseYes
exponentYes

Input Schema (JSON Schema)

{ "properties": { "base": { "title": "Base", "type": "number" }, "exponent": { "title": "Exponent", "type": "number" } }, "required": [ "base", "exponent" ], "title": "powerArguments", "type": "object" }
Install Server

Other Tools from Calculator MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kelseyee/mcp_calculator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server