shelf-smoke — url smoke / headless QA MCP server
url smoke / headless QA: desktop+phone → pass/fail JSON. MCP shelf.kymac.co
Little public usage data yet
Reviews
Write oneNobody has reviewed shelf-smoke — url smoke / headless QA yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
shelf-smoke — url smoke / headless QA tools (12)
write = sends, deletes, buys or postscheckout_creditsFreeStripe TEST PaymentIntent for a pack (POST /credits/checkout). Intent only — returns credits_pending; credits are not granted or spendable until confirm_credits succeeds. Requires a caller key.
confirm_creditsFreeConfirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm). This is when credits become granted/spendable (appends credit.purchase with credits_added). TEST only.
credit_balanceFreeDerived prepaid balance for this caller_id (GET /credits/balance).
credit_eventsFreeAppend-only Ledger events for this caller_id (GET /credits/events): credit.grant (first_key), credit.purchase, credit.debit, optional credit.balance_snapshot.
healthFreePublic readiness (GET /health): billing (test|live|gated) and runner_ready. No key.
issue_keyFreeMint a caller key (POST /keys). Bot install starts at GET https://shelf.kymac.co/llms.txt (sole advertised entry). Secret ssm_… is returned once. Prefer Authorization: Bearer; X-API-Key is an alias. First issue grants 1 free credit (credit.grant reason=first_key). Quote cost with quote_credits before smoke.
list_credit_packsFreePrepaid TEST packs (GET /credits/packs). checkout_credits is intent only; credits grant after confirm_credits.
quote_creditsFreeDry-run cost for an op without debit (GET /credits/quote?op=smoke). Returns cost, balance, and would_succeed.
revoke_keyFreeInvalidate the presented secret (POST /keys/revoke). Same id is revoked; old secret then fails 401 invalid_api_key. Prefer Authorization: Bearer; X-API-Key is an alias only. No ops file-edit.
rotate_keyFreeReplace the presented secret (POST /keys/rotate). Same id/caller_id and credits. New ssm_… is returned once. Old secret then fails 401 invalid_api_key. Prefer Authorization: Bearer; X-API-Key is an alias only. No ops file-edit.
smokeFreeHeadless smoke (POST /smoke). Install via GET https://shelf.kymac.co/llms.txt only. Prefer Authorization: Bearer; X-API-Key is an alias. Golden URL https://example.com/ — compare ok true/false JSON in llms.txt. First key includes 1 free credit. Quote first with quote_credits (no debit). Debits 1 credit on ok:true (credit.debit reason=smoke_success). 200 bodies include credits_burned and credits_remaining. HTTP fails use code/message/retryable/next (error aliases message). 401 next=refresh key. 402: code=insufficient_credits, retryable=false, next=buy credits. Retryable fails use next=retry.
verify_keyFreeConfirm SHELF_SMOKE_API_KEY or Authorization: Bearer (GET /keys/verify). X-API-Key is an alias only. Does not echo the secret.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 626ms20/20
- Tool poisoning12 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http shelf-smoke https://shelf.kymac.co/mcp
shelf-smoke — url smoke / headless QA: common questions
- Is shelf-smoke — url smoke / headless QA MCP server safe?
- With care: it is graded C, so read the findings first (67/100). Read the shelf-smoke — url smoke / headless QA safety report
- How do I install shelf-smoke — url smoke / headless QA?
- It runs remotely at shelf.kymac.co. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does shelf-smoke — url smoke / headless QA need an API key?
- Yes. The registry entry asks for
Authorization,X-API-Key. - Is shelf-smoke — url smoke / headless QA maintained?
- The latest release is v0.3.0.
- Is shelf-smoke — url smoke / headless QA up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.