Skip to main content
This tutorial walks you through the smallest useful hosted Redop server.

What you will build

By the end, you will have:
  • an HTTP Redop server
  • one simple health tool
  • one tool with input
  • a working MCP endpoint at /mcp

Step 1: Create the server

Step 2: Add a no-input tool

Step 3: Add a tool with input

Step 4: Start HTTP

Step 5: Run and verify

Then connect a client to http://localhost:3000/mcp.

What to do next

Now that the transport works, add a schema so the handler input becomes typed.