Agents & MCP
Use Actuant while you build — the agent skill
Install the Actuant skill so your coding agent audits, fixes and launches your deployed app with the MCP as part of how it builds — not only when you ask. Works with Claude Code, Cursor, and Codex.
Last updated 2026-07-25
The agent brief tells an agent how to run an audit when you ask. The skill goes further: it makes your agent reach for Actuant on its own — auditing, fixing and launching your deployed app as a normal part of building, so nothing ships missing the things that decide whether it's found, trusted, and secure.
What the skill does
It's a Claude/Codex/Cursor-style skill with trigger conditions in its description, so your agent loads it at the right moments — after a deploy, before a launch, or when you ask “is my app ready / secure / findable”. Then it runs a loop:
- 1
Audit
Calls audit_app on the deployed URL and hands you the live browser link so you can watch it run.
- 2
Read
Reports the score and the failing checks, heaviest first.
- 3
Fix
Opens the additive and metadata fixes as a reviewed pull request; fixes code-level issues in the repo directly.
- 4
Verify
Re-audits after the fix deploys to confirm the score moved.
- 5
Launch
Submits to directories and starts tracking AI-search visibility.
Install it
The skill lives at a stable URL, compiled from the product itself so it never goes stale:
https://www.actuant.dev/api/skills.mdClaude Code — drop it into your skills directory (user-level shown; use .claude/skills/… to scope it to one project):
mkdir -p ~/.claude/skills/actuant
curl -fsSL https://www.actuant.dev/api/skills.md -o ~/.claude/skills/actuant/SKILL.mdCursor / Codex / other agents — save the same file into that tool's skills or rules directory, or simply tell your agent: *“fetch https://www.actuant.dev/api/skills.md and follow it while we build.”*
Safe to share
The skill contains no credentials — connecting the MCP is a browser sign-in (OAuth). It's safe to commit to a shared repo so your whole team's agents pick it up.
Then connect the MCP
The skill walks your agent through connecting the Actuant MCP the first time it needs it. To do it up front instead, see Connect an agent.
Keep reading
MCP overview
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.
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 Scale plans.