# io.github.Darkchild88/x402-money-farm (npm · x402-money-farm-mcp)

Pay-per-call web extraction: clean text, metadata, links, JSON-LD, change detection. USDC on Base.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- npm · `x402-money-farm-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/darkchild88-x402-money-farm/x402-money-farm-mcp.md), [page](https://verifymcp.io/servers/darkchild88-x402-money-farm/x402-money-farm-mcp)

## Channel facts

- Registry: `npm`
- Package: `x402-money-farm-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-25.

- **Supply Chain Security**: 99/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 115 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 630 tokens (~105/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% 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 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the io.github.Darkchild88/x402-money-farm MCP server?

io.github.Darkchild88/x402-money-farm runs locally as an npm package, launched with npx -y x402-money-farm-mcp. 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 darkchild88-x402-money-farm -- npx -y x402-money-farm-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "darkchild88-x402-money-farm": {
      "command": "npx",
      "args": [
        "-y",
        "x402-money-farm-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "darkchild88-x402-money-farm": {
      "command": "npx",
      "args": [
        "-y",
        "x402-money-farm-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add darkchild88-x402-money-farm -- npx -y x402-money-farm-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "darkchild88-x402-money-farm": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "x402-money-farm-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add darkchild88-x402-money-farm --command npx --arg -y --arg x402-money-farm-mcp
```

### Hermes

```yaml
mcp_servers:
  darkchild88-x402-money-farm:
    command: "npx"
    args: ["-y", "x402-money-farm-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "darkchild88-x402-money-farm": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "x402-money-farm-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add darkchild88-x402-money-farm -t stdio -c npx -a -y x402-money-farm-mcp
```

### Other

```json
{
  "mcpServers": {
    "darkchild88-x402-money-farm": {
      "command": "npx",
      "args": [
        "-y",
        "x402-money-farm-mcp"
      ]
    }
  }
}
```

## 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-25 (score 70, 0)

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

### 2026-09-22 (score 70, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-21 (score 55)

First indexed and scored.

## MCP tools (6)

### `farm_catalog` (~46 tokens)

Catalogue and prices (free)

List every tool this service offers, its price and its input schema, and report whether a wallet is configured in this session. Free — no payment required. Call this before paying for anything.

### `farm_clean_text` (~113 tokens)

URL → clean text

Fetch a web page and return the main article text without navigation, ads or boilerplate, as plain text or Markdown, with title, language and word count. Use this to feed a page into a model or a RAG index. Costs $0.02 per call, paid in USDC on Base.

Input parameters:

- `format` (string): Output format. Default text.
- `max_chars` (integer): Truncate to N characters.
- `url` (string, required): Absolute http(s) URL of the page to process.

### `farm_metadata` (~88 tokens)

URL metadata

Normalised metadata for a web page: title, description, canonical URL, OpenGraph and Twitter card fields, icons, language, robots directives, author and dates. Use this for link previews, deduplication or classifying a URL. Costs $0.01 per call, paid in USDC on Base.

Input parameters:

- `url` (string, required): Absolute http(s) URL of the page to process.

### `farm_links` (~100 tokens)

Link extractor

Every link on a page, made absolute and deduplicated, split into internal and external, with anchor text, rel attributes and per-host counts. Use this to crawl, to map a site, or to find outbound references. Costs $0.01 per call, paid in USDC on Base.

Input parameters:

- `limit` (integer)
- `scope` (string)
- `url` (string, required): Absolute http(s) URL of the page to process.

### `farm_jsonld` (~105 tokens)

JSON-LD / structured data extractor

All JSON-LD blocks on a page, parsed and indexed by schema.org type, with an optional type filter and a microdata fallback. Use this to read product, price, article or event data without writing a scraper. Costs $0.01 per call, paid in USDC on Base.

Input parameters:

- `type` (string): Return only nodes of this @type, e.g. Product.
- `url` (string, required): Absolute http(s) URL of the page to process.

### `farm_fingerprint` (~127 tokens)

Page fingerprint / change detection

A stable fingerprint of a page that ignores noise like timestamps and session ids, plus a verdict on whether it changed since a previous fingerprint. Use this to watch a page without storing or diffing its HTML yourself. Costs $0.015 per call, paid in USDC on Base.

Input parameters:

- `ignore_numbers` (boolean): Treat digits as volatile (prices, counters).
- `previous` (string): Previous digest to compare against.
- `selector` (string): CSS selector to scope the fingerprint to one region.
- `url` (string, required): Absolute http(s) URL of the page to process.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/darkchild88-x402-money-farm/x402-money-farm-mcp#diagnostics

## Score history

- 2026-09-25: 70
- 2026-09-24: 70
- 2026-09-23: 70
- 2026-09-22: 70
- 2026-09-21: 55

## Common questions

### What is the io.github.Darkchild88/x402-money-farm MCP server?

io.github.Darkchild88/x402-money-farm is an MCP server listed in the public MCP registry as io.github.Darkchild88/x402-money-farm. Pay-per-call web extraction: clean text, metadata, links, JSON-LD, change detection. USDC on Base. This page covers its npm package (x402-money-farm-mcp).

### Is the io.github.Darkchild88/x402-money-farm MCP server safe to use?

io.github.Darkchild88/x402-money-farm scores 70 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. 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 io.github.Darkchild88/x402-money-farm MCP server expose?

io.github.Darkchild88/x402-money-farm exposes 6 tools: farm_catalog, farm_clean_text, farm_metadata, farm_links, farm_jsonld, farm_fingerprint. Their descriptions and schemas cost roughly 579 tokens of context every time the server is loaded.

### Is the io.github.Darkchild88/x402-money-farm MCP server still maintained?

io.github.Darkchild88/x402-money-farm is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.Darkchild88/x402-money-farm MCP server under?

io.github.Darkchild88/x402-money-farm declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/x402-money-farm-mcp
- Socket report: https://socket.dev/npm/package/x402-money-farm-mcp
- Repository: https://github.com/Darkchild88/x402-money-farm-mcp
- Changelog RSS feed: https://verifymcp.io/servers/darkchild88-x402-money-farm/x402-money-farm-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/darkchild88-x402-money-farm/x402-money-farm-mcp.json
- HTML version of this page: https://verifymcp.io/servers/darkchild88-x402-money-farm/x402-money-farm-mcp
