# ai.aivonic/mcp (remote · mcp.aivonic.ai)

Do business with Aivonic: pricing, products, check availability, book a demo, request a quote.

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- remote · `mcp.aivonic.ai`: 60/100 (this document), [markdown](https://verifymcp.io/servers/ai-aivonic-mcp/mcp.md), [page](https://verifymcp.io/servers/ai-aivonic-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.aivonic.ai`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-08.

- **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 5 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**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 404 tokens (~80/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 ai-aivonic-mcp https://mcp.aivonic.ai/
```

### Codex

```toml
[mcp_servers.ai-aivonic-mcp]
url = "https://mcp.aivonic.ai/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-aivonic-mcp": {
      "type": "remote",
      "url": "https://mcp.aivonic.ai/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-aivonic-mcp --url https://mcp.aivonic.ai/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-aivonic-mcp:
    url: "https://mcp.aivonic.ai/"
```

### Other

```json
{
  "mcpServers": {
    "ai-aivonic-mcp": {
      "type": "http",
      "url": "https://mcp.aivonic.ai/"
    }
  }
}
```

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-07 (score 60, +1)

- [functional] The server no longer declares the “experimental” capability

### 2026-08-06 (score 59, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-05 (score 59)

First indexed and scored.

## MCP tools (5)

### `get_pricing` (~60 tokens)

Get Aivonic's current pricing: the Aivonic Workspace SaaS plans (monthly),
    and the done-for-you AI Agent, Multi-Agent, and Voice AI packages (one-time
    setup fee + monthly support). All figures in USD.

### `get_products` (~56 tokens)

Get Aivonic's company details and its product/service line (AI Agents,
    Voice AI, AI Automation, AI Consulting, AI Audit, and the Aivonic Workspace
    SaaS), each with a short description and link.

### `check_availability` (~71 tokens)

Check real open time slots for a free Aivonic discovery call over the next
    `days_ahead` days (1 to 30). Returns available slots as ISO-8601 start times
    to pass to book_demo. Use this before booking.

Input parameters:

- `days_ahead` (integer)

### `book_demo` (~109 tokens)

Book a free Aivonic discovery call at a specific slot for a real person.
    `start_iso` must be an ISO-8601 start time returned by check_availability.
    Provide the prospect's real name and email; a calendar invite is sent to
    them. Returns booking confirmation or an error.

Input parameters:

- `email` (string, required)
- `name` (string, required)
- `notes` (string)
- `start_iso` (string, required)
- `timezone_name` (string)

### `request_quote` (~108 tokens)

Submit a quote/enquiry to Aivonic on behalf of a real prospect. Include
    what they want (product, use case, scale) in `message`. Aivonic's team is
    emailed and will follow up by email. Use for anything beyond the standard
    published pricing, or when the prospect wants a human to reach out.

Input parameters:

- `company` (string)
- `email` (string, required)
- `message` (string, required)
- `name` (string, required)

## Diagnostics

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

## Score history

- 2026-08-08: 60
- 2026-08-07: 60
- 2026-08-06: 59
- 2026-08-05: 59

## Links

- Remote endpoint: https://mcp.aivonic.ai/
- Website: https://aivonic.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-aivonic-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-aivonic-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/ai-aivonic-mcp/mcp
