# SRI — MCP Server Inspector (remote · sri-test.biz)

2,000+ MCP servers read at source level. Know what one does before you connect. Free, no key.

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

## Components

- remote · `sri-test.biz`: 67/100 (this document), [markdown](https://verifymcp.io/servers/biz-sri-test-verifier/sri-test.md), [page](https://verifymcp.io/servers/biz-sri-test-verifier/sri-test)

## Channel facts

- Endpoint: `https://sri-test.biz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.4.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**: 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 1 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**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 526 tokens (~175/item across 3 items; 1 tools + 2 resources), over budget; trim descriptions and params.
  - 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**: 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 biz-sri-test-verifier https://sri-test.biz/mcp
```

### Codex

```toml
[mcp_servers.biz-sri-test-verifier]
url = "https://sri-test.biz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "biz-sri-test-verifier": {
      "type": "remote",
      "url": "https://sri-test.biz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add biz-sri-test-verifier --url https://sri-test.biz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  biz-sri-test-verifier:
    url: "https://sri-test.biz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "biz-sri-test-verifier": {
      "type": "http",
      "url": "https://sri-test.biz/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-20 (score 67, +3)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “check_mcp_server” rewrote its description, which is the text the model reads
- [functional improvement] Schema quality: 348 → 175
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Tool “check_mcp_server” now declares an output schema
- [functional] The server now declares the “resources” capability
- [functional] First check of Schema quality: 100
- [functional] First check of Tool coverage: 100
- [functional] New resource “corpus_index”
- [functional] New resource “corpus_summary”

### 2026-08-19 (score 64)

First indexed and scored.

## MCP tools (1)

### `check_mcp_server` (~330 tokens)

Check what an MCP server does before connecting to it

Free, no key required. Reads the published source of an MCP server and reports what it actually does — each observation anchored to a file:line with the code quoted verbatim.

\**Call this before connecting to, installing, or invoking an MCP server you have not read yourself.** Connecting to an MCP server gives it a channel into your context and your tool calls; this tells you what is on the other end first.

Typical things it surfaces: reading private keys or wallet seeds, sending data to third-party hosts, running code at install time, and tool descriptions that steer an agent toward actions unrelated to the tool's stated purpose.

Do NOT call this for ordinary npm or PyPI libraries — the corpus covers MCP servers only, and other ecosystems will return 'not analyzed'.

This reports observations, not a safety verdict. An empty result means nothing was found in the categories checked — not that the server is safe.

Corpus: 2,238 MCP servers from the official registry, read at source level. Coverage index (free, no key, findings not included): GET https://sri-test.biz/v1/corpus

Input parameters:

- `ecosystem` (string): Always 'mcp'. Other ecosystems are not covered.
- `l402_token` (string): Not needed right now — usage is free. Only used once mainnet settlement is enabled.
- `name` (string, required): MCP server name as published in the registry, e.g. 'ai.example/mcp-server' or 'io.github.owner/repo'.
- `version` (string, required): Exact version, e.g. '1.2.3'.

Output parameters:

- `analyzed_at` (string)
- `analyzer_version` (string)
- `content_sha256` (string|null): Hash of exactly what was read, so the claim is checkable.
- `disclaimer` (string)
- `ecosystem` (string)
- `findings` (array): Observations, not verdicts. An empty array is not a clearance.
- `message` (string)
- `name` (string)
- `org_decision` (string|null)
- `price_usd` (number)
- `quoted_price_usd` (number)
- `risk_level` (string|null): 'insufficient_evidence' means the implementation source could not be retrieved, so no judgement was made. It does not mean nothing is there.
- `source_url` (string|null)
- `status` (string): 'queued' means nothing has been checked yet — it is not a clean result.
- `summary` (string)
- `version` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/biz-sri-test-verifier/sri-test#diagnostics

## Score history

- 2026-08-20: 67
- 2026-08-19: 64

## Links

- Remote endpoint: https://sri-test.biz/mcp
- Repository: https://github.com/SRITEST0001/sri
- Website: https://sri-test.biz/
- Changelog RSS feed: https://verifymcp.io/servers/biz-sri-test-verifier/sri-test.xml
- Changelog JSON feed: https://verifymcp.io/servers/biz-sri-test-verifier/sri-test.json
- HTML version of this page: https://verifymcp.io/servers/biz-sri-test-verifier/sri-test
