# io.github.smartflowproai-lang/verify (npm · smartflow-verify-mcp)

Independent x402 observatory on Base. Sealed decomposition + endpoint audits paid over x402 itself.

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

## Components

- npm · `smartflow-verify-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/smartflowproai-lang-verify/smartflow-verify-mcp.md), [page](https://verifymcp.io/servers/smartflowproai-lang-verify/smartflow-verify-mcp)

## Channel facts

- Registry: `npm`
- Package: `smartflow-verify-mcp`
- Version: `0.1.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-08-18.

- **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.
  - 30 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 8 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 554 tokens (~184/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**: 30/100
  - Stability observed for 9 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 smartflowproai-lang-verify -- npx -y smartflow-verify-mcp
```

### Codex

```bash
codex mcp add smartflowproai-lang-verify -- npx -y smartflow-verify-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "smartflowproai-lang-verify": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "smartflow-verify-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add smartflowproai-lang-verify --command npx --arg -y --arg smartflow-verify-mcp
```

### Hermes

```yaml
mcp_servers:
  smartflowproai-lang-verify:
    command: "npx"
    args: ["-y", "smartflow-verify-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "smartflowproai-lang-verify": {
      "command": "npx",
      "args": [
        "-y",
        "smartflow-verify-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-08-18 (score 68, +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-17 (score 67, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-11 (score 63, +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 61)

First indexed and scored.

## MCP tools (3)

### `get_network_decomposition` (~153 tokens)

x402 growth, decomposed (free)

FREE, read-only. Integrity-sealed decomposition of x402 payment growth on Base from SmartFlow Observatory's independent ledger of USDC micro-transfers: how much of the headline volume is wash / self-dealing / clone-fleet activity vs bundler plumbing vs the organic clean core. Returns the full dataset plus `seal_verified` (this client recomputes the SHA-256 seal locally, recipe included in the response) and `data_age_hours`. Use this BEFORE trusting any headline x402 volume figure. Caveats: data refreshes roughly daily (check `data_age_hours`); figures reflect the observatory's ingest time, so the most recent ~1h of activity may be under-represented.

### `order_endpoint_audit` (~244 tokens)

Order a $199 x402 endpoint audit

Creates a PAYABLE ORDER for a $199 signed, human-reviewed audit of an x402 endpoint or receiving wallet (wash-share, payer concentration, demand dispersion, attribution), delivered by email within 24h of payment. COST: calling this tool is free and moves NO funds. It returns an x402 `exact`-scheme payment challenge (HTTP 402) with a per-order UNIQUE USDC amount on Base, plus plain-language payment instructions and the order id. The purchase only happens if you (or your operator) then pay the EXACT quoted amount to the quoted address; do not round it. This is a real $199 purchase; confirm with your operator if your spend policy requires it. Unpaid orders are harmless and expire on their own within 24h. After paying, poll get_audit_order_status with the order id; if a payment submission times out, poll status BEFORE paying again. Never pay the same order twice.

Input parameters:

- `email` (string, required): Email address to deliver the signed audit report to.
- `target` (string, required): What to audit: an x402 endpoint URL (https://...) or a receiving wallet address (0x...).

### `get_audit_order_status` (~157 tokens)

Check audit order status (free)

FREE, read-only. Poll the status of an audit order created with order_endpoint_audit. Status `pending_payment` means the exact-amount USDC payment has not been detected yet; `paid: true` confirms your x402 payment was matched; a delivered state means the signed report was emailed. Caveats: payment detection reads Base USDC transfer logs and can lag a few minutes behind the chain. If you just paid the exact amount, wait 2-5 minutes and poll again before assuming a problem. Unpaid orders expire within 24h.

Input parameters:

- `order_id` (string, required): The order id returned by order_endpoint_audit, e.g. aud_2e4270db0cc840c3.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/smartflowproai-lang-verify/smartflow-verify-mcp#diagnostics

## Score history

- 2026-08-18: 68
- 2026-08-17: 67
- 2026-08-16: 63
- 2026-08-15: 63
- 2026-08-14: 63
- 2026-08-13: 63
- 2026-08-12: 63
- 2026-08-11: 63
- 2026-08-10: 61
- 2026-08-09: 61

## Links

- npm package: https://www.npmjs.com/package/smartflow-verify-mcp
- Socket report: https://socket.dev/npm/package/smartflow-verify-mcp
- Website: https://verify.smartflowproai.com/
- Changelog RSS feed: https://verifymcp.io/servers/smartflowproai-lang-verify/smartflow-verify-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/smartflowproai-lang-verify/smartflow-verify-mcp.json
- HTML version of this page: https://verifymcp.io/servers/smartflowproai-lang-verify/smartflow-verify-mcp
