Agentic Ads

by nicofains1

429 downloads
Not rated
GitHub

About

Monetize your MCP server with contextual ads. 70% revenue share for developers. 8 tools: search_ads, report_event, create_campaign, create_ad, get_analytics, update_campaign, list_campaigns, get_ad_guidelines.

Details

Author
nicofains1
Downloads
429
Categories
Other, AI

- Search relevant ads based on user context
- Report impressions, clicks, and conversions
- Create and manage advertising campaigns
- Create ad creatives
- View campaign analytics
- 70% revenue share for developers (90/10 founding program)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Agentic Ads
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install as an MCP server via npx -y agentic-ads and add the configuration to your mcpServers object. Your agent calls search_ads with the user’s context to retrieve relevant ads, and you report impressions, clicks, or conversions using report_event.

get_ad_guidelines

Get formatting guidelines for how to present sponsored ads naturally in agent responses

search_ads

Search for relevant ads matching a user intent/context. Returns ranked sponsored suggestions.

report_event

Report an ad event (impression, click, or conversion). For on-chain verified campaigns, conversions require tx_hash and chain_id.

create_campaign

Create a new advertising campaign with budget, pricing model, and objective

create_ad

Create an ad unit within an existing campaign with creative text, link, and targeting

get_campaign_analytics

Get performance metrics for a campaign (impressions, clicks, conversions, spend)

update_campaign

Update an existing campaign: modify name, objective, budget, bid, or status (pause/resume)

list_campaigns

List all campaigns for the authenticated advertiser with summary stats

get_developer_earnings

Get earnings summary for the authenticated developer: total revenue, event counts, per-campaign breakdown, and period-based earnings (24h, 7d, 30d, all-time).

register_wallet

Register a wallet address for receiving on-chain conversion payouts. Optionally provide a signature to prove ownership (EIP-191).

get_verification_status

Check the verification status of a conversion event (verified, pending, or rejected).

request_withdrawal

Request a withdrawal of earned USDC.e to your registered Base wallet. Minimum $1.00, maximum $50.00 per request. Rate limited to 1 per hour.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "agentic ads": {
            "agentic-ads": {
                "command": "npx",
                "args": [
                    "-y",
                    "agentic-ads"
                ],
                "env": {
                    "AGENTIC_ADS_API_KEY": "<YOUR_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "agentic-ads": {
        "command": "npx",
        "args": [
            "-y",
            "agentic-ads"
        ],
        "env": {
            "AGENTIC_ADS_API_KEY": "<YOUR_API_KEY>"
        }
    }
}

Agentic Ads

Monetize your MCP server with contextual, relevant ads. The first ad network built specifically for AI agents.

How it works

1. Install: npx -y agentic-ads — works as an MCP server 2. Search ads: Your agent calls search_ads with the user's context 3. Show relevant ads: Only high-relevance ads are returned (min_relevance filtering) 4. Earn revenue: Report impressions/clicks/conversions with report_event

Revenue Share

- 70% to developers / 30% platform - Founding Publisher Program: 90/10 split for first 10 publishers (3 months)

Tools

| Tool | Description | |------|-------------| | search_ads | Find relevant ads for your user's context | | report_event | Report impressions, clicks, conversions | | create_campaign | Create advertising campaigns | | create_ad | Create ad creatives | | get_analytics | View campaign performance | | update_campaign | Modify campaigns | | list_campaigns | List all campaigns | | get_ad_guidelines | Get content guidelines |

Quick Start

``json { "mcpServers": { "agentic-ads": { "command": "npx", "args": ["-y", "agentic-ads"] } } } ``

Links

- GitHub - npm - Live API
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.