Tutorials
Some tutorials below pick up where Get Started leaves off; others run their own self-contained stack. Each one is the runnable companion to a use case, hands-on steps for a capability the use case pages describe narratively.
Available Tutorials
HTTP APIs as Tools
Route a toolkit straight to a REST API with
mcp-http · proxy, no MCP server in front of it.MCP Gateway Setup
Add a third upstream, a plain REST API with no MCP server in front of it, to the gateway from Get Started using
mcp-http · proxy.Secure MCP with OAuth
Add a
jwt guard so every tool call is authenticated at the gateway before it reaches an upstream.Kafka as MCP Tools
Chain
mcp-http · proxy in front of a Kafka-backed REST API so an AI agent can produce and fetch Kafka messages as MCP tools.Centralized Auth
Run one
jwt guard in front of two independent toolkits and see the same policy enforced for both.Secure Agent Access
Connect once and reach three upstream toolkits behind a single entrypoint.
OpenAPI Specs as Tools
Compile a small OpenAPI document straight into an MCP tool with
mcp-openapi · client.Observable AI Agents
Make a few tool calls and watch the per-tool, per-outcome metrics counters climb.

