# WhitePact (remote · whitepact-mcp-http.onrender.com)

AI governance MCP server: trust scoring, guardrails, bias/hallucination detection, compliance.

- Trust score: 5/100 (low)
- Change this week: −18
- Registry status: active
- Liveness: degraded
- Owner verified: no
- Last scored: 2026-08-23

> **Degraded**: one or more channels of this server are currently unreachable; their trust score is decaying and will reach 0 if they stay down.

## Components

- remote · `whitepact-mcp-http.onrender.com`: 13/100, [markdown](https://verifymcp.io/servers/guruprasath-annadurai-whitepact/whitepact-mcp-http.md), [page](https://verifymcp.io/servers/guruprasath-annadurai-whitepact/whitepact-mcp-http)
- remote · `whitepact-mcp-http.onrender.com`: 5/100 (this document), [markdown](https://verifymcp.io/servers/guruprasath-annadurai-whitepact/whitepact-mcp-http-2.md), [page](https://verifymcp.io/servers/guruprasath-annadurai-whitepact/whitepact-mcp-http-2)
- pypi · `rai-governance-platform`: 37/100, [markdown](https://verifymcp.io/servers/guruprasath-annadurai-whitepact/rai-governance-platform.md), [page](https://verifymcp.io/servers/guruprasath-annadurai-whitepact/rai-governance-platform)

## Channel facts

- Endpoint: `https://whitepact-mcp-http.onrender.com/sse`
- Transports: `sse`
- Auth: `required`
- Version: `1.2.3`

## 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-23.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared sse, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the WhitePact MCP server?

WhitePact is a hosted endpoint at https://whitepact-mcp-http.onrender.com/sse, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http guruprasath-annadurai-whitepact 'https://whitepact-mcp-http.onrender.com/sse'
```

### Cursor

```json
{
  "mcpServers": {
    "guruprasath-annadurai-whitepact": {
      "url": "https://whitepact-mcp-http.onrender.com/sse"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "guruprasath-annadurai-whitepact": {
      "type": "http",
      "url": "https://whitepact-mcp-http.onrender.com/sse"
    }
  }
}
```

### Codex

```toml
[mcp_servers.guruprasath-annadurai-whitepact]
url = "https://whitepact-mcp-http.onrender.com/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "guruprasath-annadurai-whitepact": {
      "type": "remote",
      "url": "https://whitepact-mcp-http.onrender.com/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add guruprasath-annadurai-whitepact --url 'https://whitepact-mcp-http.onrender.com/sse' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  guruprasath-annadurai-whitepact:
    url: "https://whitepact-mcp-http.onrender.com/sse"
```

### Netclaw

```json
{
  "McpServers": {
    "guruprasath-annadurai-whitepact": {
      "Transport": "http",
      "Url": "https://whitepact-mcp-http.onrender.com/sse"
    }
  }
}
```

### Vellum

```bash
assistant mcp add guruprasath-annadurai-whitepact -t streamable-http -u 'https://whitepact-mcp-http.onrender.com/sse'
```

### Other

```json
{
  "mcpServers": {
    "guruprasath-annadurai-whitepact": {
      "type": "http",
      "url": "https://whitepact-mcp-http.onrender.com/sse"
    }
  }
}
```

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-23 (score 5, −4)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-08-22 (score 9, −5)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-08-21 (score 14, −4)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-08-20 (score 18, −5)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-08-18 (score 23, 0)

- [security regression] Transport: unverified → fail
- [security regression] HSTS header: fail → unverified
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional] Capabilities: Capabilities not yet verified: we couldn't read the endpoint's capabilities.
- [functional] Schema quality: Schema not yet verified: we couldn't read the endpoint's schema.
- [functional] Tool coverage: Tool coverage not yet verified: we couldn't read the endpoint's tools.

### 2026-08-12 (score 23)

First indexed and scored.

## MCP tools (0)

No tool schema has been captured from this endpoint yet.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/guruprasath-annadurai-whitepact/whitepact-mcp-http-2#diagnostics

## Score history

- 2026-08-23: 5
- 2026-08-22: 9
- 2026-08-21: 14
- 2026-08-20: 18
- 2026-08-19: 23
- 2026-08-18: 23
- 2026-08-17: 23
- 2026-08-16: 23
- 2026-08-15: 23
- 2026-08-14: 23
- 2026-08-13: 23
- 2026-08-12: 23

## Common questions

### What is the WhitePact MCP server?

WhitePact is an MCP server listed in the public MCP registry as io.github.Guruprasath-Annadurai/whitepact. AI governance MCP server: trust scoring, guardrails, bias/hallucination detection, compliance. This page covers its hosted endpoint (https://whitepact-mcp-http.onrender.com/sse).

### Is the WhitePact MCP server safe to use?

WhitePact scores 5 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### Does the WhitePact MCP server require authentication?

Its publisher declares that WhitePact requires credentials, so you will need to authorise it in your MCP client. We have not been able to confirm that against the live endpoint.

### Is the WhitePact MCP server still maintained?

WhitePact is still listed in the MCP registry, but we have not been able to reach this channel for several days and its score is decaying. We last reached this channel on 17 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://whitepact-mcp-http.onrender.com/sse
- Authorisation metadata: https://whitepact-mcp-http.onrender.com/.well-known/oauth-protected-resource/sse
- Repository: https://github.com/Guruprasath-Annadurai/Whitepact
- Changelog RSS feed: https://verifymcp.io/servers/guruprasath-annadurai-whitepact/whitepact-mcp-http-2.xml
- Changelog JSON feed: https://verifymcp.io/servers/guruprasath-annadurai-whitepact/whitepact-mcp-http-2.json
- HTML version of this page: https://verifymcp.io/servers/guruprasath-annadurai-whitepact/whitepact-mcp-http-2
