# FleetQ

**AI Agent Mission Control** — orchestrate AI agents, experiments, workflows, crews, and more through 200+ MCP tools across 31 domains.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add escapeboy/fleetq

# Browse available tools
npx -y @smithery/cli@latest tool list escapeboy/fleetq

# Get full schema for a tool
npx -y @smithery/cli@latest tool get escapeboy/fleetq agent_manage

# Call a tool
npx -y @smithery/cli@latest tool call escapeboy/fleetq agent_manage '{}'
```

## Direct MCP Connection

Endpoint: `https://fleetq--escapeboy.run.tools`

## Tools (33)

- `agent_manage` — Manage AI agents. Actions: list (filter by status, limit), get (agent_id), create (name, role, goal, provider, model), …
- `project_manage` — Manage projects (continuous & one-shot). Actions: list, get (project_id), create (name, type, workflow_id), update (pro…
- `workflow_manage` — Manage workflow templates. Actions: list, get (workflow_id), create (name, description), update (workflow_id + fields),…
- `workflow_graph` — Edit workflow DAG graph structure. Actions: save_graph (workflow_id, nodes, edges — full graph replace), node_update (w…
- `experiment_manage` — Manage experiments (pipeline runs). Actions: list, get (experiment_id), create (name, hypothesis, workflow_id), start (…
- `crew_manage` — Manage multi-agent crews. Actions: list, get (crew_id), create (name, process_type, agents), update (crew_id + fields),…
- `budget_manage` — Manage team budget and costs. Actions: summary (get budget overview), check (check if budget allows operation, estimate…
- `memory_manage` — Manage team memory (semantic store). Actions: search (query, limit), list_recent, stats, add (content, metadata), delet…
- `system_manage` — System administration and monitoring. Actions: dashboard_kpis, health, version_check, audit_log, global_settings, black…
- `credential_manage` — Manage external service credentials. Actions: list, get (credential_id), create (name, type, secret_data), update (cred…
- `trigger_manage` — Manage event-driven trigger rules. Actions: list, create (name, event, conditions, actions), update (trigger_id + field…
- `skill_manage` — Manage AI skills. Actions: list, get, create, update, delete, versions, guardrail, multi_model, code_exec, browser. Not…
- `tool_manage` — Manage LLM tools (MCP servers, built-in). Actions: list, get (tool_id), create, update, delete, activate, deactivate, p…
- `approval_manage` — Manage approvals and human tasks. Actions: list (status filter), approve (approval_id, comment), reject (approval_id, r…
- `signal_manage` — Manage inbound signals. Actions: list (status, source filter), get (signal_id), ingest (source, payload), connector_bin…
- `signal_connectors` — Manage signal connectors and knowledge graph. Actions: ticket, alert, slack, http_monitor, clearcue, intent_score, kg_s…
- `knowledge_manage` — Manage knowledge bases. Actions: list, create (name, description), ingest (knowledge_base_id, content/url), search (kno…
- `artifact_manage` — Manage experiment/workflow artifacts. Actions: list (experiment_id or project_run_id), get (artifact_id), content (arti…
- `outbound_manage` — Manage outbound delivery connectors (email, Slack, Telegram, webhook). Actions: list, get (connector_id), save (channel…
- `webhook_manage` — Manage outbound webhook endpoints. Actions: list, create (url, events, secret), update (webhook_id + fields), delete (w…
- `team_manage` — Manage team settings and members. Actions: get, update, members, local_llm, byok_credential, custom_endpoint (plan-enfo…
- `integration_manage` — Manage third-party integrations. Actions: list, connect (integration_type, credentials), disconnect (integration_id), p…
- `marketplace_manage` — Browse and manage marketplace listings. Actions: browse (query, category), publish (listing data), install (listing_slu…
- `email_manage` — Manage email themes and templates. Actions: theme_list, theme_get (theme_id), theme_create (name, styles), theme_update…
- `chatbot_manage` — Manage chatbot instances. Actions: list, get (chatbot_id), create (name, agent_id, config), update (chatbot_id + fields…
- `bridge_manage` — Manage local bridge agent relay. Actions: status (connection status), endpoint_list (list discovered endpoints), endpoi…
- `assistant_manage` — Manage AI assistant conversations. Actions: conversation_list, conversation_get (conversation_id), send_message (conver…
- `git_manage` — Manage git repositories and operations. Actions: repo_list, repo_get (repo_id), repo_create (name, url, credentials), r…
- `profile_manage` — Manage user profile and account. Actions: get, update (name, email), password_update (current_password, password, passw…
- `agent_advanced` — Advanced agent operations. Actions: config_history (agent_id), rollback (agent_id, version), runtime_state (agent_id), …
- `evolution_manage` — Manage evolution proposals (AI-suggested improvements). Actions: list (status filter), analyze (proposal_id — detailed …
- `boruna_manage` — Manage Boruna evaluation framework. Actions: run (agent_id, benchmark), validate (run_id — validate results), evidence …
- `admin_manage` — Super admin operations (requires admin role). Actions: team_suspend, team_billing, billing_credit, billing_refund, secu…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get escapeboy/fleetq <tool-name>
```
