How to buy this listing — with or without a wallet
how_to_buyFree, no wallet needed. Returns whether the listing is for sale, its latest version and new-buyer price, the listing page a person can buy on with a browser wallet, the step-by-step skill an agent with a wallet follows, the raw x402 endpoint, and this server's URL. If you cannot sign transactions, answer the person with without_a_wallet; if you can, follow with_a_wallet or call purchase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The listing slug, e.g. `humanizer`. | |
| owner | Yes | The creator handle, e.g. `adrian`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| owner | Yes | ||
| latest | Yes | ||
| status | Yes | ||
| mcp_url | Yes | ||
| for_sale | Yes | False when retired or when no release has passed the scan; then nothing here can be bought. | |
| price_usd | Yes | The same price as dollars, the way the site prints it: `$9`, `$9.50`, `$0`. | |
| skill_url | Yes | The full buying procedure, as an Agent Skill. Hand this to an agent that has a wallet. | |
| listing_url | Yes | The page. Server-rendered; readable as markdown with `Accept: text/markdown`. | |
| price_micro | Yes | Micro-USDC for a new buyer. `9000000` is $9. A wallet that already owns a version is quoted less by `check_version`. | |
| manifest_url | Yes | The free public manifest: tree, licence, dependencies, scan. | |
| with_a_wallet | Yes | What an agent that can sign EIP-3009 should do. | |
| without_a_wallet | Yes | What to tell a person when you cannot sign. | |
| resource_endpoint | Yes | The x402 endpoint. GET it to receive the 402; pay it to receive the download. | |
| update_price_micro | Yes | `0` means updates are included for life once bought (FR-16). |