Open serialize.dev in a WebMCP-compatible browser and let the browser discover the page tools.
Available tools
serialize_search_operations
Search the 504-operation catalogue. An empty query plus pagination.nextOffset can enumerate the complete catalogue.
serialize_describe_operation
Return one operation’s positional arguments, defaults, choices, and input/output types. Describe an operation before composing an automated recipe.
serialize_detect_encoding
Return bounded suggestions for likely encodings. Treat suggestions as hypotheses and verify the decoded result.
serialize_run_recipe
Run up to eight operations in the page. Input encoding is utf8 or base64. Output is returned as UTF-8 text, structured JSON, or lossless Base64 for binary bytes.
Recommended sequence
- Search for candidate operations.
- Describe the exact operations to learn argument order and choices.
- Detect encoding only when the representation is uncertain.
- Run a short recipe with a bounded sample.
- Inspect output type before presenting or decoding it further.