Developer quickstart

Connect AI agents to Viomba's attention intelligence workflow.

One remote MCP endpoint. Add it to any compatible client, authorize, and start calling attention tools immediately.

import asyncio
from mcp import ClientSession
from mcp.client.streamable_http import streamablehttp_client

async def main():
    async with streamablehttp_client("https://mcp.viomba.com") as (read, write, _):
        async with ClientSession(read, write) as session:
            await session.initialize()
            # List available Viomba tools
            tools = await session.list_tools()
            print([t.name for t in tools.tools])

asyncio.run(main())

Free accounts include 200 AC after email verification. Need a larger test bench? Contact us →

Endpoint

One remote MCP endpoint across compatible clients.

Add the server URL to any MCP-compatible client. No local server to run, no SDK required unless you are building a custom integration.

Server URL
import asyncio
from mcp import ClientSession
from mcp.client.streamable_http import streamablehttp_client

async def main():
    async with streamablehttp_client("https://mcp.viomba.com") as (read, write, _):
        async with ClientSession(read, write) as session:
            await session.initialize()
            # List available Viomba tools
            tools = await session.list_tools()
            print([t.name for t in tools.tools])

asyncio.run(main())

The website itself cannot access a visitor's MCP tools. Visitors must connect the endpoint in their own MCP-compatible client.

Compatible clients

  • VS Code / GitHub Copilot
  • Cursor / Windsurf / Cline
  • Claude Desktop
  • ChatGPT
  • Manus
  • Zed
  • n8n
  • mcp-cli

Tool groups

Available tools, AC costs, and what each group is for.

All tools are accessible from the same endpoint. Use this reference to plan which tools your integration needs and what each call will cost.

4 tools

Viomba attention analytics: display, social, video

Launch-ready analytics tools for measurement-led workflows. Use the AC amount beside each tool to estimate credit needs for creative scoring, heatmaps, and video diagnostics before purchasing a pack or routing work through Enterprise.

viomba_ad_slicer8 AC
viomba_creative_prediction40 AC
viomba_heatmap_prediction35 AC
viomba_analyze_video75 AC

2 tools

Ad generation: display, social, video

Creative-building tools cost more AC than analytics because they generate or refine assets. These remain available in Pro and Enterprise accounts.

viomba_generate_creative75 AC
viomba_refine_creative40 AC

1 tools

High-Attention campaign scripts: display

Cost-efficient ad-on-placement level high-attention campaign scripts for planning and DSP/SSP activations (for Fixed Deals and RTB). Open here to learn more details

viomba_generate_site_map25 AC
Open details

High-Attention Campaign Scripts for News Media Display

DSP and SSP specific high attention campaign scripts that optimize ad trafficking and serving down to the site section, ad placement, and device type. Powered by news media domain attention data, covering programmatic Fixed Deals and RTB.

Generate production ready trafficking configurations for your chosen DSP or SSP. Each script tells your adops team exactly how to traffic and serve a given creative across a given domain on a given device: which site sections carry the highest attention, which ad placements within those sections to weight, how to configure the trafficking for maximum attention capture. No translation work, no judgment calls, no manual research. The script deploys.

Granularity: one script per domain, per creative, per device, per DSP or SSP. Calculations run against Viomba's news media domain attention dataset, built on 10+ years of Tobii infrared eye tracking fixation data and scored at the IAB/MRC highest methodology tier.

Use it for media planning and DSP/SSP activation across Fixed Deals and RTB. Works for single market campaigns and for multi market campaigns across Europe, UK, and US.

Freshness note. News media attention patterns evolve continuously. Site sections change, attention shifts with news cycles, new high attention placements emerge as others lose ground. Each generated script is timestamped and reflects the attention landscape at the moment of generation. Refresh recommended every 30 days for active campaigns, every 60 days for evergreen brand campaigns. Subscribers get ongoing access to fresh attention intelligence: refresh your scripts as patterns evolve to keep optimization lift compounding across campaign flights.

Cookie choices

We use essential cookies and local storage to operate this site. Optional analytics cookies are used only if you explicitly accept them. You can deny optional cookies and continue using the site. Read our Privacy Policy.