# Blockquote — AI citability audit

Blockquote scores a public URL from 0 to 100.
The score says how likely an AI assistant is to cite the page.
Every failed check ships with a fix you can paste.

## What a scan reports

- One score, weighted across schema, structure and citability.
- A verdict for each of the 34 checks, with the evidence it read.
- Copy-paste fixes, generated JSON-LD included.
- A check that does not apply to the page is marked N/A and left out of the score.

## Call it as an agent

- MCP server: `https://mcp.blockquote.io/mcp` (Streamable HTTP). Call `start_scan`, then `get_scan`.
- REST: `POST /api/v1/scan` starts a scan, `GET /api/v1/scan/{id}` reads it.
- Send `Accept: text/markdown` to `GET /api/v1/scan/{id}` for the report as one Markdown document.
- OpenAPI 3.1: https://blockquote.io/api/v1/openapi.json, with a reference UI at https://blockquote.io/api/v1/docs

## Read next

- [llms.txt](https://blockquote.io/llms.txt) — what Blockquote does, when to use it, and how to call it
- [Check catalog](https://blockquote.io/checks) — every check, what it measures and the fix
- [How to make a page LLM-friendly](https://blockquote.io/llm-friendly) — the method behind the score
- [Developer resources](https://blockquote.io/developers) — API keys, quickstart and the sandbox limits
- [Official plugin, skills, and SDKs](https://github.com/ArneFfm/blockquote-agents)
- [Python SDK and CLI on PyPI](https://pypi.org/project/blockquote-agents/) — install with `pip install blockquote-agents`
- [AI agent setup](https://blockquote.io/docs/ai-agents) — connect an MCP client
- [Pricing](https://blockquote.io/pricing.md) — plans, limits and prices
- [Sitemap](https://blockquote.io/sitemap.xml) — every indexable page

This document is the Markdown representation of https://blockquote.io/.
The same address answers HTML to a caller that asks for HTML.
