# web3ctx (remote · mcp.scarai.xyz)

Version-true web3 docs, ABIs and human-validated integration recipes over MCP.

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

## Components

- remote · `mcp.scarai.xyz`: 66/100 (this document), [markdown](https://verifymcp.io/servers/farseensh-web3ctx/mcp.md), [page](https://verifymcp.io/servers/farseensh-web3ctx/mcp)

## Channel facts

- Endpoint: `https://mcp.scarai.xyz/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-09-20.

- **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 5 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 405, 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**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 515 tokens (~103/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 67/100
  - Stability observed for 20 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the web3ctx MCP server?

web3ctx is a hosted endpoint at https://mcp.scarai.xyz/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http farseensh-web3ctx 'https://mcp.scarai.xyz/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "farseensh-web3ctx": {
      "url": "https://mcp.scarai.xyz/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "farseensh-web3ctx": {
      "type": "http",
      "url": "https://mcp.scarai.xyz/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.farseensh-web3ctx]
url = "https://mcp.scarai.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "farseensh-web3ctx": {
      "type": "remote",
      "url": "https://mcp.scarai.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add farseensh-web3ctx --url 'https://mcp.scarai.xyz/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  farseensh-web3ctx:
    url: "https://mcp.scarai.xyz/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "farseensh-web3ctx": {
      "Transport": "http",
      "Url": "https://mcp.scarai.xyz/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add farseensh-web3ctx -t streamable-http -u 'https://mcp.scarai.xyz/mcp'
```

### Other

```json
{
  "mcpServers": {
    "farseensh-web3ctx": {
      "type": "http",
      "url": "https://mcp.scarai.xyz/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-09-20 (score 66, +1)

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

### 2026-09-18 (score 65, +1)

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

### 2026-09-16 (score 64, +1)

- [security] Tool “web3_fetch” rewrote its description, which is the text the model reads

### 2026-09-14 (score 63, +1)

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

### 2026-09-11 (score 62, +1)

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

### 2026-09-09 (score 61, +1)

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

### 2026-09-07 (score 60, +1)

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

### 2026-09-05 (score 59, +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.

## MCP tools (5)

### `web3_lookup` (~63 tokens)

Look up a typed record

Typed records by id: address, ABI, EIP. Does not search prose or rank.

Input parameters:

- `chain` (string)
- `id` (string, required)
- `kind` (string, required)
- `project` (string)
- `version` (string)

### `web3_grep` (~52 tokens)

Exact identifier match

Exact lexical match on a known identifier. Does not rank semantically.

Input parameters:

- `limit` (integer)
- `pattern` (string, required)
- `project` (string)
- `version` (string)

### `web3_search` (~59 tokens)

Search code and docs

Ranked selectors for a prose query or unknown identifier. Does not return bodies.

Input parameters:

- `intent` (string)
- `limit` (integer)
- `project` (string)
- `query` (string, required)
- `version` (string)

### `web3_deps` (~44 tokens)

Dependency closure

Dependency closure around a selector. Does not follow calls across projects.

Input parameters:

- `depth` (integer)
- `kinds` (array)
- `selector` (string, required)

### `web3_fetch` (~44 tokens)

Fetch complete units

Full bodies for selectors you already chose, or the next page of a cursor. Does not discover selectors.

Input parameters:

- `cursor` (string)
- `selectors` (array)

## Diagnostics

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

## Score history

- 2026-09-20: 66
- 2026-09-19: 65
- 2026-09-18: 65
- 2026-09-17: 64
- 2026-09-16: 64
- 2026-09-15: 63
- 2026-09-14: 63
- 2026-09-13: 62
- 2026-09-12: 62
- 2026-09-11: 62
- 2026-09-10: 61
- 2026-09-09: 61
- 2026-09-08: 60
- 2026-09-07: 60
- 2026-09-06: 59
- 2026-09-05: 59
- 2026-09-04: 58
- 2026-09-03: 58
- 2026-09-02: 57
- 2026-09-01: 57
- 2026-08-31: 56

## Common questions

### What is the web3ctx MCP server?

web3ctx is an MCP server listed in the public MCP registry as io.github.FarseenSh/web3ctx. Version-true web3 docs, ABIs and human-validated integration recipes over MCP. This page covers its hosted endpoint (https://mcp.scarai.xyz/mcp).

### Is the web3ctx MCP server safe to use?

web3ctx scores 66 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the web3ctx MCP server expose?

web3ctx exposes 5 tools: web3_lookup, web3_grep, web3_search, web3_deps, web3_fetch. Their descriptions and schemas cost roughly 262 tokens of context every time the server is loaded.

### Does the web3ctx MCP server require authentication?

No. We connected to web3ctx without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the web3ctx MCP server still maintained?

web3ctx is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.scarai.xyz/mcp
- Repository: https://github.com/FarseenSh/web3ctx
- Website: https://web3ctx.scarai.xyz/
- Changelog RSS feed: https://verifymcp.io/servers/farseensh-web3ctx/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/farseensh-web3ctx/mcp.json
- HTML version of this page: https://verifymcp.io/servers/farseensh-web3ctx/mcp
