mcpserver.lol
registry/clearedindex
Connection check local install

clearedindex

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

Tools 19
GitHub stars
Installs / wk 1.1k
Licence
Transport stdio
Last checked never

Tools & capabilities

19 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

agent_read from source
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. Ca…
check from source
Step 1 — Is this x402 merchant safe to pay? Returns pass, score, regime-clear badge, defaultNextTool=route on PASS. Always call route next on PASS.
check_domain_status from source
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.
cleared_arena from source
Cleared Arena — boats-class repeat settle habit. Returns the forced sandwich steps (run_gate → verdict → gateway → pay → witness → repeat) for an origin.
cleared_check from source
Cleared Check — verify an origin before pay. Returns pass, score, payToMismatch, tier, card URL, provenance, nextAction (route_gateway + fee on PASS), and defaultNextTool=route_gat…
cleared_run_gate from source
Cleared Run Gate — NodeRun-class spend firewall before compute/pay. Returns allow/abort/upgrade with Check + payTo + optional spend caps. Free. On upgrade, point agents at Gateway…
cleared_verdict from source
Cleared Verdict — SwarmX-class 3-panel diligence (trust/settle/risk) before pay. Free preview by default. Set paid=true only after settling $0.10 USDC on /api/x402/verdict (or pass…
get_badge from source
Get the ClearedIndex trust badge URL for a verified service. Useful for embedding verification status.
get_cleared_status from source
Cleared status for a slug/domain — same payload as lookup_merchant (Check, probe=false). Prefer lookup_merchant in new agent loops.
get_trust_score from source
Get the detailed trust score breakdown for an origin/slug via Cleared Check (probe=false) — no full catalog load.
list_cleared_services from source
List a SAMPLE of verified services on ClearedIndex (paginated free tier). Prefer cleared_check / lookup_merchant for single-origin sandwich steps. Full catalog requires CLEARED_API…
lookup_merchant from source
Legacy alias of check — look up a merchant on Cleared Index. Prefer check in new agent loops.
regime from source
Entropy pre-settle stamp — should capital move right now? Call before check on regime/finance/compliance endpoints. Returns physicsHash + bind for witness.
report_delivery from source
Report Gateway route delivery outcome — POST gateway/track with outcome delivered|not_delivered. Call after pay so Cleared can learn route quality.
route from source
Step 2 — On PASS from check, route to best verified x402 payTo. 100 free routes/mo. Returns payTo + totalCost. Call before pay.
route_gateway from source
Legacy alias of route — Cleared Gateway: best verified x402 endpoint. Prefer route in new agent loops.
submit_for_review from source
Submit a new x402 endpoint/service to ClearedIndex for trust verification. Returns the listing URL and initial checks.
witness from source
Step 3 — After pay, Witness the USDC settlement txHash. Returns Cleared attestation receipt URL.
witness_settlement from source
Legacy alias of witness — attest x402 USDC settlement on-chain.