In Module 9.1 you connected someone else's MCP server. In this chapter you build your own.
Your agent can chat, remember, follow schedules, and use installed skills. What it cannot do is reach outside its box: it cannot check a database, call an API, or verify a learner's progress. MCP servers give your agent tools that perform real actions in the real world.
You will not write the server yourself. You install the mcp-builder skill into Claude Code, describe what you need in plain English, steer the spec, and verify the result. By the end, your agent has a new tool that works from WhatsApp.
By the end of this chapter, you will have built and connected an MCP server to your OpenClaw agent, tested it end-to-end from WhatsApp, and understood the describe-steer-verify workflow that scales to any number of tools.