# io.github.joepangallo/cloud-agent (npm · mcp-server-cloud-agent)

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

- Trust score: 63/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-server-cloud-agent`: 63/100 (this document), [markdown](https://verifymcp.io/servers/joepangallo-cloud-agent/mcp-server-cloud-agent.md), [page](https://verifymcp.io/servers/joepangallo-cloud-agent/mcp-server-cloud-agent)

## Channel facts

- Registry: `npm`
- Package: `mcp-server-cloud-agent`
- Version: `1.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 135 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 700 tokens (~77/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add joepangallo-cloud-agent -- npx -y mcp-server-cloud-agent
```

### Codex

```bash
codex mcp add joepangallo-cloud-agent -- npx -y mcp-server-cloud-agent
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "joepangallo-cloud-agent": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-server-cloud-agent"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add joepangallo-cloud-agent --command npx --arg -y --arg mcp-server-cloud-agent
```

### Hermes

```yaml
mcp_servers:
  joepangallo-cloud-agent:
    command: "npx"
    args: ["-y", "mcp-server-cloud-agent"]
```

### Other

```json
{
  "mcpServers": {
    "joepangallo-cloud-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cloud-agent"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 59, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 16, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 22, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (9)

### `run_task` (~116 tokens)

Run a coding task: write code, fix bugs, add features, refactor. The AI agent clones the repo, makes changes, and opens a PR. Returns the result and PR URL when complete.

Input parameters:

- `base_branch` (string): Branch to base changes on (default: main)
- `repo` (string, required): GitHub repo in owner/repo format, e.g. 'facebook/react'
- `task` (string, required): Task description, e.g. 'Fix the login bug' or 'Add dark mode to the settings page'

### `review_pr` (~84 tokens)

Review a GitHub pull request. Returns structured feedback with issues, verdict, and suggestions. Optionally posts review comments directly to GitHub.

Input parameters:

- `post_comments` (boolean): Post review comments directly to GitHub (default: false)
- `pr_url` (string, required): Full GitHub PR URL, e.g. https://github.com/owner/repo/pull/123

### `ask_codebase` (~81 tokens)

Ask a question about any GitHub repository's codebase. Auto-indexes the repo on first use. Returns an answer with file references.

Input parameters:

- `question` (string, required): Question about the codebase, e.g. 'How does authentication work?'
- `repo` (string, required): GitHub repo in owner/repo format, e.g. 'facebook/react'

### `generate_tests` (~65 tokens)

Generate tests for a specific file in a GitHub repository. Creates test files and opens a PR with them.

Input parameters:

- `file` (string, required): File to generate tests for, e.g. 'src/auth.ts'
- `repo` (string, required): GitHub repo in owner/repo format

### `security_scan` (~78 tokens)

Run a security and dependency scan on one or more GitHub repositories. Checks for vulnerabilities, secret exposure, and security anti-patterns.

Input parameters:

- `repos` (array, required): Array of repos in owner/repo format, e.g. ['owner/repo1', 'owner/repo2']
- `type` (string): Scan type (default: all)

### `list_sessions` (~59 tokens)

List recent agent sessions with status, cost, duration, and PR URLs. Use to check on past or running tasks.

Input parameters:

- `limit` (integer): Max sessions to return (default: 20)
- `status` (string): Filter by session status

### `list_playbooks` (~38 tokens)

List available playbooks — reusable workflow templates for common engineering tasks like bug triage, security remediation, test coverage, docs sync, and more.

### `run_playbook` (~125 tokens)

Run a playbook (reusable workflow template) against a repository. Use list_playbooks to see available options. Built-in playbooks include: bug-triage, security-remediation, dependency-upgrade, docs-sync, test-coverage, code-migration, pr-review-cycle.

Input parameters:

- `inputs` (object): Additional inputs for the playbook template variables
- `repo` (string, required): GitHub repo in owner/repo format
- `slug` (string, required): Playbook slug, e.g. 'bug-triage', 'security-remediation', 'test-coverage'

### `get_usage` (~54 tokens)

Get usage statistics: total sessions, cost, estimated time saved, breakdowns by source, repo, and user. Useful for tracking ROI.

Input parameters:

- `days` (integer): Number of days to look back (default: all time)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/joepangallo-cloud-agent/mcp-server-cloud-agent#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 59
- 2026-08-01: 16
- 2026-07-31: 22
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/mcp-server-cloud-agent
- Socket report: https://socket.dev/npm/package/mcp-server-cloud-agent
- Changelog RSS feed: https://verifymcp.io/servers/joepangallo-cloud-agent/mcp-server-cloud-agent/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/joepangallo-cloud-agent/mcp-server-cloud-agent/changelog.json
- HTML version of this page: https://verifymcp.io/servers/joepangallo-cloud-agent/mcp-server-cloud-agent
