Agents & MCP

Actuant for agents: the MCP server

Actuant exposes its launch-readiness audit over the Model Context Protocol so agents like Claude Code, Cursor, and Codex can audit apps, read reports, and fix findings as tool calls.

Last updated 2026-07-19

Actuant ships a remote MCP server at https://www.actuant.dev/api/mcp (Streamable HTTP). Connect any MCP-native agent and it can run audits, read reports, and interpret launch-readiness for you without leaving your editor or terminal.

Why drive Actuant from an agent

  • Your agent already has your codebase open — it can read a finding and fix it in the same session, then re-run the audit to watch the score climb.
  • No context-switching to a dashboard: audit, interpret, fix, verify, all in the loop.
  • The agent identifies itself during OAuth, so Actuant knows whether it's Claude Code, Codex, or Cursor asking.

Authentication in one line

There are no API keys to paste for the standard flow. On first connect, your browser opens Actuant, you sign in, and you approve a consent screen that names the requesting agent. Tokens live on your machine and can be revoked in Settings → Agents & MCP.

Headless option

For headless/CI where a browser can't open, mint a manual bearer key (act_…) in Settings and pass it as an Authorization header instead.