DevStudio MCP Capability Catalog
Phase 1 · Static CatalogThis page is a read-only inventory of MCP-targeted DevStudio tools. It does not implement a live MCP endpoint and does not support tool execution.
Runtime methods like
initialize, tools/list, and tools/call are planned for a later phase.
| Capability (planned) | Tool | Description | Input summary | DevStudio URL |
|---|---|---|---|---|
timestamp.convert_unix |
Timestamp Converter | Convert Unix timestamp input into ISO/UTC and related time formats. | value (string/number), optional timezone (IANA or UTC) |
/timestamp |
base64.encode / base64.decode |
Base64 | Encode plaintext to Base64 or decode Base64 to text/binary output. | value (string), optional mode (encode/decode) |
/base64 |
uuid.generate |
UUID / ULID Generator | Generate UUID values for deterministic ID tooling workflows. | optional version (for example v4), optional count |
/uuid-generator |
http_status.lookup |
HTTP Status | Resolve an HTTP status code to canonical name and explanation. | code (integer) |
/http-status |
unit.convert |
Unit Converter | Convert values between unit systems for common engineering dimensions. | value (number), fromUnit (string), toUnit (string) |
/unit-converter |
Last updated for Phase 1 catalog publication. This page is informational until a later MCP runtime phase is shipped.