Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Cleared Index

NPM · @N747AI/CLEAREDINDEX-MCP-SERVER · SCANNED AUG 22

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

49 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security48
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 937 tokens (~85/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 96% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @n747ai/clearedindex-mcp-server

# add to Claude Code
claude mcp add n747ai-clearedindex -- npx -y @n747ai/clearedindex-mcp-server
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add n747ai-clearedindex --command npx --arg -y --arg @n747ai/clearedindex-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  n747ai-clearedindex:
    command: "npx"
    args: ["-y", "@n747ai/clearedindex-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "n747ai-clearedindex": {
      "command": "npx",
      "args": [
        "-y",
        "@n747ai/clearedindex-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Aug 26 49

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Analysed npm/@n747ai/clearedindex-mcp-server@1.2.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 95 packages
Packages resolved 95
Stale 30
Tree resolution Complete
MCP tools · 11 exposed · ~937 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
agent_read ~82

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.

NameTypeReqDescription
slugstringyesCleared listing slug or origin (e.g. taylor-good-agents)

No output schema declared.

No examples provided.

check_domain_status ~66

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.

NameTypeReqDescription
slugstringyesThe slug or domain to check (e.g. 'coinbase-identity')

No output schema declared.

No examples provided.

cleared_check ~87

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

NameTypeReqDescription
originstringyesMerchant origin URL or domain (e.g. https://api.example.com)
probebooleanLive-probe endpoints (default false — prefer false for agent farms)

No output schema declared.

No examples provided.

get_badge ~38

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

NameTypeReqDescription
slugstringyesThe listing slug

No output schema declared.

No examples provided.

get_cleared_status ~62

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

NameTypeReqDescription
slugstringyesThe slug or domain to check (e.g. 'coinbase-identity')

No output schema declared.

No examples provided.

get_trust_score ~51

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

NameTypeReqDescription
slugstringyesThe listing slug or origin to get score for

No output schema declared.

No examples provided.

list_cleared_services ~82

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

NameTypeReqDescription
categorystringFilter by category: identity, enrichment, compliance, regime, judgment, workflow, other
tierstringFilter by tier: listed, cleared, spotlight

No output schema declared.

No examples provided.

lookup_merchant ~88

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.

NameTypeReqDescription
originstringyesMerchant origin URL, domain, or Cleared slug (e.g. https://api.example.com or coinbase-identity)

No output schema declared.

No examples provided.

report_delivery ~91

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

NameTypeReqDescription
originstringMerchant origin that was paid
outcomestringyesWhether the paid route delivered usable results
requestIdstringGateway request/route id if available
sourcestringReporter label (default agent_report)

No output schema declared.

No examples provided.

route_gateway ~161

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.

NameTypeReqDescription
capabilitystringOptional capability hint
categorystringyesCapability category to route
maxPricenumberMax endpoint price in USD
minScorenumberMinimum trust score (default 55; 70 recommended for production)
requireReceiptSettledbooleanOnly route to endpoints with on-chain settlement proof
strategystringRouting strategy (default: auto = market route-share; best_value = score/price)

No output schema declared.

No examples provided.

submit_for_review ~129

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

NameTypeReqDescription
categorystringyes
contactEmailstringyesContact email for verification
descriptionstringyesFull description of what the service does
endpointsarrayyesAPI endpoints the service exposes
namestringyesService name
operatorstringyesCompany/person operating the service
originstringyesBase URL of the service (e.g. https://api.example.com)
taglinestringyesOne-line description

No output schema declared.

No examples provided.