Skip to main content
Glama

Cal Server

package.json811 B
{ "name": "cal-mcp", "module": "index.ts", "type": "module", "version": "1.0.6", "module": "dist/index.js", "main": "dist/index.js", "description": "A MCP server for evaluating mathematical expressions", "bin": { "cal-mcp": "./dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "start": "bun run index.ts", "build": "bun build index.ts --outdir ./dist --target node", "prepublishOnly": "npm run build" }, "keywords": ["ai", "math", "expression-evaluator", "mcp", "bun"], "author": "coderpwh", "license": "MIT", "private": false, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "expr-eval": "^2.0.2", "fastmcp": "^1.20.5", "zod": "^3.24.2" } }

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/pwh-pwh/cal-mcp'

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