# SynergyBoat (remote · www.synergyboat.com)

SynergyBoat's public company data — services, case studies, AI use cases, team — and lead capture.

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

## Components

- remote · `www.synergyboat.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/com-synergyboat-website/api-mcp.md), [page](https://verifymcp.io/servers/com-synergyboat-website/api-mcp)

## Channel facts

- Endpoint: `https://www.synergyboat.com/api/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-17.

- **Endpoint Security**: 66/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 7 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 is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 627 tokens (~69/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 --transport http com-synergyboat-website https://www.synergyboat.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-synergyboat-website]
url = "https://www.synergyboat.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-synergyboat-website": {
      "type": "remote",
      "url": "https://www.synergyboat.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-synergyboat-website --url https://www.synergyboat.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-synergyboat-website:
    url: "https://www.synergyboat.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-synergyboat-website": {
      "type": "http",
      "url": "https://www.synergyboat.com/api/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 71, +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-08-15 (score 70, +1)

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

### 2026-08-13 (score 69, +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-08-11 (score 68, +1)

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

### 2026-08-10 (score 67)

First indexed and scored.

## MCP tools (9)

### `list_services` (~55 tokens)

List SynergyBoat services as shown on synergyboat.com: id, name, and outcome summary for each. Use get_service for full details.

Input parameters:

- `locale` (string): Optional localized content variant. Defaults to the global English content.

### `get_service` (~53 tokens)

Get one SynergyBoat service in full, by id from list_services.

Input parameters:

- `id` (string, required): Service id from list_services.
- `locale` (string): Optional localized content variant. Defaults to the global English content.

### `list_case_studies` (~52 tokens)

List SynergyBoat case studies: slug, title, client, industry, and outcome summary. Use get_case_study for one in full.

Input parameters:

- `limit` (number): Max results (default 20).

### `get_case_study` (~40 tokens)

Get one SynergyBoat case study by slug from list_case_studies.

Input parameters:

- `slug` (string, required): Case-study slug from list_case_studies.

### `list_ai_use_cases` (~35 tokens)

List SynergyBoat AI capabilities and use cases as shown on the AI hub: slug, title, category, and overview.

### `list_team` (~39 tokens)

List the SynergyBoat team as shown on synergyboat.com/team: name, title, whether the person is leadership, expertise, and public profile links.

### `get_company_overview` (~37 tokens)

Get a factual overview of SynergyBoat: what the company does, founders, contact channels, service areas, and verified client rating.

### `submit_lead` (~137 tokens)

Submit a contact enquiry to SynergyBoat (name, email, enquiry, consent; optional company). Creates a lead the team follows up on. Requires explicit user consent.

Input parameters:

- `company` (string): Optional company or organisation name.
- `consent` (boolean, required): Must be true to confirm consent to Privacy Policy and Terms of Service.
- `email` (string, required): Business or personal email for follow-up.
- `enquiry` (string, required): Enquiry details, goals, and what support is required.
- `name` (string, required): Full name of the person submitting the enquiry.
- `transcript` (string): Optional transcript captured from voice or chat interactions.

### `request_demo` (~140 tokens)

Request a SynergyBoat demo (name, email, consent; optional company, context, and AI use case of interest). Creates a lead the team follows up on. Requires explicit user consent.

Input parameters:

- `company` (string): Optional company name.
- `consent` (boolean, required): Must be true to confirm consent to submit lead details.
- `context` (string): Optional context on the workflow/bottleneck to discuss in the demo.
- `email` (string, required): Work email used for follow-up.
- `name` (string, required): Full name of the person requesting the demo.
- `useCase` (string): Optional AI use case of interest (slug or title).

## Diagnostics

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

## Score history

- 2026-08-17: 71
- 2026-08-16: 70
- 2026-08-15: 70
- 2026-08-14: 69
- 2026-08-13: 69
- 2026-08-12: 68
- 2026-08-11: 68
- 2026-08-10: 67

## Links

- Remote endpoint: https://www.synergyboat.com/api/mcp
- Repository: https://github.com/synergyboat/landing-webapp
- Website: https://www.synergyboat.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-synergyboat-website/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-synergyboat-website/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-synergyboat-website/api-mcp
