Wren HTTP API

Interact with Wren Engine MCP server via plain HTTP JSON-RPC requests — no MCP client SDK required. Covers session initialization, tool discovery, and calling all 20+ Wren tools (query, deploy, metadata, health check) using standard HTTP POST with JSON-RPC 2.0 payloads. Use when the client cannot or prefers not to use the MCP protocol directly (e.g. OpenClaw, custom HTTP clients, shell scripts, or any environment without an MCP SDK).

Canner Updated

File contents

Canner/wren-engine/tree/main/skills-archive/wren-http-api commit 8cef220be4

Frequently asked questions

npx skillmds@latest add canner/wren-http-api