# io.github.CSOAI-ORG/meok-ap2-mandate-mcp (remote · api.meok.ai)

MEOK Google AP2 Mandate MCP — issue + verify + revoke signed user-side spend authorisations for

- Trust score: 4/100 (low)
- 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 · `api.meok.ai`: 4/100 (this document), [markdown](https://verifymcp.io/servers/csoai-org-meok-ap2-mandate-mcp/v1-a2a-ap2-mandate.md), [page](https://verifymcp.io/servers/csoai-org-meok-ap2-mandate-mcp/v1-a2a-ap2-mandate)
- pypi · `meok-ap2-mandate-mcp`: 36/100, [markdown](https://verifymcp.io/servers/csoai-org-meok-ap2-mandate-mcp/meok-ap2-mandate-mcp.md), [page](https://verifymcp.io/servers/csoai-org-meok-ap2-mandate-mcp/meok-ap2-mandate-mcp)

## Channel facts

- Endpoint: `https://api.meok.ai/v1/a2a/ap2-mandate`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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**: 11/100
  - TLS not yet verified: we couldn't open a connection to check the certificate.
  - 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 not yet verified: we couldn't validate it against a resolver.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, 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 io.github.CSOAI-ORG/meok-ap2-mandate-mcp server?

io.github.CSOAI-ORG/meok-ap2-mandate-mcp is a hosted endpoint at https://api.meok.ai/v1/a2a/ap2-mandate, 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 csoai-org-meok-ap2-mandate-mcp 'https://api.meok.ai/v1/a2a/ap2-mandate'
```

### Cursor

```json
{
  "mcpServers": {
    "csoai-org-meok-ap2-mandate-mcp": {
      "url": "https://api.meok.ai/v1/a2a/ap2-mandate"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "csoai-org-meok-ap2-mandate-mcp": {
      "type": "http",
      "url": "https://api.meok.ai/v1/a2a/ap2-mandate"
    }
  }
}
```

### Codex

```toml
[mcp_servers.csoai-org-meok-ap2-mandate-mcp]
url = "https://api.meok.ai/v1/a2a/ap2-mandate"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "csoai-org-meok-ap2-mandate-mcp": {
      "type": "remote",
      "url": "https://api.meok.ai/v1/a2a/ap2-mandate",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add csoai-org-meok-ap2-mandate-mcp --url 'https://api.meok.ai/v1/a2a/ap2-mandate' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  csoai-org-meok-ap2-mandate-mcp:
    url: "https://api.meok.ai/v1/a2a/ap2-mandate"
```

### Netclaw

```json
{
  "McpServers": {
    "csoai-org-meok-ap2-mandate-mcp": {
      "Transport": "http",
      "Url": "https://api.meok.ai/v1/a2a/ap2-mandate"
    }
  }
}
```

### Vellum

```bash
assistant mcp add csoai-org-meok-ap2-mandate-mcp -t streamable-http -u 'https://api.meok.ai/v1/a2a/ap2-mandate'
```

### Other

```json
{
  "mcpServers": {
    "csoai-org-meok-ap2-mandate-mcp": {
      "type": "http",
      "url": "https://api.meok.ai/v1/a2a/ap2-mandate"
    }
  }
}
```

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 4)

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/csoai-org-meok-ap2-mandate-mcp/v1-a2a-ap2-mandate#diagnostics

## Score history

- 2026-08-23: 4
- 2026-08-22: 4
- 2026-08-21: 4
- 2026-08-20: 4

## Common questions

### What is the io.github.CSOAI-ORG/meok-ap2-mandate-mcp server?

io.github.CSOAI-ORG/meok-ap2-mandate-mcp is listed in the public MCP registry as io.github.CSOAI-ORG/meok-ap2-mandate-mcp. MEOK Google AP2 Mandate MCP, issue + verify + revoke signed user-side spend authorisations for. This page covers its hosted endpoint (https://api.meok.ai/v1/a2a/ap2-mandate).

### Is the io.github.CSOAI-ORG/meok-ap2-mandate-mcp server safe to use?

io.github.CSOAI-ORG/meok-ap2-mandate-mcp scores 4 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 io.github.CSOAI-ORG/meok-ap2-mandate-mcp server require authentication?

Its publisher declares no required credentials for io.github.CSOAI-ORG/meok-ap2-mandate-mcp. We have not been able to confirm that against the live endpoint, and a server can require authorisation without declaring it here.

## Links

- Remote endpoint: https://api.meok.ai/v1/a2a/ap2-mandate
- Repository: https://github.com/CSOAI-ORG/meok-ap2-mandate-mcp
- Changelog RSS feed: https://verifymcp.io/servers/csoai-org-meok-ap2-mandate-mcp/v1-a2a-ap2-mandate.xml
- Changelog JSON feed: https://verifymcp.io/servers/csoai-org-meok-ap2-mandate-mcp/v1-a2a-ap2-mandate.json
- HTML version of this page: https://verifymcp.io/servers/csoai-org-meok-ap2-mandate-mcp/v1-a2a-ap2-mandate
