# com.get4agent/marketplace (remote · get4agent.com)

Free KZ agent utilities (Kazpost tracking, IIN/BIN, IBAN, LEI, FX) + governed API marketplace.

- Trust score: 61/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-21

## Components

- remote · `get4agent.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/com-get4agent-marketplace/get4agent.md), [page](https://verifymcp.io/servers/com-get4agent-marketplace/get4agent)

## Channel facts

- Endpoint: `https://get4agent.com/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-21.

- **Endpoint Security**: 63/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 10 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.
  - 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**: 67/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 453 tokens (~45/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 73/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 19% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-get4agent-marketplace https://get4agent.com/mcp
```

### Codex

```toml
[mcp_servers.com-get4agent-marketplace]
url = "https://get4agent.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-get4agent-marketplace --url https://get4agent.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-get4agent-marketplace:
    url: "https://get4agent.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-get4agent-marketplace": {
      "type": "http",
      "url": "https://get4agent.com/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-21 (score 61, +1)

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

### 2026-08-20 (score 60, +10)

- [security improvement] Transport: fail → pass

### 2026-08-19 (score 50, −9)

- [security regression] Transport: pass → fail

### 2026-08-17 (score 59, +1)

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

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

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

### 2026-08-14 (score 57, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-13 (score 57)

First indexed and scored.

## MCP tools (10)

### `search_listings` (~68 tokens)

Search the catalog of KYA-verified sellers. Public — no auth needed.

Input parameters:

- `category` (string)
- `kind` (string): good | service | api | tool
- `query` (string): keyword (title/description)
- `verified_only` (boolean): default true

### `get_listing` (~34 tokens)

Get one listing (incl. seller DID + KYA status) as JSON-LD.

Input parameters:

- `listing_id` (string, required)

### `verify_agent` (~26 tokens)

Check an agent's Regent identity/KYA status.

Input parameters:

- `agent_id` (string, required)

### `validate_iin` (~46 tokens)

Validate a Kazakhstan IIN/BIN (real national checksum) + parse structure (person: birth date/sex; entity: registration). Free.

Input parameters:

- `iin` (string, required)

### `validate_kz_iban` (~38 tokens)

Validate a Kazakhstan IBAN (ISO 7064 mod-97 + KZ structure). Free.

Input parameters:

- `iban` (string, required)

### `lei_lookup` (~58 tokens)

Global legal-entity lookup via GLEIF open data: pass 'lei' (exact) or 'q' (name search). Compact due-diligence records. Free.

Input parameters:

- `lei` (string)
- `q` (string)

### `kzt_rates` (~34 tokens)

Live KZT exchange rates per unit of USD/EUR/etc (cached hourly). Free.

Input parameters:

- `codes` (array)

### `fx_rates` (~37 tokens)

Official ECB cross-rates (Frankfurter): base + symbols. Free.

Input parameters:

- `base` (string)
- `symbols` (array)

### `weather` (~40 tokens)

Current weather + 3-day range for lat/lon (Open-Meteo). Free.

Input parameters:

- `lat` (number, required)
- `lon` (number, required)

### `track_parcel` (~38 tokens)

Track a Kazakhstan Post parcel by barcode (official track.kazpost.kz): status + route events. Free.

Input parameters:

- `track` (string, required)

## Diagnostics

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

## Score history

- 2026-08-21: 61
- 2026-08-20: 60
- 2026-08-19: 50
- 2026-08-18: 59
- 2026-08-17: 59
- 2026-08-16: 58
- 2026-08-15: 58
- 2026-08-14: 57
- 2026-08-13: 57

## Links

- Remote endpoint: https://get4agent.com/mcp
- Website: https://get4agent.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-get4agent-marketplace/get4agent.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-get4agent-marketplace/get4agent.json
- HTML version of this page: https://verifymcp.io/servers/com-get4agent-marketplace/get4agent
