The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Trillboards DOOH Advertising listing page.
Complete working examples of building a DOOH (Digital Out-of-Home) advertising agent using Trillboards APIs.
The Trillboards DOOH MCP server is available through multiple registries:
| Registry | Link |
|---|---|
| Smithery | smithery.ai/servers/trillboards/dooh-advertising |
| MCP Registry | registry.modelcontextprotocol.io |
| Direct (Streamable HTTP) | https://api.trillboards.com/mcp |
Add to your MCP config:
Connects to the Trillboards MCP server at https://api.trillboards.com/mcp/ and uses structured tool calling for pricing discovery, inventory browsing, audience analysis, and billing.
Same flow using standard HTTPS requests. Useful as a fallback or for non-MCP environments.
| Tool | Auth | Description |
|---|---|---|
get_pricing | No | Machine-readable pricing for all products |
discover_inventory | Yes | Find available ad slots and screens |
get_live_audience | Yes | Real-time audience data for a screen |
get_audience_forecast | Yes | Predict audience for a screen/time |
get_usage_summary | Yes | Current billing period usage |
get_billing_status | Yes | Billing setup status and credit balance |
setup_billing | Yes | Attach Stripe payment method |
purchase_credits | Yes | Buy credits at volume discounts |
Option A: Self-service registration (recommended for agents)
Option B: Via MCP — The agent can register itself using the register_partner tool.
Trillboards uses usage-based pricing with generous free tiers:
When free tier is exhausted, API returns 402 Payment Required with pricing details and billing setup URL.
MIT