rtblint

aleksUIX/rtblint
★ 1 stars Rust Code/Dev Tools Updated 2d ago
OpenRTB linter: validates OpenRTB 2.x bid requests and bid responses against versioned IAB spec snapshots. Rust core, CLI, npm/WASM, MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rtblint": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rtblint"
      ]
    }
  }
}

README Excerpt

**OpenRTB linter.** Validates OpenRTB 2.x bid requests and bid responses against versioned IAB Tech Lab spec snapshots, from 2.0 through the monthly 2.6 releases (currently up to 2.6-202606). Website and playground: [rtblint.org](https://rtblint.org) - Malformed JSON and wrong top-level shape - Required fields, including required non-empty arrays

Topics

ad-techadtechlintermcpmcp-serveropenrtbopenrtb-validatorprogrammatic-advertisingrtbrustvalidator