# Microgram: autopilot-claude-terminal

`station__algovigilance__microgram-autopilot-claude-terminal` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Launch Claude Code in NexVigilant Terminal with Station MCP pre-configured. Returns a 4-step execution plan: verify binary → check Station health → load tool catalog → report readiness.

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `working_dir` *string* — Working directory for Claude Code session (default: home)
- `args` *object* — Extra CLI arguments for Claude Code (e.g. ['--verbose'])

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-autopilot-claude-terminal",
    "arguments": {}
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-autopilot-claude-terminal](/tools/algovigilance__microgram-autopilot-claude-terminal) — HTML page
- [/tools/algovigilance__microgram-autopilot-claude-terminal/json](/tools/algovigilance__microgram-autopilot-claude-terminal/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
