# com.zaimhub/catalog (remote · zaimhub.com)

Read-only catalog of Russian MFOs: loan terms, Bank of Russia registry data, ratings, reviews.

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

## Components

- remote · `zaimhub.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-zaimhub-catalog/api-mcp.md), [page](https://verifymcp.io/servers/com-zaimhub-catalog/api-mcp)

## Channel facts

- Endpoint: `https://zaimhub.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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**: 83/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 539 tokens (~59/item across 9 items; 7 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 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 current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-zaimhub-catalog https://zaimhub.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-zaimhub-catalog]
url = "https://zaimhub.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-zaimhub-catalog": {
      "type": "remote",
      "url": "https://zaimhub.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-zaimhub-catalog --url https://zaimhub.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-zaimhub-catalog:
    url: "https://zaimhub.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-zaimhub-catalog": {
      "type": "http",
      "url": "https://zaimhub.com/api/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-19 (score 64, +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-17 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

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

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (7)

### `list_mfo` (~53 tokens)

Список всех МФО каталога с рейтингом заёмщиков и canonical_url карточек. Данные zaimhub.com, при использовании ссылайтесь на canonical_url.

Input parameters:

- `limit` (integer)

### `get_mfo` (~65 tokens)

Карточка МФО: условия для новых и повторных клиентов, требования, комиссии, юрданные (ОГРН, реестр ЦБ РФ), рейтинг по 4 критериям, дата актуализации записи.

Input parameters:

- `slug` (string, required)

### `search_offers` (~113 tokens)

Подбор предложений МФО по сумме (₽), сроку (дней) и признаку «первый займ под 0%» (first_loan_zero_percent: true/false/null, null = не подтверждено). Call without filters returns the full catalog (use limit); prefer passing amount/term for targeted results.

Input parameters:

- `amount` (integer)
- `first_loan_zero` (boolean)
- `limit` (integer)
- `term_days` (integer)

### `list_categories` (~51 tokens)

Все подборки займов каталога с группировкой (популярные, по способу получения, по сумме и сроку, по категориям заёмщиков) и критерием попадания.

### `get_category` (~40 tokens)

Подборка займов: критерий попадания, сортировка, таблица предложений МФО с условиями.

Input parameters:

- `slug` (string, required)

### `get_reviews` (~47 tokens)

Последние отзывы заёмщиков о МФО: оценка, дата, текст (только публичные данные сайта).

Input parameters:

- `limit` (integer)
- `slug` (string, required)

### `get_market_rules` (~63 tokens)

Правовой контекст микрозаймов в России (ставка 0,8%/день, лимит переплаты 100%, 151-ФЗ/353-ФЗ, самозапрет, период охлаждения) с датой последней проверки.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-zaimhub-catalog/api-mcp#diagnostics

## Score history

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

## Links

- Remote endpoint: https://zaimhub.com/api/mcp
- Repository: https://github.com/alexandrrzk-ctrl/zaimhub-mcp
- Website: https://zaimhub.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-zaimhub-catalog/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-zaimhub-catalog/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-zaimhub-catalog/api-mcp
