# China Bank Offers Facts (remote · agent-offers-api-replitzip.replit.app)

Official-source China bank card offer facts for agents; free bank list and paid factual search.

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

## Components

- remote · `agent-offers-api-replitzip.replit.app`: 63/100 (this document), [markdown](https://verifymcp.io/servers/baddevbuild-china-bank-offers-facts/agent-offers-api-replitzip.md), [page](https://verifymcp.io/servers/baddevbuild-china-bank-offers-facts/agent-offers-api-replitzip)

## Channel facts

- Endpoint: `https://agent-offers-api-replitzip.replit.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-08-07.

- **Endpoint Security**: 80/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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 46/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 86 tokens (~43/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http baddevbuild-china-bank-offers-facts https://agent-offers-api-replitzip.replit.app/mcp
```

### Codex

```toml
[mcp_servers.baddevbuild-china-bank-offers-facts]
url = "https://agent-offers-api-replitzip.replit.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "baddevbuild-china-bank-offers-facts": {
      "type": "remote",
      "url": "https://agent-offers-api-replitzip.replit.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add baddevbuild-china-bank-offers-facts --url https://agent-offers-api-replitzip.replit.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  baddevbuild-china-bank-offers-facts:
    url: "https://agent-offers-api-replitzip.replit.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "baddevbuild-china-bank-offers-facts": {
      "type": "http",
      "url": "https://agent-offers-api-replitzip.replit.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-08-07 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-06 (score 63)

First indexed and scored.

## MCP tools (2)

### `list_supported_banks` (~33 tokens)

List supported banks

Free capability check. Lists banks, data freshness, coverage state, and whether get_bank_offers is currently enabled.

### `get_bank_offers` (~53 tokens)

Get official bank offer documents

Paid source-first query for one supported bank. Returns every matching official document with complete cleaned text, source URL, hash and activity status.

Input parameters:

- `activity_status` (array)
- `bank_code` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/baddevbuild-china-bank-offers-facts/agent-offers-api-replitzip#diagnostics

## Score history

- 2026-08-07: 63
- 2026-08-06: 63

## Links

- Remote endpoint: https://agent-offers-api-replitzip.replit.app/mcp
- Changelog RSS feed: https://verifymcp.io/servers/baddevbuild-china-bank-offers-facts/agent-offers-api-replitzip.xml
- Changelog JSON feed: https://verifymcp.io/servers/baddevbuild-china-bank-offers-facts/agent-offers-api-replitzip.json
- HTML version of this page: https://verifymcp.io/servers/baddevbuild-china-bank-offers-facts/agent-offers-api-replitzip
