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 toolsRead 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… 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.
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. 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. 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 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 Check — verify an origin before pay. Returns pass, score, payToMismatch, tier, card URL, provenance, nextAction (route_gateway + fee on PASS), and defaultNextTool=route_gateway. Uses probe=false by default (fast, catalog-safe). ALWAYS call route_gateway next on PASS before pay.
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 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 Pro Stripe.
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… 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 txHash). Call after lookup_merchant / cleared_check.
get_badge
from source
Get the ClearedIndex trust badge URL for a verified service. Useful for embedding verification status. 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. 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. 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… 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_KEY (Gateway Pro).
lookup_merchant
from source
Legacy alias of check — look up a merchant on Cleared Index. Prefer check in new agent loops. 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. 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. 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. 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. 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. 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. Step 3 — After pay, Witness the USDC settlement txHash. Returns Cleared attestation receipt URL.
witness_settlement
from source