# RTB House setup

> Connect RTB House to Claude, ChatGPT, Codex or any MCP client, what to ask it once it is connected, and the 7 tools behind the answers.

[Guides](https://www.getmcpads.com/guides)

## For you

Advertisers, campaigns, attribution-aware reporting, creatives and product offers.

## Connect it

1. Open the dashboard and choose this platform.
2. Enter your RTB House email and password, then choose your advertisers. Credentials are stored encrypted. For accounts with two-factor authentication, choose the API token option.
3. Tick the accounts to expose. Nothing is readable until you do.
4. Paste the endpoint into your assistant, or use the shared one for every platform at once.

RTB House on its own endpoint

```text
https://mcp.getmcpads.com/rtb-house/mcp
```

## What to ask

```text

```

## What answers each one

| Question | Tools |
| --- | --- |

## What it can change

Pause or activate a campaign or the entire advertiser. Previews include the current status and affected scope. Campaign creation and budget changes are not exposed by the documented API.

> **Warning** 2 write tools, absent from the tool list on the Free plan. Each one previews by default and needs a second call with confirm before anything changes.

- [RTB House reference](https://www.getmcpads.com/docs/sources/rtb-house): All 7 tools, with their parameters.
- [Metrics](https://www.getmcpads.com/docs/sources/rtb-house/metrics): 28 metrics you can request.
- [Dimensions](https://www.getmcpads.com/docs/sources/rtb-house/dimensions): 18 dimensions and report attributes.
- [Skills](https://www.getmcpads.com/skills): 0 operating procedures use this source.

## For your agent

|  |  |
| --- | --- |
| Platform id | `rtb_house` |
| Tool prefix | `rtb_house_` |
| Account parameter | `advertiserId` |
| Dedicated endpoint | https://mcp.getmcpads.com/rtb-house/mcp |
| Tools | 7, 2 of which write |
| Announced by default | `rtb_house_get_advertiser`, `rtb_house_get_campaigns` |
| Metrics | 28, see /docs/sources/rtb-house/metrics |
| Dimensions | 18, see /docs/sources/rtb-house/dimensions |

## Scope requested from the platform

TikTok does not pass permissions through the authorization URL. They are attached to the app in Business Center and shown to the advertiser when access is granted.

## Reaching a tool that is not announced

```text
search_tools({ task: "..." })      find it
describe_tool({ name: "..." })     read its schema
run_tool({ name, args })           execute, with the same checks
```

## What will refuse you

- An account not ticked by the owner. Call `list_accounts` and use a `advertiserId` from it.
- A write on a plan without writes. The tool is absent from the list and refused if called anyway.
- A write without `confirm: true` returns a preview and applies nothing. That is not an error.
- A call to this platform on another platform's dedicated endpoint. The refusal names the URL that serves it.

## Questions this source answers

| Question | Tools, in order |
| --- | --- |

---

This page as HTML: https://www.getmcpads.com/guides/sources/rtb-house
Every page under /guides and /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
