shelf-smoke — url smoke / headless QA
url smoke / headless QA: desktop+phone → pass/fail JSON.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемСбоиНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
url smoke / headless QA: desktop+phone → pass/fail JSON. MCP shelf.kymac.co
Список инструментов сервера (12)
Технические названия из tools/list. Нужны только разработчикам.
| issue_key | Mint 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. |
| verify_key | Confirm SHELF_SMOKE_API_KEY or Authorization: Bearer (GET /keys/verify). X-API-Key is an alias only. Does not echo the secret. |
| rotate_key | Replace 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. |
| revoke_key | Invalidate 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. |
| list_credit_packs | Prepaid TEST packs (GET /credits/packs). checkout_credits is intent only; credits grant after confirm_credits. |
| checkout_credits | Stripe 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_credits | Confirm 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. |
| quote_credits | Dry-run cost for an op without debit (GET /credits/quote?op=smoke). Returns cost, balance, and would_succeed. |
| credit_balance | Derived prepaid balance for this caller_id (GET /credits/balance). |
| credit_events | Append-only Ledger events for this caller_id (GET /credits/events): credit.grant (first_key), credit.purchase, credit.debit, optional credit.balance_snapshot. |
| smoke | Headless 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 (error aliases message). 402: code=insufficient_credits, retryable=false. |
| health | Public readiness (GET /health): billing (test|live|gated) and runner_ready. No key. |