← trillboards.com
INDIVIDUAL MCP TOOL
get_billing_status
Check current billing status including whether billing is set up, credit balance, Stripe customer ID, and payment method status.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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).record_impression— Record a single ad impression from a device.