Configuration
Replace<YOUR_API_KEY> with your key from Settings → Integrations → API Key.
- Claude Code
- Claude Desktop
- Cursor
- Gemini CLI
- Codex
- OpenClaw
Run this command in your terminal:
Verify the Connection
Once configured, test the server:Available Tools
The Autosana MCP server provides comprehensive test management, debugging, and documentation access.Flow Management
| Tool | Description |
|---|---|
flows_list | List all flows in your organization, optionally filtered by suite |
flows_read | Get details of a specific flow by ID |
flows_create | Create a new test flow with name, instructions, and optional suite |
flows_update | Update an existing flow’s name or instructions |
flows_delete | Delete one or more flows (supports batch deletion) |
flows_run | Execute one or more flows on an app |
add_hook_to_flow | Add a setup or teardown hook to a flow |
Suite Management
| Tool | Description |
|---|---|
suites_list | List all test suites in your organization |
suites_read | Get details of a specific suite by ID |
suites_create | Create a new suite with flows and optional authentication |
suites_update | Update a suite’s name, description, or authentication setup |
suites_delete | Delete one or more suites (supports batch deletion) |
suites_run | Execute all flows in a suite on an app |
Hook Management
| Tool | Description |
|---|---|
hooks_list | List all hooks in your organization, optionally filtered by flow |
hooks_read | Get details of a specific hook by ID |
hooks_create | Create a new hook with a script (cURL, Python, JS, Shell) |
hooks_update | Update an existing hook’s name, script, type, or description |
hooks_delete | Delete one or more hooks (supports batch deletion) |
hooks_run | Execute a hook and wait for results |
Apps & Environments
| Tool | Description |
|---|---|
apps_list | List all active apps, optionally filtered by platform |
apps_read | Get details of a specific app by ID or name |
environments_list | List all environments for your organization |
Results & Debugging
| Tool | Description |
|---|---|
list_suite_runs | List recent suite run results with optional date filters |
list_flow_runs | List recent flow run results with optional date filters |
list_hook_runs | List recent hook run results with optional date filters |
read_suite_run | Read detailed suite run info showing which flows passed/failed |
read_flow_run | Read detailed flow run info including actions, review, and hooks |
read_hook_run | Read detailed hook run info including status and output |
Documentation
| Tool | Description |
|---|---|
search_autosana_docs | Search Autosana documentation for information |