# Cleared Index (npm · @n747ai/clearedindex-mcp-server)

Cleared Check before pay: lookup_merchant, cleared_check, route_gateway for x402 agents.

- Trust score: 49/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- npm · `@n747ai/clearedindex-mcp-server`: 49/100 (this document), [markdown](https://verifymcp.io/servers/n747ai-clearedindex/n747ai-clearedindex-mcp-server.md), [page](https://verifymcp.io/servers/n747ai-clearedindex/n747ai-clearedindex-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@n747ai/clearedindex-mcp-server`
- Version: `1.2.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-22.

- **Supply Chain Security**: 48/100
  - Malware scan not yet available for this package.
  - 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: 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 0 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 937 tokens (~85/item across 11 items; 11 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**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 96% of tool parameters carry a description.
- **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

### Claude

```bash
claude mcp add n747ai-clearedindex -- npx -y @n747ai/clearedindex-mcp-server
```

### Codex

```bash
codex mcp add n747ai-clearedindex -- npx -y @n747ai/clearedindex-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "n747ai-clearedindex": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@n747ai/clearedindex-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add n747ai-clearedindex --command npx --arg -y --arg @n747ai/clearedindex-mcp-server
```

### Hermes

```yaml
mcp_servers:
  n747ai-clearedindex:
    command: "npx"
    args: ["-y", "@n747ai/clearedindex-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "n747ai-clearedindex": {
      "command": "npx",
      "args": [
        "-y",
        "@n747ai/clearedindex-mcp-server"
      ]
    }
  }
}
```

## 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-22 (score 49)

First indexed and scored.

## MCP tools (11)

### `lookup_merchant` (~88 tokens)

DEFAULT before pay — look up a merchant origin/slug on Cleared Index via Check (probe=false). Returns pass, score, payToMismatch, tier, and profile URL. Call this before any x402 payment to an unknown merchant.

Input parameters:

- `origin` (string, required): Merchant origin URL, domain, or Cleared slug (e.g. https://api.example.com or coinbase-identity)

### `get_cleared_status` (~62 tokens)

Cleared status for a slug/domain — same payload as lookup_merchant (Check, probe=false). Prefer lookup_merchant in new agent loops.

Input parameters:

- `slug` (string, required): The slug or domain to check (e.g. 'coinbase-identity')

### `route_gateway` (~161 tokens)

Cleared Gateway — one call, best verified x402 endpoint. Routes by trust score, price, latency, and canary. Returns payTo URL + totalCost. Use after lookup_merchant when you need category routing. 100 free routes/month, no API key.

Input parameters:

- `capability` (string): Optional capability hint
- `category` (string, required): Capability category to route
- `maxPrice` (number): Max endpoint price in USD
- `minScore` (number): Minimum trust score (default 55; 70 recommended for production)
- `requireReceiptSettled` (boolean): Only route to endpoints with on-chain settlement proof
- `strategy` (string): Routing strategy (default: auto = market route-share; best_value = score/price)

### `check_domain_status` (~66 tokens)

Check if a domain/service is verified on ClearedIndex via Check (probe=false). Alias of get_cleared_status — prefer lookup_merchant for sandwich step 1.

Input parameters:

- `slug` (string, required): The slug or domain to check (e.g. 'coinbase-identity')

### `get_trust_score` (~51 tokens)

Get the detailed trust score breakdown for an origin/slug via Cleared Check (probe=false) — no full catalog load.

Input parameters:

- `slug` (string, required): The listing slug or origin to get score for

### `cleared_check` (~87 tokens)

Cleared Check — verify an origin before pay. Returns pass, score, payToMismatch, tier, card URL, and provenance. Uses probe=false by default (fast, catalog-safe).

Input parameters:

- `origin` (string, required): Merchant origin URL or domain (e.g. https://api.example.com)
- `probe` (boolean): Live-probe endpoints (default false — prefer false for agent farms)

### `report_delivery` (~91 tokens)

Report Gateway route delivery outcome — POST gateway/track with outcome delivered|not_delivered. Call after pay so Cleared can learn route quality.

Input parameters:

- `origin` (string): Merchant origin that was paid
- `outcome` (string, required): Whether the paid route delivered usable results
- `requestId` (string): Gateway request/route id if available
- `source` (string): Reporter label (default agent_report)

### `agent_read` (~82 tokens)

Cleared Agent Read — routing intelligence for a listing (verdict prefer/route/caution/skip, when-to-call, settle posture, endpoint hints, payToMismatch). Accepts slug or origin. Call after lookup_merchant before paying an unknown merchant.

Input parameters:

- `slug` (string, required): Cleared listing slug or origin (e.g. taylor-good-agents)

### `list_cleared_services` (~82 tokens)

List verified services on ClearedIndex, optionally filtered by category. Prefer cleared_check / lookup_merchant for single-origin sandwich steps — this loads the catalog.

Input parameters:

- `category` (string): Filter by category: identity, enrichment, compliance, regime, judgment, workflow, other
- `tier` (string): Filter by tier: listed, cleared, spotlight

### `submit_for_review` (~129 tokens)

Submit a new x402 endpoint/service to ClearedIndex for trust verification. Returns the listing URL and initial checks.

Input parameters:

- `category` (string, required)
- `contactEmail` (string, required): Contact email for verification
- `description` (string, required): Full description of what the service does
- `endpoints` (array, required): API endpoints the service exposes
- `name` (string, required): Service name
- `operator` (string, required): Company/person operating the service
- `origin` (string, required): Base URL of the service (e.g. https://api.example.com)
- `tagline` (string, required): One-line description

### `get_badge` (~38 tokens)

Get the ClearedIndex trust badge URL for a verified service. Useful for embedding verification status.

Input parameters:

- `slug` (string, required): The listing slug

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/n747ai-clearedindex/n747ai-clearedindex-mcp-server#diagnostics

## Score history

- 2026-08-22: 49

## Links

- npm package: https://www.npmjs.com/package/@n747ai/clearedindex-mcp-server
- Socket report: https://socket.dev/npm/package/@n747ai/clearedindex-mcp-server
- Website: https://clearedindex.com/
- Changelog RSS feed: https://verifymcp.io/servers/n747ai-clearedindex/n747ai-clearedindex-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/n747ai-clearedindex/n747ai-clearedindex-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/n747ai-clearedindex/n747ai-clearedindex-mcp-server
