N
netcafe-devkit
/json_yaml
JSON ↔ YAML, either direction, auto-detected
Converts JSON to YAML or YAML to JSON. It works out which one you gave it, so you do not have to say. A parse failure comes back with the parser message instead
liveverifiedunknown~5s typical
mcpprobednetcafe-devkit
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-ainetcafe-netcafe-devkit /json_yaml for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | The JSON or YAML content. |
| to | string | Optional: "json" or "yaml" to force the direction. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-ainetcafe-netcafe-devkit","endpoint":"/json_yaml","input":{"text":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-devkit -e /json_yaml -i '{"text":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-devkit", endpoint: "/json_yaml", input: {"text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.