← vividads.com.au
INDIVIDUAL MCP TOOL
vivid_check_artwork
Check whether a customer's artwork PDF is print-ready BEFORE they order — powered by Vivid's own production preflight engine.
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 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.vivid-ads]
url = "https://agent.vividads.com.au/api/ucp/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vivid-ads": {
"type": "http",
"url": "https://agent.vividads.com.au/api/ucp/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vivid-ads
Remote MCP URL: https://agent.vividads.com.au/api/ucp/public/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": {
"vivid-ads": {
"url": "https://agent.vividads.com.au/api/ucp/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vivid-ads": {
"type": "http",
"url": "https://agent.vividads.com.au/api/ucp/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vivid-ads",
"transport": "streamable-http",
"url": "https://agent.vividads.com.au/api/ucp/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
vivid_search— Search the Vivid Ads catalogue by product name, category, or intended use (e.vivid_recommend— Recommend Vivid Ads signage for a goal + business type (real Australian signage: pull-up banners, A-frames, corflute, fabric banners, flags, media walls).vivid_cross_sell— Suggest relevant, NON-pushy add-on products to round out a customer's order — 1–2 genuinely useful companions with a reason.vivid_support_answer— Answer a customer's support / FAQ question in Vivid Ads' voice, grounded in the team's real support history + verified policy.vivid_product— Get a product's FULL real option schema (all dimensions, not just size) so you can configure it correctly before pricing/ordering.vivid_price— Calculate the current price for an EXACT product configuration.vivid_delivery_quote— EXACT delivery/freight cost to an Australian postcode for a product configuration — the SAME live rates the vividads.vivid_request_quote— Email the customer a formal QUOTATION.