PluginBench
MCP Server
Active
Apache-2.0

RTBlint MCP Server

io.github.aleksUIX/rtblint

What is the RTBlint MCP server?

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

How to install RTBlint

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rtblint": {
      "url": "https://rtblint.org/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rtblint": {
      "serverUrl": "https://rtblint.org/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rtblint": {
      "type": "http",
      "url": "https://rtblint.org/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "rtblint": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://rtblint.org/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http rtblint https://rtblint.org/mcp

Related MCP servers

VASTlint

Active

Validate VAST, VMAP, and DAAST ad tags against IAB specs. 228 rules, pure Rust core.

14
Rust
View repository →