Blockquote

Audit public HTTPS pages for AI citability.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Start Scan: Scan a public HTTPS URL for AI citability (0-100 score + fixes). Returns a scanId immediately; poll get_scan until status is done. A fresh cached report (< 24h) returns as done at once. re
  • Get Scan: Fetch a scan by id. view 'summary' (default) returns score, category scores, and the top recommendations; 'markdown' returns the WHOLE report as one Markdown document (all checks, evidence,
  • List Checks: The catalog of every check a scan runs, with what it measures and why it matters. Categories and weights: schema 40%, structure 30%, citability 30%.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Audit public HTTPS pages for AI citability. Start scans, read reports and fixes, compare results, and explore the check catalog. Anonymous access supports limited free scans and public reports. Paid API keys unlock account quotas and monitoring. Documentation: https://blockquote.io/docs/ai-agents

Список инструментов сервера (9)

Технические названия из tools/list. Нужны только разработчикам.

start_scanScan a public HTTPS URL for AI citability (0-100 score + fixes). Returns a scanId immediately; poll get_scan until status is done. A fresh cached report (< 24h) returns as done at once. refresh: true skips the cache and needs an API key.
get_scanFetch a scan by id. view 'summary' (default) returns score, category scores, and the top recommendations; 'markdown' returns the WHOLE report as one Markdown document (all checks, evidence, and fix payloads — the best input for analysis); 'full' returns the complete report JSON. A caller with no API key gets one full fix; the rest keep their titles and are locked. A bearer API key applies the caller's own account and plan.
list_checksThe catalog of every check a scan runs, with what it measures and why it matters. Categories and weights: schema 40%, structure 30%, citability 30%.
explain_checkWhat a specific check measures, why it matters for AI citation, and the typical fix. Use the checkId from a report or from list_checks.
get_accountPlan, limits, and scans used today/this month for the API key in the Authorization header. Requires a bearer key (bq_…) — create one at https://blockquote.io/account.
compare_scansWhat changed between two finished scans of the same page: score and per-category deltas, every check whose verdict flipped, and recommendations split into resolved, new and still open. Name the pair with from (the older, baseline scan) and to (the newer one), or pass url to compare that page's two newest stored scans. view 'markdown' returns the same comparison as one Markdown section. Replaces fetching two full reports and diffing them yourself.
list_monitorsThe URLs this account re-scans weekly, each with its last score and run time, plus the monitor allowance of the account's plan, returned as `limit`. Requires a bearer key (bq_…).
add_monitorAdd a public HTTPS URL to this account's weekly re-scan. Monitoring needs a paid plan; on the free plan, or at the plan's cap, the call is refused with the reason — the cap refusal names the allowance. Requires a bearer key (bq_…).
remove_monitorRemove one monitor by its id, from list_monitors. Weekly re-scans of that URL stop; the reports it already produced stay readable. Requires a bearer key (bq_…).