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.
Keep reading
Connect an agent
Step-by-step: add the Actuant MCP server to Claude Code, Cursor, VS Code, or Codex CLI, complete the OAuth sign-in, and verify all 13 tools are available.
Tools reference
The complete Actuant MCP tool list: eight free tools (scan_app, get_scan, audit_app, get_audit, list_apps, scan_history, explain_check, get_account) and five plan-gated tools for the Launch and Portfolio plans.
API keys
For headless environments and CI where a browser can't open for OAuth, mint a manual bearer API key in Settings and pass it as an Authorization header to the Actuant MCP server.