# poolproof — checks before you commit money (remote · poolproof.ru)

Who launched it, what exit really costs, is the pool what it claims. Facts only, no advice.

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

## Components

- remote · `poolproof.ru`: 61/100 (this document), [markdown](https://verifymcp.io/servers/ru-poolproof-checks/poolproof.md), [page](https://verifymcp.io/servers/ru-poolproof-checks/poolproof)

## Channel facts

- Endpoint: `https://poolproof.ru/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**: 46/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 6 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 enforcement could not be verified: the plaintext port answered with HTTP 400, which proves neither a plaintext path nor enforcement.
  - 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 743 tokens (~123/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ru-poolproof-checks https://poolproof.ru/mcp
```

### Codex

```toml
[mcp_servers.ru-poolproof-checks]
url = "https://poolproof.ru/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ru-poolproof-checks": {
      "type": "remote",
      "url": "https://poolproof.ru/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ru-poolproof-checks --url https://poolproof.ru/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ru-poolproof-checks:
    url: "https://poolproof.ru/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ru-poolproof-checks": {
      "type": "http",
      "url": "https://poolproof.ru/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-19 (score 60, +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-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)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “chain” rewrote its description, which is the text the model reads
- [security] Tool “exit_cost” rewrote its description, which is the text the model reads
- [security] Tool “known” rewrote its description, which is the text the model reads
- [security] Tool “launch” rewrote its description, which is the text the model reads
- [security] Tool “pool” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional improvement] Stability: unverified → 0.03
- [functional] New tool “launches”

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

First indexed and scored.

## MCP tools (6)

### `pool` (~95 tokens)

Yield pool safety: peg of every underlying asset, yield sustainability, emission dependence, exit depth. Facts and flags only, never advice. Free tier: 3 calls per hour per IP, shared with the website; unlimited access costs $0.005 per call over x402 at /v1/pool

Input parameters:

- `pool` (string, required): DefiLlama pool id (uuid), from https://yields.llama.fi/pools

### `exit_cost` (~103 tokens)

Real cost of exiting a Solana position AT YOUR SIZE — live route, not theoretical slippage. Facts and flags only, never advice. Free tier: 3 calls per hour per IP, shared with the website; unlimited access costs $0.010 per call over x402 at /v1/exit-cost

Input parameters:

- `mint` (string, required): Solana token mint address
- `size` (number, required): Position size in whole tokens — the quote is for YOUR size

### `chain` (~88 tokens)

Is this chain alive: TVL trend over 1y/6m/90d/30d. Facts and flags only, never advice. Free tier: 3 calls per hour per IP, shared with the website; unlimited access costs $0.003 per call over x402 at /v1/chain

Input parameters:

- `chain` (string, required): Chain name as used by DefiLlama

### `launch` (~96 tokens)

Who launched this pump.fun token and what happened to their previous ones: launch count, graduation record, and whether the creator bought their own bonding curve. Facts and flags only, never advice. Free tier: 3 calls per hour per IP, shared with the website; unlimited access costs $0.005 per call over x402 at /v1/launch

Input parameters:

- `mint` (string, required): Solana mint address of the pump.fun token

### `launches` (~170 tokens)

Live feed of pump.fun launches from the last 24h with creator context: who deployed each one, how many they launched before, whether they bought their own bonding curve. Poll with ?since= for only what is new. This history cannot be reconstructed afterwards. Facts and flags only, never advice. Free tier: 3 calls per hour per IP, shared with the website; unlimited access costs $0.010 per call over x402 at /v1/launches

Input parameters:

- `limit` (integer): How many launches to return, newest first. Default 50.
- `only` (string): Keep only launches carrying this trait. clean = no flags raised.
- `since` (integer): Unix timestamp; return only launches recorded after it. Pass next_since from your previous call to poll incrementally.

### `known` (~112 tokens)

Do we hold a research note on this asset, protocol, chain or role that no price feed or TVL number will tell you: dead redemption bridges, ticker collisions, ended points programmes, closed marketplaces, capital gates. Facts and flags only, never advice. Free tier: 3 calls per hour per IP, shared with the website; unlimited access costs $0.020 per call over x402 at /v1/known

Input parameters:

- `q` (string, required): Asset symbol, protocol name, chain name or contract address

## Diagnostics

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

## Score history

- 2026-08-21: 61
- 2026-08-20: 60
- 2026-08-19: 60
- 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://poolproof.ru/mcp
- Website: https://poolproof.ru/
- Changelog RSS feed: https://verifymcp.io/servers/ru-poolproof-checks/poolproof.xml
- Changelog JSON feed: https://verifymcp.io/servers/ru-poolproof-checks/poolproof.json
- HTML version of this page: https://verifymcp.io/servers/ru-poolproof-checks/poolproof
