# [Choose your Rebilder tools](https://rebilder.com/docs/distribution)

> Connect your website, review a page or give your assistant scanning tools. Each has a different role in improving your business information.

- **Updated:** 2026-09-08
- **Author:** Rebilder
- **Section:** Getting started
- **Description:** Connect your website, review a page or give your assistant scanning tools. Each has a different role in improving your business information.
- **Publisher:** Rebilder

## Start with the job you need to do

| Tool | What it does | Where results live |
| --- | --- | --- |
| Console | Review recorded requests, source gaps, published answers and your private business playbook. | Your authenticated organization and selected site. |
| Gateway SDK | Serve source-backed business information at your existing URLs. | Your website; request reporting is configured separately. |
| WordPress plugin | Serve posts, pages and WooCommerce products to agents requesting markdown. | Your WordPress site; reporting requires an explicitly configured key. |
| Browser extension | Review the page you are looking at. | Locally in your browser; results are not automatically synced to the Console. |
| CLI: rebilder | Check pages, compare formats and generate integration instructions. | Your terminal or an exported file; no automatic scan upload. |
| Scanner MCP server | Let your assistant call the same scanner and installation helpers. | Your machine and assistant session; not a merchant negotiation endpoint. |

## Review a page from your terminal

```
npx rebilder check https://example.com/services
npx rebilder diff https://example.com/services
npx rebilder init
```

Start with the findings and their evidence. Confirm missing facts with the business, update the source and rerun the same check. A scan measures how information is represented and retrieved; it does not prove a recommendation or sale.

Use `--format json` for automation or `--format markdown` to share a review. Installation instructions are a starting point for your stack, not an automatic connection to your account.

## Give your assistant scanning tools

Configure a local stdio MCP server in a client that supports it. Your client controls when tools run and what results it retains.

```
{
  "mcpServers": {
    "rebilder": {
      "command": "npx",
      "args": [
        "-y",
        "@rebilder/mcp-server"
      ]
    }
  }
}
```

Ask your assistant to review a public page, explain its missing information and help prepare a source-backed fix. The scanner server does not receive a Console account key and does not negotiate or transact for your business.

## Connect the website when you are ready

Open [Connections](/console/install) for your site-specific setup and verification. Developers can follow the [gateway quickstart](/docs/quickstart); WordPress owners can use the [plugin guide](/docs/adapters/wordpress).

- Connect the source information you want agents to receive.
- Check a response and confirm the information matches your source.
- Configure request reporting if you want observations in the Console.
- Review gaps, improve the source or publish an answer, then verify again.

> **Keep commercial authority explicit** A connection supplies information. It does not authorize discounts, bookings or purchases. Private value playbooks are planning notes today. Seller execution and the experimental negotiation contract are separate from these scanner and gateway tools.