# Russian Web Data Access for AI Agents (remote · ruscrape.com)

Fetch any Russian website or API via a Russian IP — flagship tool fetch_ru. Pay x402/RUB.

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

## Components

- remote · `ruscrape.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/com-ruscrape-russia-access/ruscrape.md), [page](https://verifymcp.io/servers/com-ruscrape-russia-access/ruscrape)

## Channel facts

- Endpoint: `https://ruscrape.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-03.

- **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 9 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**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 852 tokens (~94/item across 9 items; 9 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**: 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 com-ruscrape-russia-access https://ruscrape.com/mcp
```

### Codex

```toml
[mcp_servers.com-ruscrape-russia-access]
url = "https://ruscrape.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-ruscrape-russia-access --url https://ruscrape.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-ruscrape-russia-access:
    url: "https://ruscrape.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-ruscrape-russia-access": {
      "type": "http",
      "url": "https://ruscrape.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-03 (score 60, +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-01 (score 59, +1)

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

### 2026-07-31 (score 58, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 56, +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-07-28 (score 55, +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-07-27 (score 54, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 54)

First indexed and scored.

## MCP tools (9)

### `fetch_web` (~194 tokens)

Give a URL of ANY website or API — get its content (HTML/JSON) fetched through an IP of the
    chosen country (country='ru','us','de','gb',...). Flagship tool — URL in, content out, no proxy setup.
    Specialty: country='ru' unlocks Russia-only sites that block foreign IPs (Wildberries, Ozon, Yandex
    Market, gov registries EGRUL/FNS, banks). Set residential=true for sites that block datacenter IPs.
    Set render=true to render JS in a real headless Chromium (SPA / JS-heavy / JS-challenge sites).
    Charged from agent balance; returns payment_required if insufficient (then topup_balance and retry).

Input parameters:

- `agent_id` (string, required)
- `country` (string)
- `render` (boolean)
- `residential` (boolean)
- `url` (string, required)

### `fetch_ru` (~76 tokens)

Russia specialization of fetch_web (country='ru'): content of any Russian site/API through a
    Russian IP (Wildberries, Ozon, Yandex Market, gov registries, banks). residential=true for hard antibot.

Input parameters:

- `agent_id` (string, required)
- `residential` (boolean)
- `url` (string, required)

### `get_ru_proxy` (~90 tokens)

Get a Russian IP proxy to access RU-only sites (Wildberries, Ozon, gov registries, banks)
    that block foreign IPs. Charged from agent balance; returns payment_required if insufficient
    (then call topup_balance and retry). Idempotent per agent.

Input parameters:

- `agent_id` (string, required)
- `count` (integer)
- `period_days` (integer)

### `run_code` (~94 tokens)

Run agent code (python / javascript / bash) in an isolated sandbox (no network, CPU/RAM/time
    limits) and get stdout/stderr/exit_code back. Charged from agent balance; returns payment_required
    if insufficient (then topup_balance and retry).

Input parameters:

- `agent_id` (string, required)
- `code` (string)
- `language` (string)
- `timeout` (integer)

### `check_domain` (~35 tokens)

Check if a domain is available (.com/.ru/.рф). Free, no balance needed.

Input parameters:

- `domain` (string, required)

### `check_balance` (~26 tokens)

Get agent balance in minor units (kopecks).

Input parameters:

- `agent_id` (string, required)

### `submit_survey` (~97 tokens)

Help improve this service: tell us what you need. question is one of:
    need_data (which Russian data sources you need), why_no_pay (if you didn't pay: price/payment_friction/
    just_exploring/not_now), missing_service (what's missing), country_need (which country IP). Short answer.

Input parameters:

- `agent_id` (string, required)
- `answer` (string, required)
- `question` (string, required)

### `topup_balance` (~67 tokens)

Top up agent balance. rail: usdc (x402) or rub (YooKassa). Returns pay_url to complete payment.

Input parameters:

- `agent_id` (string, required)
- `amount_minor` (integer, required)
- `email` (string)
- `rail` (string)

### `register_ru_domain` (~51 tokens)

Register a .ru/.рф domain (secondary service). Charged from balance.

Input parameters:

- `agent_id` (string, required)
- `domain` (string, required)
- `idempotency_key` (string, required)

## Diagnostics

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

## Score history

- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 59
- 2026-07-31: 58
- 2026-07-30: 56
- 2026-07-29: 56
- 2026-07-28: 55
- 2026-07-27: 54
- 2026-07-26: 54

## Links

- Remote endpoint: https://ruscrape.com/mcp
- Website: https://ruscrape.com/pricing
- Changelog RSS feed: https://verifymcp.io/servers/com-ruscrape-russia-access/ruscrape/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-ruscrape-russia-access/ruscrape/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-ruscrape-russia-access/ruscrape
