# uk.co.cardmachinepricing/uk-card-machine-pricing (npm · @ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp)

Card Machine Pricing: the printed in-person transaction rate, read from providers (read...

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

## Components

- npm · `@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/uk-co-cardmachinepricing-uk-card-machine-pricing/ellul-estate-cardmachinepricing-co-uk-uk-card-machine-pricing-mcp.md), [page](https://verifymcp.io/servers/uk-co-cardmachinepricing-uk-card-machine-pricing/ellul-estate-cardmachinepricing-co-uk-uk-card-machine-pricing-mcp)

## Channel facts

- Registry: `npm`
- Package: `@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp`
- Version: `1.0.0`
- 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-20.

- **Supply Chain Security**: 98/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 97 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 9 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 86/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).
  - Tool/resource definitions use about 471 tokens (~58/item across 8 items; 7 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 73/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 20% 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 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 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.

## Install

### How do I install the uk.co.cardmachinepricing/uk-card-machine-pricing MCP server?

uk.co.cardmachinepricing/uk-card-machine-pricing runs locally as an npm package, launched with npx -y @ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-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 uk-co-cardmachinepricing-uk-card-machine-pricing -- npx -y @ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "uk-co-cardmachinepricing-uk-card-machine-pricing": {
      "command": "npx",
      "args": [
        "-y",
        "@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "uk-co-cardmachinepricing-uk-card-machine-pricing": {
      "command": "npx",
      "args": [
        "-y",
        "@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add uk-co-cardmachinepricing-uk-card-machine-pricing -- npx -y @ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "uk-co-cardmachinepricing-uk-card-machine-pricing": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add uk-co-cardmachinepricing-uk-card-machine-pricing --command npx --arg -y --arg @ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp
```

### Hermes

```yaml
mcp_servers:
  uk-co-cardmachinepricing-uk-card-machine-pricing:
    command: "npx"
    args: ["-y", "@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "uk-co-cardmachinepricing-uk-card-machine-pricing": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add uk-co-cardmachinepricing-uk-card-machine-pricing -t stdio -c npx -a -y @ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp
```

### Other

```json
{
  "mcpServers": {
    "uk-co-cardmachinepricing-uk-card-machine-pricing": {
      "command": "npx",
      "args": [
        "-y",
        "@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-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-19 (score 69, +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-18 (score 68, +3)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-12 (score 65, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-10 (score 50)

First indexed and scored.

## MCP tools (7)

### `dataset_columns` (~39 tokens)

Dataset columns and shape

The columns, which of them are numeric, the row count and the provenance banner of the Card Machine Pricing dataset. Call this first to learn the schema.

### `dataset_search` (~51 tokens)

Search the dataset

Rows of the Card Machine Pricing dataset whose cells contain the query (case-insensitive), up to 50.

Input parameters:

- `limit` (integer)
- `query` (string, required): text to look for in any cell

### `dataset_row` (~42 tokens)

Look a row up by an exact key

The rows of the Card Machine Pricing dataset where a column equals a value exactly (case-insensitive).

Input parameters:

- `column` (string, required)
- `value` (string, required)

### `dataset_compare` (~52 tokens)

Compare rows side by side

The rows of the Card Machine Pricing dataset whose column is any of the given values, in the order given — for "X vs Y" questions.

Input parameters:

- `column` (string, required)
- `values` (array, required)

### `dataset_stats` (~54 tokens)

Summary statistics for a numeric column

count, min, max, mean, median and sum of a numeric column of the Card Machine Pricing dataset (grouping commas and currency are handled; non-numeric rows are excluded and counted).

Input parameters:

- `column` (string, required)

### `dataset_top` (~65 tokens)

Rank rows by a numeric column

The highest (or lowest) rows of the Card Machine Pricing dataset by a numeric column — "which is the most/least X".

Input parameters:

- `ascending` (boolean): true for the lowest first; default highest first
- `column` (string, required)
- `limit` (integer)

### `dataset_provenance` (~39 tokens)

Where this data comes from, and how to cite it

The source, the date it was computed, the licence and the citation for the Card Machine Pricing dataset. Read this to attribute a figure correctly.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/uk-co-cardmachinepricing-uk-card-machine-pricing/ellul-estate-cardmachinepricing-co-uk-uk-card-machine-pricing-mcp#diagnostics

## Score history

- 2026-09-20: 69
- 2026-09-19: 69
- 2026-09-18: 68
- 2026-09-17: 65
- 2026-09-16: 65
- 2026-09-15: 65
- 2026-09-14: 65
- 2026-09-13: 65
- 2026-09-12: 65
- 2026-09-11: 50
- 2026-09-10: 50

## Common questions

### What is the uk.co.cardmachinepricing/uk-card-machine-pricing MCP server?

uk.co.cardmachinepricing/uk-card-machine-pricing is an MCP server listed in the public MCP registry as uk.co.cardmachinepricing/uk-card-machine-pricing. Card Machine Pricing: the printed in-person transaction rate, read from providers (read... This page covers its npm package (@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp).

### Is the uk.co.cardmachinepricing/uk-card-machine-pricing MCP server safe to use?

uk.co.cardmachinepricing/uk-card-machine-pricing scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 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 uk.co.cardmachinepricing/uk-card-machine-pricing MCP server expose?

uk.co.cardmachinepricing/uk-card-machine-pricing exposes 7 tools: dataset_columns, dataset_search, dataset_row, dataset_compare, dataset_stats, and 2 more. Their descriptions and schemas cost roughly 342 tokens of context every time the server is loaded.

### Is the uk.co.cardmachinepricing/uk-card-machine-pricing MCP server still maintained?

uk.co.cardmachinepricing/uk-card-machine-pricing 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.

### What licence is the uk.co.cardmachinepricing/uk-card-machine-pricing MCP server under?

uk.co.cardmachinepricing/uk-card-machine-pricing 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/@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp
- Socket report: https://socket.dev/npm/package/@ellul-estate/cardmachinepricing-co-uk-uk-card-machine-pricing-mcp
- Website: https://cardmachinepricing.co.uk/
- Changelog RSS feed: https://verifymcp.io/servers/uk-co-cardmachinepricing-uk-card-machine-pricing/ellul-estate-cardmachinepricing-co-uk-uk-card-machine-pricing-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/uk-co-cardmachinepricing-uk-card-machine-pricing/ellul-estate-cardmachinepricing-co-uk-uk-card-machine-pricing-mcp.json
- HTML version of this page: https://verifymcp.io/servers/uk-co-cardmachinepricing-uk-card-machine-pricing/ellul-estate-cardmachinepricing-co-uk-uk-card-machine-pricing-mcp
