Skip to main content
Glama

MCP Calculator Service

by amandhunna
package.json809 B
{ "name": "mcp-calculator", "version": "1.0.0", "description": "Model-Context-Protocol implementation for a calculator service", "main": "mcp-server.js", "scripts": { "start:calculator": "node calculator-api.js", "start:mcp": "node mcp-server.js", "start:client": "node mcp-client.js", "start": "concurrently \"npm run start:calculator\" \"npm run start:mcp\" \"npm run start:client\"" }, "dependencies": { "@anthropic-ai/sdk": "^0.51.0", "@aws-sdk/client-cloudwatch-logs": "^3.812.0", "@aws-sdk/credential-providers": "^3.812.0", "axios": "^1.6.7", "body-parser": "^1.20.3", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^4.18.3", "install": "^0.13.0", "npm": "^11.4.0" }, "devDependencies": { "concurrently": "^8.2.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/amandhunna/mcpserver'

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