Skip to content
Arxo Arxo

Tools

The Arxo MCP server exposes the following tools. AI assistants call these with a project_path (and optional parameters) to run analysis on the workspace or a given directory.

  • Working — Fully functional in the MCP server
  • ⚠️ Stub — Placeholder implementation that directs to CLI
ToolStatusDescription
analyze_architecture✅ WorkingFull architecture analysis with all metrics or focused presets
check_cycles✅ WorkingFast cycle detection (SCC) for pre-commit checks
analyze_file_impact✅ WorkingAnalyze blast radius of changing specific files
check_llm_integration✅ WorkingLLM integration health check (observability, PII, cost tracking)
evaluate_policy✅ WorkingEvaluate architectural policy invariants and get violations
get_hotspots✅ WorkingFind architectural hotspots requiring refactoring attention
list_presets✅ WorkingList all available analysis presets with descriptions
analyze_with_baseline⚠️ StubCompare to baseline git ref (requires full arxo binary)
suggest_refactors⚠️ StubGet refactoring recommendations (requires full arxo binary)
Use CaseRecommended Tool
Pre-commit checkcheck_cycles
CI/CD gateevaluate_policy
Before refactoringanalyze_file_impact
LLM integration auditcheck_llm_integration
Find problem areasget_hotspots
Explore presetslist_presets
Full architecture reviewanalyze_architecture with full preset

See Workflows for detailed examples of chaining tools together.