Labsco
MCP SERVER

Supership Scan

by andysalvo

Search the indexed x402 economy for a service, fetch from any of its sources across chains without holding that chain's token, and scan a local directory for exposed secrets before shipping.

Payments, Billing & SubscriptionsVerified
Summary
Not needing the target chain's token is the thing that makes cross-chain procurement usable rather than theoretical.

The normal blocker for paying an x402 service on a chain you do not use is acquiring that chain's token first — a bridging exercise that costs more attention than the service is worth. Abstracting it removes the reason most cross-chain purchases never happen. The directory scanner sitting in the same server is an odd pairing on the face of it, and the connective logic is 'check before you ship' — reasonable, though it means attaching a payments server to get a secret scanner or the reverse. Worth being deliberate: procure spends money, and scan_directory reads your local filesystem.

What it is

An x402 procurement client with a security scanner attached: search the indexed service economy, fetch from a source on any supported chain, list what is procurable, and check a local directory before release.

What you get
  • manifest searches the indexed x402 economy for the data or service you need.
  • procure fetches from any x402 source across Base, Solana or Polygon without the caller holding that chain's token — the cross-chain settlement is handled rather than delegated.
  • list_catalog enumerates what is procurable across substrates, including real-time market data among the categories.
  • scan_directory checks a local directory for security problems including exposed secrets, framed as a pre-ship check.
Requirements

Procurement spends across x402, though the chain-token requirement is abstracted away.