Skip to main content
Glama

Calculator MCP Server

by tech-sushant
package.json928 B
{ "name": "@tech-sushant/calculator-mcp", "version": "1.0.3", "description": "A simple Model Context Protocol calculator server", "mcpName": "io.github.tech-sushant/calculator-mcp", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "calculator", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/tech-sushant/calculator-mcp.git" }, "types": "./dist/index.d.ts", "bugs": { "url": "https://github.com/tech-sushant/calculator-mcp/issues" }, "homepage": "https://github.com/tech-sushant/calculator-mcp#readme" }

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/tech-sushant/calculator-mcp'

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