# io.github.JessieJanie/skim402 (remote · skim402.com)

Clean web reader for AI agents. Free remote read tier, optional x402 pay-per-call. No API keys.

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

## Components

- remote · `skim402.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/jessiejanie-skim402/api-mcp.md), [page](https://verifymcp.io/servers/jessiejanie-skim402/api-mcp)
- npm · `skim-mcp`: 30/100, [markdown](https://verifymcp.io/servers/jessiejanie-skim402/skim-mcp.md), [page](https://verifymcp.io/servers/jessiejanie-skim402/skim-mcp)

## Channel facts

- Endpoint: `https://skim402.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.7`

## 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-16.

- **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 3 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**: 81/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 457 tokens (~152/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 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**: 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 jessiejanie-skim402 https://skim402.com/api/mcp
```

### Codex

```toml
[mcp_servers.jessiejanie-skim402]
url = "https://skim402.com/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add jessiejanie-skim402 --url https://skim402.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jessiejanie-skim402:
    url: "https://skim402.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "jessiejanie-skim402": {
      "type": "http",
      "url": "https://skim402.com/api/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-15 (score 72, +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-08-13 (score 71, +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-08-11 (score 70, +2)

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

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

### 2026-08-07 (score 67, +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-08-06 (score 66, +1)

- [functional] The server now declares the “resources” capability
- [functional] The server now declares the “prompts” capability

### 2026-08-05 (score 65, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-04 (score 65)

First indexed and scored.

## MCP tools (3)

### `skim_read` (~128 tokens)

Read a web page as clean Markdown

Fetch a public URL and return clean, agent-ready Markdown via Skim (skim402.com): strips nav, ads, and boilerplate; preserves the article body plus metadata (title, byline, published date, language, excerpt). Use for articles, docs, blog posts, READMEs, and research papers. Free tier is rate-limited; with an X-Skim-Wallet-Key connector header each call is paid ($0.002 USDC on Base via x402) and unmetered.

Input parameters:

- `url` (string, required): Fully-qualified URL to fetch and clean (https://...).

### `skim_extract` (~178 tokens)

Extract structured data from a web page

Read a public URL and extract structured JSON from it via Skim (skim402.com). Either pick a preset (article, product, job, review, event, table) or supply a JSON Schema (top-level type "object") describing the fields you want. Costs $0.015 USDC per call on Base via x402, paid from the wallet configured in the X-Skim-Wallet-Key connector header — this tool does not work without one.

Input parameters:

- `instructions` (string): Optional natural-language hint to bias the extraction.
- `preset` (string): Named extraction preset. Provide either this or `schema`.
- `schema` (object): JSON Schema object (top-level {"type":"object", ...}) describing the desired output. Provide either this or `preset`.
- `url` (string, required): Fully-qualified URL to read and extract from.

### `skim_signals` (~151 tokens)

Get a Skim intelligence signal feed

Fetch the latest items from one of Skim's curated intelligence feeds (skim402.com/signals): ai-news, sec-filings, deals, research, campaign-finance, film-incentives, crypto-news, macro, security, regulations, courts, recalls, launches, trending, energy, entertainment, studio-jobs, entity-formations. Returns structured items, newest first. Costs $0.005 USDC per call on Base via x402, paid from the wallet configured in the X-Skim-Wallet-Key connector header — this tool does not work without one.

Input parameters:

- `limit` (integer): Max items to return (default 50).
- `signal` (string, required): Which signal feed to fetch.

## Diagnostics

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

## Score history

- 2026-08-16: 72
- 2026-08-15: 72
- 2026-08-14: 71
- 2026-08-13: 71
- 2026-08-12: 70
- 2026-08-11: 70
- 2026-08-10: 68
- 2026-08-09: 68
- 2026-08-08: 67
- 2026-08-07: 67
- 2026-08-06: 66
- 2026-08-05: 65
- 2026-08-04: 65

## Links

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