These tools are live and ready! The WebMCP polyfill is included with this documentation site. Install the MCP-B browser extension to enable AI agents (like Claude) to discover and call these tools directly.
Build Your Own
Learn how to create custom tools
Tool Registration
Understanding tool registration
WebMCP SDK
SDK reference documentation
WebMCP Status
Check if the WebMCP polyfill is loaded and ready:Calculator Tool
Demonstrates: Basic tool registration with a simple input schema This tool shows the fundamentals ofregisterTool() - a single required parameter and straightforward execution. Watch the animated result display when AI computes your expression!
Color Converter Tool
Demonstrates: Complex schemas withenum, default values, and optional parameters
This tool showcases advanced input schema features - the outputFormat parameter uses an enum for constrained choices and includes a default value. Watch the color splash animation and generated palette when AI converts your color!
Storage Management Tool
Demonstrates: Multiple tool registration and browser API integration This component registers three related tools (storage_set, storage_get, storage_list) that work together to manage browser localStorage. Watch the data flow animation as AI reads and writes to persistent storage!
