# agentweb (remote · agentweb.brelsfordsoftware.com)

Cited US insurance AI regulation by state: NAIC bulletin adoption, frameworks, dates.

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

## Components

- remote · `agentweb.brelsfordsoftware.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/com-brelsfordsoftware-agentweb-insurance-ai-regulation/agentweb.md), [page](https://verifymcp.io/servers/com-brelsfordsoftware-agentweb-insurance-ai-regulation/agentweb)

## Channel facts

- Endpoint: `https://agentweb.brelsfordsoftware.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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-20.

- **Endpoint Security**: 46/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 enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - 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**: 86/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 275 tokens (~91/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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 current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-brelsfordsoftware-agentweb-insurance-ai-regu https://agentweb.brelsfordsoftware.com/mcp
```

### Codex

```toml
[mcp_servers.com-brelsfordsoftware-agentweb-insurance-ai-regu]
url = "https://agentweb.brelsfordsoftware.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-brelsfordsoftware-agentweb-insurance-ai-regu": {
      "type": "remote",
      "url": "https://agentweb.brelsfordsoftware.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-brelsfordsoftware-agentweb-insurance-ai-regu --url https://agentweb.brelsfordsoftware.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-brelsfordsoftware-agentweb-insurance-ai-regu:
    url: "https://agentweb.brelsfordsoftware.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-brelsfordsoftware-agentweb-insurance-ai-regu": {
      "type": "http",
      "url": "https://agentweb.brelsfordsoftware.com/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-20 (score 61)

First indexed and scored.

## MCP tools (3)

### `lookup_jurisdiction` (~89 tokens)

Look up one US jurisdiction's insurance-AI regulatory posture: whether it adopted the NAIC model bulletin or runs its own framework, with the governing citation and date. Call this when asked what a specific state requires, or whether a state has adopted the NAIC AI model bulletin.

Input parameters:

- `jurisdiction` (string, required): Two-letter code or full name, e.g. 'CO' or 'Colorado'

### `list_jurisdictions` (~134 tokens)

List US jurisdictions by regulatory posture. Use posture 'adopted_model_bulletin' for states that adopted the NAIC model bulletin, 'own_framework' for states running their own insurance-specific AI framework (CA, CO, NY, TX), or omit for all.

Input parameters:

- `posture` (string): Filter by posture; omit for all
- `since` (string): ISO date (YYYY-MM-DD). Only jurisdictions that acted on or after this date. Use for questions like 'which states adopted in 2025?'
- `until` (string): ISO date (YYYY-MM-DD), inclusive upper bound

### `dataset_provenance` (~52 tokens)

Return the dataset's source, as-of date, coverage counts, and per-field confidence. Call this before relying on any answer, to check how current the underlying data is and which fields are primary-source verified.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-brelsfordsoftware-agentweb-insurance-ai-regulation/agentweb#diagnostics

## Score history

- 2026-08-20: 61

## Links

- Remote endpoint: https://agentweb.brelsfordsoftware.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-brelsfordsoftware-agentweb-insurance-ai-regulation/agentweb.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-brelsfordsoftware-agentweb-insurance-ai-regulation/agentweb.json
- HTML version of this page: https://verifymcp.io/servers/com-brelsfordsoftware-agentweb-insurance-ai-regulation/agentweb
