# MicroScrape (remote · microscrape-production.up.railway.app)

Pay-per-request webpage-to-Markdown extraction for AI agents. $0.005 USDC via x402 on Solana.

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

## Components

- remote · `microscrape-production.up.railway.app`: 68/100 (this document), [markdown](https://verifymcp.io/servers/luci-hue-microscrape/microscrape-production.md), [page](https://verifymcp.io/servers/luci-hue-microscrape/microscrape-production)

## Channel facts

- Endpoint: `https://microscrape-production.up.railway.app/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-18.

- **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 4 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).
  - Tool/resource definitions use about 314 tokens (~78/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 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 luci-hue-microscrape https://microscrape-production.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.luci-hue-microscrape]
url = "https://microscrape-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "luci-hue-microscrape": {
      "type": "remote",
      "url": "https://microscrape-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add luci-hue-microscrape --url https://microscrape-production.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  luci-hue-microscrape:
    url: "https://microscrape-production.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "luci-hue-microscrape": {
      "type": "http",
      "url": "https://microscrape-production.up.railway.app/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-17 (score 68, +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-16 (score 67, −1)

- [functional regression] Schema quality: 78 → 314
- [functional] New tool “extract_fields”
- [functional] New tool “links_url”
- [functional] New tool “metadata_url”

### 2026-08-15 (score 68, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 67)

First indexed and scored.

## MCP tools (4)

### `scrape_url` (~78 tokens)

Scrape a webpage to Markdown

Fetches a public HTTP/HTTPS URL, strips boilerplate, and returns the primary content as clean Markdown. Costs $0.005 USDC on Solana via x402, per call — same price as GET /api/v1/scrape.

Input parameters:

- `url` (string, required): The public HTTP/HTTPS URL to fetch and convert to Markdown

Output parameters:

- `markdown` (string)
- `title` (string)
- `url` (string)
- `word_count` (number)

### `metadata_url` (~63 tokens)

Fetch a webpage's title, description, Open Graph tags, and favicon

Cheap metadata-only extraction, no full-page content. Costs $0.002 USDC on Solana via x402, per call — same price as GET /api/v1/metadata.

Input parameters:

- `url` (string, required): The public HTTP/HTTPS URL to fetch metadata for

Output parameters:

- `description` (string|null)
- `favicon` (string|null)
- `og` (object)
- `title` (string)
- `url` (string)

### `links_url` (~64 tokens)

Extract the internal/external link graph off a webpage

Returns every internal and external link with its anchor text. Costs $0.002 USDC on Solana via x402, per call — same price as GET /api/v1/links.

Input parameters:

- `url` (string, required): The public HTTP/HTTPS URL to extract links from

Output parameters:

- `external` (array)
- `internal` (array)
- `url` (string)

### `extract_fields` (~109 tokens)

Extract structured field values from a webpage via CSS selectors

For each entry in fields, returns the trimmed text content of the first element matching that CSS selector. Costs $0.010 USDC on Solana via x402, per call — same price as GET /api/v1/extract.

Input parameters:

- `fields` (object, required): Map of field name to CSS selector, e.g. {"title": "h1", "price": ".price"} (max 25 fields)
- `url` (string, required): The public HTTP/HTTPS URL to extract fields from

Output parameters:

- `fields` (object)
- `url` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/luci-hue-microscrape/microscrape-production#diagnostics

## Score history

- 2026-08-18: 68
- 2026-08-17: 68
- 2026-08-16: 67
- 2026-08-15: 68
- 2026-08-14: 67

## Links

- Remote endpoint: https://microscrape-production.up.railway.app/mcp
- Repository: https://github.com/Luci-hue/microscrape
- Changelog RSS feed: https://verifymcp.io/servers/luci-hue-microscrape/microscrape-production.xml
- Changelog JSON feed: https://verifymcp.io/servers/luci-hue-microscrape/microscrape-production.json
- HTML version of this page: https://verifymcp.io/servers/luci-hue-microscrape/microscrape-production
