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

Collateral-backed treasury vault for AI agents on Base. Crash Shield defends, JIT pays x402.

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

## Components

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

## Channel facts

- Endpoint: `https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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-03.

- **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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 295 tokens (~59/item across 5 items; 5 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).
  - 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.

**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 gblinproject-gblin-mcp-server https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "gblinproject-gblin-mcp-server": {
      "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-03 (score 61)

First indexed and scored.

## MCP tools (5)

### `get_market_risk_regime` (~82 tokens)

Current BTC/ETH market risk regime (calm | elevated | crash) read live from GBLIN's on-chain Crash Shield on Base mainnet. Free. Same math as the paid EIP-712 attestation, but 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

## Diagnostics

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

## Score history

- 2026-08-03: 61

## Links

- Remote endpoint: https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp
- Repository: https://github.com/gblinproject/GBLIN-MCP
- Changelog RSS feed: https://verifymcp.io/servers/gblinproject-gblin-mcp-server/gblin-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/gblinproject-gblin-mcp-server/gblin-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/gblinproject-gblin-mcp-server/gblin-mcp
