Node.js Model Context Protocol server offering RESTful API for basic and advanced mathematical calculations, natural language math query processing, and robust error handling with CORS support.
Unlock the full potential of MCP Math Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
A Node.js server that handles mathematical calculations and natural language math queries.
npm install
Start the server:
npm start
For development with auto-reload:
npm run dev
POST /calculate
Body:
{ "operation": "add", "params": { "a": 5, "b": 3 } }
POST /natural
Body:
{ "query": "what is 5 plus 3" }
MIT
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!