Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

RTBlint

io.github.aleksuix/rtblint

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

Uptime
100.0%
3 direct probes · 30d
Response
161ms
last probe
Tools
6
callable
Resources
3
readable
Prompts
2
available

Tools · 6

validate_bid_request

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

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, seat, and currency…

validate_artf_request

Validate an ARTF (IAB Tech Lab Agentic Real Time Framework) RTBRequest envelope: required members, lifecycle and payload coherence, tmax plausibility, originator and applicable_intents enums, plus ful…

validate_artf_response

Validate an ARTF RTBResponse mutation set against the RTBRequest it answers: envelope id echo, declared intent against applicable_intents, operation and payload coherence, and whether each semantic pa…

list_openrtb_versions

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.

get_adcp_capabilities

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 pipeline: it declare…

Resources · 3

MCP reference

Hosted MCP endpoint, tools, and client setup.

https://rtblint.org/docs/mcp/
MCP server card

Machine-readable tool catalog for this server.

https://rtblint.org/.well-known/mcp/server-card.json
Privacy

Hosted MCP may store redacted payloads. Local rtblint-mcp over stdio does not.

https://rtblint.org/privacy/

Prompts · 2

validate_openrtb

Validate an OpenRTB bid request JSON string against a tracked IAB spec snapshot.

check_artf_mutations

Check an ARTF RTBResponse mutation set against the RTBRequest it answers before proposing it.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "rtblint": {
      "url": "https://rtblint.org/mcp",
      "transport": "streamable-http"
    }
  }
}