mcp-server-with-streamable-http-example

jonigl/mcp-server-with-streamable-http-example

3.3

If you are the rightful owner of mcp-server-with-streamable-http-example and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple MCP server with streamable HTTP transport.

Tools
  1. hello_world

    Say hello

  2. add_numbers

    Add two numbers

  3. random_number

    Generate random number

Simple MCP Server Test

A simple MCP server with streamable HTTP transport.

Run

uv run mcp-server

Or directly:

python simple_streamable_http_mcp_server.py

Tools

  • hello_world(name) - Say hello
  • add_numbers(a, b) - Add two numbers
  • random_number(min_val, max_val) - Generate random number