# GAIP Broker (remote · gaip-agent-to-art-prototype-production.up.railway.app)

GAIP delegation evidence, £0 read-only execution and receipt verification; no caller decision.

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

## Components

- remote · `gaip-agent-to-art-prototype-production.up.railway.app`: 67/100 (this document), [markdown](https://verifymcp.io/servers/tjcgraham-rgb-gaip-broker/gaip-agent-to-art-prototype-production.md), [page](https://verifymcp.io/servers/tjcgraham-rgb-gaip-broker/gaip-agent-to-art-prototype-production)

## Channel facts

- Endpoint: `https://gaip-agent-to-art-prototype-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.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-09-20.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 694 tokens (~49/item across 14 items; 14 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.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "gaip_run_governed_agent_loop" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does.
  - An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the GAIP Broker MCP server?

GAIP Broker is a hosted endpoint at https://gaip-agent-to-art-prototype-production.up.railway.app/mcp, 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 tjcgraham-rgb-gaip-broker 'https://gaip-agent-to-art-prototype-production.up.railway.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "tjcgraham-rgb-gaip-broker": {
      "url": "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "tjcgraham-rgb-gaip-broker": {
      "type": "http",
      "url": "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.tjcgraham-rgb-gaip-broker]
url = "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tjcgraham-rgb-gaip-broker": {
      "type": "remote",
      "url": "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tjcgraham-rgb-gaip-broker --url 'https://gaip-agent-to-art-prototype-production.up.railway.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tjcgraham-rgb-gaip-broker:
    url: "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "tjcgraham-rgb-gaip-broker": {
      "Transport": "http",
      "Url": "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add tjcgraham-rgb-gaip-broker -t streamable-http -u 'https://gaip-agent-to-art-prototype-production.up.railway.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "tjcgraham-rgb-gaip-broker": {
      "type": "http",
      "url": "https://gaip-agent-to-art-prototype-production.up.railway.app/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-09-19 (score 67, −2)

- [functional regression] Schema quality: 33 → 49
- [functional] Destructive annotations: pass → 0
- [functional] Server version: 1.1.0 → 1.3.0
- [functional] New tool “gaip_get_counterparty_evidence”
- [functional] New tool “gaip_get_external_service_qualification”
- [functional] New tool “gaip_prepare_delegation_evidence”
- [functional] New tool “gaip_run_governed_agent_loop”
- [functional] New tool “verify_before_call”
- [functional] New tool “verify_gaip_receipt”

### 2026-09-18 (score 69, +1)

- [functional regression] Schema quality: 236 → 271
- [functional improvement] Stability: unverified → 0.03
- [functional] New tool “gaip_get_identity_and_registry_status”

### 2026-09-17 (score 68)

First indexed and scored.

## MCP tools (14)

### `gaip_get_capabilities` (~23 tokens)

Get GAIP capabilities

Return GAIP's public read-only capability and governance boundary.

### `gaip_get_shadow_status` (~27 tokens)

Get autonomous shadow status

Return the latest public shadow-planning status. Shadow activity is not live execution.

### `gaip_get_governance_limits` (~26 tokens)

Get governance limits

Return the machine-readable Phase-1 external-participation policy.

### `gaip_get_identity_and_registry_status` (~35 tokens)

Get GAIP identity and registry status

Return truthful A2A, MCP, Entra Agent ID and ERC-8004 activation states and blockers.

### `assess_agent_card` (~36 tokens)

Assess an A2A Agent Card

Assess supplied public Agent Card metadata without calling the agent.

Input parameters:

- `agent_card` (object, required)
- `source_url` (string)

### `compare_agent_candidates` (~36 tokens)

Compare agent candidates

Rank supplied public Agent Cards using deterministic task-specific metadata checks.

Input parameters:

- `candidates` (array, required)
- `task_class` (string)

### `verify_task_result` (~35 tokens)

Verify a task result

Verify a supplied result against explicit deterministic acceptance criteria.

Input parameters:

- `acceptance_criteria` (array, required)
- `result` (object, required)

### `get_public_receipt` (~31 tokens)

Get a public GAIP receipt

Retrieve allow-listed public fields for a retained receipt by exact id.

Input parameters:

- `receipt_id` (string, required)

### `verify_gaip_receipt` (~35 tokens)

Verify a GAIP receipt

Verify a retained receipt's hash chain and Merkle inclusion proof by exact id.

Input parameters:

- `receipt_id` (string, required)

### `gaip_run_governed_agent_loop` (~128 tokens)

Run governed agent loop

Execute the existing Broker → Integration → Trust → Specialist loop for a £0 public read-only task and retain its receipt.

Input parameters:

- `counterparty_id` (string, required)
- `data_classification` (string, required)
- `discovery_source` (string)
- `downstream_use_intended` (boolean)
- `explicit_read_only_consent` (boolean, required)
- `independent_operator_id` (string)
- `operator_claimed_unaided` (boolean)
- `protocol` (string)
- `task` (object)
- `task_class` (string, required)

### `verify_before_call` (~60 tokens)

Verify before call

Return sourced task-specific counterparty evidence before delegation. Evidence only; caller owns the decision.

Input parameters:

- `counterparty_ref` (object, required)
- `data_classification` (string, required)
- `observations` (array)
- `task_class` (string, required)

### `gaip_get_counterparty_evidence` (~98 tokens)

Get counterparty evidence

Return task-specific evidence coverage for a supplied public counterparty reference without a score, certification, recommendation or delegation decision.

Input parameters:

- `comparable_task_receipts` (integer)
- `counterparty_identity_state` (string)
- `counterparty_ref` (object, required)
- `data_classification` (string, required)
- `independent_outcomes` (integer)
- `observations` (array)
- `task_class` (string, required)

### `gaip_prepare_delegation_evidence` (~67 tokens)

Prepare delegation evidence

Package supplied public evidence for a caller-owned delegation decision without a live probe, verdict or authority expansion.

Input parameters:

- `counterparty_ref` (object, required)
- `data_classification` (string, required)
- `observations` (array)
- `task_class` (string, required)

### `gaip_get_external_service_qualification` (~35 tokens)

Qualify GAIP external services

Run bounded read-only probes and return explicit connected, degraded, metadata-only, blocked or not-registered states.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/tjcgraham-rgb-gaip-broker/gaip-agent-to-art-prototype-production#diagnostics

## Score history

- 2026-09-20: 67
- 2026-09-19: 67
- 2026-09-18: 69
- 2026-09-17: 68

## Common questions

### What is the GAIP Broker MCP server?

GAIP Broker is an MCP server listed in the public MCP registry as io.github.tjcgraham-rgb/gaip-broker. GAIP delegation evidence, £0 read-only execution and receipt verification; no caller decision. This page covers its hosted endpoint (https://gaip-agent-to-art-prototype-production.up.railway.app/mcp).

### Is the GAIP Broker MCP server safe to use?

GAIP Broker scores 67 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.

### What tools does the GAIP Broker MCP server expose?

GAIP Broker exposes 14 tools: gaip_get_capabilities, gaip_get_shadow_status, gaip_get_governance_limits, gaip_get_identity_and_registry_status, assess_agent_card, and 9 more. Their descriptions and schemas cost roughly 672 tokens of context every time the server is loaded.

### Does the GAIP Broker MCP server require authentication?

No. We connected to GAIP Broker without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the GAIP Broker MCP server still maintained?

GAIP Broker is still listed as active in the MCP registry. We last reached this channel on 20 September 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://gaip-agent-to-art-prototype-production.up.railway.app/mcp
- Repository: https://github.com/tjcgraham-rgb/-gaip-agent-to-art-prototype
- Website: https://www.gaipagents.com/
- Changelog RSS feed: https://verifymcp.io/servers/tjcgraham-rgb-gaip-broker/gaip-agent-to-art-prototype-production.xml
- Changelog JSON feed: https://verifymcp.io/servers/tjcgraham-rgb-gaip-broker/gaip-agent-to-art-prototype-production.json
- HTML version of this page: https://verifymcp.io/servers/tjcgraham-rgb-gaip-broker/gaip-agent-to-art-prototype-production
