Launching today
Vernclaw
Managed connectors for AI agents: CLI, MCP, audit trails
8 followers
Managed connectors for AI agents: CLI, MCP, audit trails
8 followers
Vernclaw gives AI agents managed access to research, SEO, social, extraction, and generation tools—without building a separate auth, schema, billing, and logging layer for every provider. Use it from a JSON-first CLI, install its agent skills, or connect the same managed runtime through remote MCP. What makes it different: * A stable agent workflow: status → list --json → describe → invoke * Compact JSON output by default; --pretty is for humans

@mrhkm666 The audit trail piece is what separates this from just another connector wrapper. Knowing a call was denied, and why, matters way more once an agent is acting on your behalf instead of just answering questions.
honestly the workflow design here is really clean. one thing that would be a huge help though is adding a built-in cost tracker per invocation, since you're already handling billing logic. something like a `vernclaw invoke tool --estimate-cost` flag or a running tally per session would save a lot of guesswork when chaining multiple calls together.