← trillboards.com

INDIVIDUAL MCP TOOL

record_impression

Record a single ad impression from a device.

trillboards.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.trillboards.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for record_impression and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

trillboards.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dooh-exchange]
url = "https://api.trillboards.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dooh-exchange": {
      "type": "http",
      "url": "https://api.trillboards.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dooh-exchange
Remote MCP URL: https://api.trillboards.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dooh-exchange": {
      "url": "https://api.trillboards.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dooh-exchange": {
      "type": "http",
      "url": "https://api.trillboards.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dooh-exchange",
  "transport": "streamable-http",
  "url": "https://api.trillboards.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • register_partner — Register a new partner organization with Trillboards.
  • get_partner_info — Get information about the authenticated partner account.
  • register_device — Register or update a device in the partner's network.
  • list_devices — List all devices registered to the partner account.
  • get_device — Get detailed information about a specific device.
  • delete_device — Soft-delete a device from the partner account.
  • get_device_ads — Get current ads scheduled for a device (for testing).
  • batch_impressions — Record multiple impressions in a single request (up to 100).