iab-deals-mcp-server

Hypermindz-AI/iab-deals-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
IAB Deals API MCP Server - Reference implementation for IAB Tech Lab Agentic Task Force
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "iab-deals-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Hypermindz-AI/iab-deals-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP Server implementing IAB Deals API v1.0 for programmatic deal management. This MCP server provides tools for managing programmatic advertising deals following the [IAB Deals API specification](https://iabtechlab.com/standards/deals-api/). It enables AI agents to create, manage, and monitor deals across DSPs and SSPs.