{"slug": "show-hn-ocarina-automate-and-test-mcp-servers-from-yaml-no-llm", "title": "Show HN: Ocarina – Automate and test MCP servers from YAML, no LLM", "summary": "A developer released Ocarina, an open-source tool that allows users to automate and test MCP servers using YAML-based playbooks called Rondos, without requiring an LLM. The tool enables step-by-step execution of tool calls against MCP servers for inspection and validation. The creator developed Ocarina to maximize the utility of the growing MCP ecosystem.", "body_md": "Hi all. As someone who has spent years working with Ansible and other automation frameworks, the recent MCP boom has me fascinated. People are creating nice, typed, LLM-readable (and thus human-readable) interfaces for their servers, over a standardized protocol that exposes both tools and resources. I wanted to see if I could create a way to run scripts against these servers directly, with no AI in the loop.\n\nOcarina lets you inspect MCP server characteristics and write Rondos (the equivalent of Ansible playbooks) that express tool calls in yaml so you can play them step-by-step without needing to drive with an LLM.\n\nHere's what a Rondo looks like:\n\nkeys: owner: acme repo: api\n\nserver: command: npx args: [-y, \"@modelcontextprotocol/server-github\"]\n\nrondo: - name: recent commits tool: list_commits args: owner: \"{{owner}}\" repo: \"{{repo}}\" grab: \".0.sha\" echo: latest_sha\n\n```\n  - name: commit detail\n    tool: get_commit\n    args:\n      owner: \"{{owner}}\"\n      repo: \"{{repo}}\"\n      sha: \"{{latest_sha}}\"\n    expect:\n      contains: \"feat\"\n```\n\nI have started using Ocarina myself to test and validate the MCP servers I am creating at my job, and I am interested in the broader field of how we can maximize the use of the massive MCP ecosystem. The README includes links to repos you can clone and try right away (and a little Blender demo ;])Happy Saturday!\n\nComments URL: [https://news.ycombinator.com/item?id=48699141](https://news.ycombinator.com/item?id=48699141)\n\nPoints: 2\n\n# Comments: 0", "url": "https://wpnews.pro/news/show-hn-ocarina-automate-and-test-mcp-servers-from-yaml-no-llm", "canonical_source": "https://github.com/msradam/ocarina", "published_at": "2026-06-27 15:33:22+00:00", "updated_at": "2026-06-27 16:04:50.179641+00:00", "lang": "en", "topics": ["developer-tools", "ai-tools", "ai-infrastructure"], "entities": ["Ocarina", "MCP", "Ansible", "GitHub"], "alternates": {"html": "https://wpnews.pro/news/show-hn-ocarina-automate-and-test-mcp-servers-from-yaml-no-llm", "markdown": "https://wpnews.pro/news/show-hn-ocarina-automate-and-test-mcp-servers-from-yaml-no-llm.md", "text": "https://wpnews.pro/news/show-hn-ocarina-automate-and-test-mcp-servers-from-yaml-no-llm.txt", "jsonld": "https://wpnews.pro/news/show-hn-ocarina-automate-and-test-mcp-servers-from-yaml-no-llm.jsonld"}}