Provides basic arithmetic calculation tools through an HTTP-accessible MCP server. Supports mathematical operations like addition with streamable responses for integration with MCP clients.
Provides basic mathematical operations (addition, subtraction, multiplication, division) through a calculate tool. Supports both stdio and HTTP/SSE transport modes.
A stateless MCP server exposing mathematical tools (such as the "soma" addition tool) over stdio transport, demonstrated with an asynchronous client that discovers and invokes available tools dynamically.