# io.github.gblinproject/gblin-treasury-risk-regime (remote · gblin-mcp.gblin-mcp-worker.workers.dev)

Risk regime + treasury for AI agents on Base: free regime reads, signed attestations, idle USDC.

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

## Components

- remote · `gblin-mcp.gblin-mcp-worker.workers.dev`: 65/100 (this document), [markdown](https://verifymcp.io/servers/gblinproject-gblin-treasury-risk-regime/gblin-mcp.md), [page](https://verifymcp.io/servers/gblinproject-gblin-treasury-risk-regime/gblin-mcp)
- npm · `@gblin-protocol/mcp-server`: 63/100, [markdown](https://verifymcp.io/servers/gblinproject-gblin-treasury-risk-regime/gblin-protocol-mcp-server.md), [page](https://verifymcp.io/servers/gblinproject-gblin-treasury-risk-regime/gblin-protocol-mcp-server)

## Channel facts

- Endpoint: `https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.7`

## 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**: 63/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 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**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 524 tokens (~87/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 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).
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http gblinproject-gblin-treasury-risk-regime https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.gblinproject-gblin-treasury-risk-regime]
url = "https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gblinproject-gblin-treasury-risk-regime": {
      "type": "remote",
      "url": "https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add gblinproject-gblin-treasury-risk-regime --url https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  gblinproject-gblin-treasury-risk-regime:
    url: "https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "gblinproject-gblin-treasury-risk-regime": {
      "type": "http",
      "url": "https://gblin-mcp.gblin-mcp-worker.workers.dev/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 65, +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-18 (score 64, +2)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_coherence_report” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 71 → 87

### 2026-08-16 (score 62, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-15 (score 61)

First indexed and scored.

## MCP tools (6)

### `get_market_risk_regime` (~119 tokens)

When deciding whether to deploy capital, take risk, or STAND DOWN in a volatile market, call this first — the 'Risk Gate' pattern a third-party ERC-8004 agent runs in production daily (gblin.digital/risk-gate). Returns the current BTC/ETH risk regime (calm | elevated | crash) read live from GBLIN's on-chain Crash Shield on Base. Free, unsigned — for a signed, attachable proof buy the x402 attestation (see how_to_buy_live_attestation).

Output parameters:

- `assets` (array): Per-risk-asset shield state
- `chain_id` (integer)
- `contract` (string): GBLIN contract on Base
- `defensive_cash_pct` (number): USDC dynamic weight in the basket, percent
- `note` (string)
- `regime` (string): Current risk regime
- `regime_code` (integer): 0 calm, 1 elevated, 2 crash
- `risk_posture` (string): Suggested posture
- `severity_pct` (number): Max crash-shield weight cut across risk assets, percent
- `shield_active` (boolean): True when any risk asset is currently slashed
- `source` (string)

### `get_attestation_sample` (~50 tokens)

FREE static sample of the paid Risk Attestation: identical shape and EIP-712 schema, sample:true, permanently expired. Wire your parser/verifier against this, then switch to the paid endpoint.

Output parameters:

- `attestation` (object): Same field contract as the paid attestation (regime, shield_active, severity_pct, defensive_cash_pct, expires_at, ...)
- `attestation_id` (string): hashTypedData digest — recompute to verify
- `attestor` (string|null)
- `eip712` (object): EIP-712 domain/types/message to recompute the digest
- `meta` (object)
- `sample` (boolean): Always true — never a live signal
- `signature` (string|null)
- `signed` (boolean)
- `verify` (object)

### `get_agent_economy_stats` (~37 tokens)

Public GBLIN agent-economy observatory stats (x402 calls, payers, on-chain counters). Cached.

### `get_protocol_info` (~37 tokens)

GBLIN protocol overview for agents (llms.txt): contracts, endpoints, prices, payment flow, field contract of the attestation.

Output parameters:

- `llms_txt` (string): The full llms.txt document (plain text)

### `how_to_buy_live_attestation` (~43 tokens)

Instructions for buying the live EIP-712-signed risk attestation over x402 ($0.003 USDC on Base) and verifying it offline.

Output parameters:

- `endpoint` (string): Paid x402 endpoint URL
- `flow` (string): Step-by-step x402 payment flow
- `free_sample` (string): Free integration-sample URL
- `price` (string)
- `stable_field_contract` (array): Field names guaranteed stable without versioning
- `verify_offline` (string): How to verify the attestation without trusting the server

### `get_coherence_report` (~131 tokens)

Coherence Proof (free, forever): does this subject DO what it publicly promised? v0 observes GBLIN itself — pre-registered, hash-pinned promises (uptime of the paid attestation endpoint, honesty of public counters) probed every 10 minutes, with kept/violated tallies; each closed UTC day is sealed on Base as an EAS attestation (schema 0x9f433a96…, verifiable on base.easscan.org). The certifier submits itself to its own instrument first. Reading is free by design; being observed is the paid service.

Output parameters:

- `method` (string)
- `observing_since` (string)
- `promises` (array)
- `subject` (string): Observed subject

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/gblinproject-gblin-treasury-risk-regime/gblin-mcp#diagnostics

## Score history

- 2026-08-20: 65
- 2026-08-19: 64
- 2026-08-18: 64
- 2026-08-17: 62
- 2026-08-16: 62
- 2026-08-15: 61

## Links

- Remote endpoint: https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp
- Changelog RSS feed: https://verifymcp.io/servers/gblinproject-gblin-treasury-risk-regime/gblin-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/gblinproject-gblin-treasury-risk-regime/gblin-mcp.json
- HTML version of this page: https://verifymcp.io/servers/gblinproject-gblin-treasury-risk-regime/gblin-mcp
