Provides a streamable HTTP server for basic arithmetic operations using the MCP protocol.
Sponsored
Offers a Python-based HTTP server implementing the MCP protocol to provide core arithmetic operations. It enables clients to initialize sessions, discover available tools such as an 'add' function, and execute them over HTTP. Its streamable design suggests support for real-time data exchange or event streaming, making it suitable for interactive agents or applications requiring continuous communication with the calculator functionality.
主要功能
01Support for event streaming
02Dynamic tool discovery
03Session management capabilities
040 GitHub stars
05MCP Protocol compliant API
06HTTP-based calculator functionality
使用案例
01Providing a backend service for simple calculations
02Integrating basic arithmetic capabilities into AI agents