Runtime-native first
If the tool is already exposed by the active session, avoid extra client setup and call the visible capability directly.
Quick Ref / Command
Marketing Kit
/ak:use-mcp
Discover and execute MCP server tools through the narrowest safe path: runtime-native tools first, deterministic direct scripts when needed.
Choose path
Discover native
Select minimal
Fallback scripts
Rule 01
Use runtime-native MCP when visible; it has the lowest setup and context cost.
Rule 02
Use direct scripts for deterministic tool names, schemas, and servers declared outside the active runtime.
Rule 03
Capability discovery comes before execution.
Rule 04
MCP consumption is not MCP server creation; mcp-builder is not a fallback.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
Runtime-native first
If the tool is already exposed by the active session, avoid extra client setup and call the visible capability directly.
Direct scripts
Use the bundled client for servers only declared in .claude/.mcp.json or for reproducible scripted workflows.
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:use-mcp discover the available browser automation tools /ak:use-mcp call the notebook source list tool for this project /ak:use-mcp discover tools from .claude/.mcp.json for this project