# AgencyAI Commerce MCP (remote · agencyai-mcp.vercel.app)

AgencyAI's public MCP for service discovery and AI-readiness assessment.

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

## Components

- remote · `agencyai-mcp.vercel.app`: 68/100 (this document), [markdown](https://verifymcp.io/servers/barnaby-coder-agencyai-mcp/agencyai-mcp.md), [page](https://verifymcp.io/servers/barnaby-coder-agencyai-mcp/agencyai-mcp)

## Channel facts

- Endpoint: `https://agencyai-mcp.vercel.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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-18.

- **Endpoint Security**: 63/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 3 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 72/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 325 tokens (~108/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% 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 barnaby-coder-agencyai-mcp https://agencyai-mcp.vercel.app/mcp
```

### Codex

```toml
[mcp_servers.barnaby-coder-agencyai-mcp]
url = "https://agencyai-mcp.vercel.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "barnaby-coder-agencyai-mcp": {
      "type": "remote",
      "url": "https://agencyai-mcp.vercel.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add barnaby-coder-agencyai-mcp --url https://agencyai-mcp.vercel.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  barnaby-coder-agencyai-mcp:
    url: "https://agencyai-mcp.vercel.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "barnaby-coder-agencyai-mcp": {
      "type": "http",
      "url": "https://agencyai-mcp.vercel.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-17 (score 68, +1)

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

### 2026-08-15 (score 67, +1)

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

### 2026-08-13 (score 66, +1)

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

### 2026-08-11 (score 65, +3)

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

### 2026-08-10 (score 62, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-09 (score 61)

First indexed and scored.

## MCP tools (3)

### `get_service_offerings` (~59 tokens)

Get Service Offerings

Read AgencyAI's current AI operations service catalog and return packages matching a client profile.

Input parameters:

- `company_size` (integer): Number of employees
- `industry` (string): Client industry
- `pain_points` (array): Current operational pain points

### `assess_ai_readiness` (~68 tokens)

Assess AI Readiness

Produce a deterministic, indicative AI-readiness assessment from the supplied organization profile.

Input parameters:

- `current_tools` (array): Current business tools
- `employee_count` (integer, required): Number of employees
- `industry` (string, required): Client industry
- `pain_points` (array): Current operational pain points

### `book_consultation` (~97 tokens)

Request Consultation

Submit a consultation request preview. This legacy flow does not send email, create calendar events, or guarantee a booking.

Input parameters:

- `company_name` (string)
- `contact_email` (string, required): Contact email
- `contact_name` (string, required): Contact name
- `employee_count` (integer)
- `industry` (string)
- `preferred_times` (array)
- `service_package` (string, required): Relevant AgencyAI service package

## Diagnostics

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

## Score history

- 2026-08-18: 68
- 2026-08-17: 68
- 2026-08-16: 67
- 2026-08-15: 67
- 2026-08-14: 66
- 2026-08-13: 66
- 2026-08-12: 65
- 2026-08-11: 65
- 2026-08-10: 62
- 2026-08-09: 61

## Links

- Remote endpoint: https://agencyai-mcp.vercel.app/mcp
- Repository: https://github.com/barnaby-coder/agencyai-mcp
- Website: https://agencyai.me/
- Changelog RSS feed: https://verifymcp.io/servers/barnaby-coder-agencyai-mcp/agencyai-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/barnaby-coder-agencyai-mcp/agencyai-mcp.json
- HTML version of this page: https://verifymcp.io/servers/barnaby-coder-agencyai-mcp/agencyai-mcp
