# AgentAegis (remote · agentaegis-mcp-production.up.railway.app)

Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.

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

## Components

- remote · `agentaegis-mcp-production.up.railway.app`: 58/100 (this document), [markdown](https://verifymcp.io/servers/astafford8488-agentaegis/agentaegis-mcp-production.md), [page](https://verifymcp.io/servers/astafford8488-agentaegis/agentaegis-mcp-production)

## Channel facts

- Endpoint: `https://agentaegis-mcp-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 28 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 2810 tokens (~100/item across 28 items; 28 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**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 35% 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 --transport http astafford8488-agentaegis https://agentaegis-mcp-production.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.astafford8488-agentaegis]
url = "https://agentaegis-mcp-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "astafford8488-agentaegis": {
      "type": "remote",
      "url": "https://agentaegis-mcp-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add astafford8488-agentaegis --url https://agentaegis-mcp-production.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  astafford8488-agentaegis:
    url: "https://agentaegis-mcp-production.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "astafford8488-agentaegis": {
      "type": "http",
      "url": "https://agentaegis-mcp-production.up.railway.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-02 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 57, +3)

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

### 2026-07-29 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 53, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 52, 0)

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

### 2026-07-26 (score 52)

First indexed and scored.

## MCP tools (28)

### `compliance_framework_check` (~116 tokens)

Assess an organization's security posture against a compliance framework (SOC 2, ISO 27001, HIPAA, PCI-DSS, NIST CSF).

Input parameters:

- `framework` (string, required)
- `organization_profile` (object, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `evidence_collect` (~99 tokens)

Generate evidence collection plans for compliance controls.

Input parameters:

- `control_ids` (array, required)
- `framework` (string, required)
- `integrations` (object)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `control_gap_analysis` (~113 tokens)

Deep-dive analysis of compliance control gaps with remediation roadmap.

Input parameters:

- `budget_constraint` (string)
- `failing_controls` (array, required)
- `framework` (string, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `timeline_constraint` (string)

### `audit_report_generate` (~115 tokens)

Generate audit-ready compliance reports.

Input parameters:

- `assessment_results` (array, required)
- `framework` (string, required)
- `organization_name` (string, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `report_date` (string, required)
- `report_type` (string, required)

### `policy_generate` (~121 tokens)

Generate tailored security policy documents.

Input parameters:

- `customizations` (object)
- `employee_count` (number, required)
- `frameworks` (array, required)
- `industry` (string, required)
- `organization_name` (string, required)
- `policy_type` (string, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `vuln_scan_network` (~113 tokens)

Scan an IP/domain for open ports, services, and vulnerabilities.

Input parameters:

- `async` (boolean)
- `port_range` (string)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `scan_type` (string, required)
- `target` (string, required)

### `vuln_scan_web_app` (~121 tokens)

Scan a web app for OWASP Top 10 vulnerabilities.

Input parameters:

- `async` (boolean)
- `authentication` (object)
- `exclude_paths` (array)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `scan_depth` (string, required)
- `target_url` (string, required)

### `vuln_prioritize` (~95 tokens)

Prioritize vulnerabilities by exploitability and business impact.

Input parameters:

- `business_context` (object)
- `findings` (array, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `cve_lookup` (~92 tokens)

Look up CVE details, CVSS scores, and patches.

Input parameters:

- `cve_id` (string, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `ssl_tls_audit` (~94 tokens)

Audit SSL/TLS configuration for a domain.

Input parameters:

- `hostname` (string, required)
- `port` (integer)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `sast_scan` (~109 tokens)

Static analysis for security vulnerabilities. Supports Python, JS/TS, Java, Go, Ruby, PHP, C/C++.

Input parameters:

- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `severity_threshold` (string)
- `source` (object, required)

### `secret_scan` (~92 tokens)

Detect hardcoded secrets in source code.

Input parameters:

- `include_history` (boolean)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `source` (object, required)

### `dependency_audit` (~95 tokens)

Audit dependencies for known vulnerabilities (npm, pip, Go, Ruby, Java, Cargo).

Input parameters:

- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `source` (object, required)

### `incident_triage` (~101 tokens)

Classify and respond to security incidents.

Input parameters:

- `environment_context` (object)
- `incident_description` (string, required)
- `indicators` (object, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `threat_intel_lookup` (~93 tokens)

IOC lookup against threat intel feeds.

Input parameters:

- `indicator` (string, required)
- `indicator_type` (string, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `dns_security_check` (~93 tokens)

Check DNS security (SPF, DKIM, DMARC, DNSSEC).

Input parameters:

- `domain` (string, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `email_security_audit` (~93 tokens)

Comprehensive email security audit.

Input parameters:

- `domain` (string, required)
- `include_mx_analysis` (boolean)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `access_review` (~101 tokens)

Audit user access against least-privilege.

Input parameters:

- `admin_roles` (array)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `sensitive_permissions` (array)
- `users` (array, required)

### `mfa_audit` (~84 tokens)

Assess MFA coverage and strength.

Input parameters:

- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `users` (array, required)

### `credential_check` (~94 tokens)

Check email/domain in breach databases (HIBP).

Input parameters:

- `check_type` (string, required)
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `target` (string, required)

### `vet_endpoint` (~147 tokens)

Composite trust verdict (PROCEED/CAUTION/BLOCK) for an endpoint an agent is about to call or pay — combines TLS/cert health, DNS hygiene, threat-intel reputation, and domain age into one decision with reasons.

Input parameters:

- `endpoint` (string, required): The endpoint to vet — a full URL (https://api.example.com/pay) or a bare domain (example.com).
- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…

### `scan_mcp_plugin` (~143 tokens)

Scan an MCP server (git repo or code) for supply-chain risk BEFORE trusting it — exfiltration (secrets/env to the network), prompt-injection sinks, dangerous capabilities, npm install hooks, obfuscation, plus Semgrep + secret scanning → a PROCEED/CAUTION/BLOCK verdict with findings.

Input parameters:

- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `source` (object, required)

### `scan_skill` (~146 tokens)

Scan an agent SKILL (git repo or SKILL.md) for supply-chain risk BEFORE trusting it — prompt-injection / hidden-unicode in the instructions (hard block), over-broad allowed-tools grants, plus exfiltration, dangerous capabilities, secrets and obfuscation in bundled scripts → a PROCEED/CAUTION/BLOCK verdict.

Input parameters:

- `previous_scan_id` (string): Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored o…
- `source` (object, required)

### `account_balance` (~43 tokens)

Returns the calling API key's prepaid balance, monthly limit, current month usage, and a breakdown of how many of each tool the customer can still afford. Free to call.

### `help` (~52 tokens)

Returns AgentAegis FAQ — authentication, balance/billing, tool catalog, async jobs, error codes, x402, rate limits, security. Optional topic filter. Free to call.

Input parameters:

- `topic` (string)

### `agent_whoami` (~46 tokens)

Returns your persistent AgentAegis agent identity (agent_id), how you're identified (API key / wallet / anonymous session), and lifetime call count + spend. Free to call.

### `agent_history` (~119 tokens)

Lists your recent scans (scan_id, tool, target, status, time) so you can retrieve or chain from a prior result. Optional limit/tool/target/since filters. Free to call.

Input parameters:

- `limit` (integer): Max scans to return (default 25).
- `since` (string): ISO-8601 timestamp; only scans started at/after this time.
- `target` (string): Filter to scans of a specific target.
- `tool` (string): Filter to a single tool name (e.g. 'cve_lookup').

### `agent_scan_get` (~80 tokens)

Retrieves one of your prior scans by scan_id, including the stored full output, so you can build on earlier results without re-paying. Free to call.

Input parameters:

- `include_full_output` (boolean): Include the full stored tool output, not just the summary (default true).
- `scan_id` (string, required): The scan id to retrieve (from agent_history).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/astafford8488-agentaegis/agentaegis-mcp-production#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 54
- 2026-07-29: 54
- 2026-07-28: 53
- 2026-07-27: 52
- 2026-07-26: 52

## Links

- Remote endpoint: https://agentaegis-mcp-production.up.railway.app/mcp
- Repository: https://github.com/astafford8488/agentaegis-mcp
- Changelog RSS feed: https://verifymcp.io/servers/astafford8488-agentaegis/agentaegis-mcp-production/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/astafford8488-agentaegis/agentaegis-mcp-production/changelog.json
- HTML version of this page: https://verifymcp.io/servers/astafford8488-agentaegis/agentaegis-mcp-production
