mcpserver.lol
registry/rtblint
Connection check verified live · 27h ago

rtblint

Validate OpenRTB bid requests and responses against IAB specs. ARTF, Rust core.

Tools 6
GitHub stars 2
Installs / wk
Licence Apache-2.0
Transport streamable-http
Last checked 27h ago

Tools & capabilities

6 tools

Read from the running server on 27h ago.

get_adcp_capabilities read-only extcontextprotocolsadcp_versionidempotency_keyadcp_major_version
AdCP protocol discovery. Returns the AdCP releases this agent speaks and the bid-stream conformance metrics it computes. Call this first when wiring rtblint into an agentic buying…
list_openrtb_versions read-only
List every OpenRTB version id this build can validate against, from 2.0 through the monthly 2.6 snapshots. Call this before pinning version on a validate_* tool.
validate_artf_request read-only payload*version
Validate an ARTF (IAB Tech Lab Agentic Real Time Framework) RTBRequest envelope: required members, lifecycle and payload coherence, tmax plausibility, originator and applicable_int…
validate_artf_response read-only applypayload*versionrtb_request*
Validate an ARTF RTBResponse mutation set against the RTBRequest it answers: envelope id echo, declared intent against applicable_intents, operation and payload coherence, and whet…
validate_bid_request read-only dialectpayload*profileversion
Validate an OpenRTB 2.x bid request JSON payload against a tracked spec version. Returns structured issues with rule ids, severities, and JSON paths.
validate_bid_response read-only dialectpayload*profileversionbid_request
Validate an OpenRTB 2.x bid response JSON payload against a tracked spec version. Optionally cross-validate it against the originating bid request (impid, mtype, adm markup, dealid…