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.
Overview
Agentic Ads
Monetize your MCP server with contextual, relevant ads. The first ad network built specifically for AI agents.
How it works
- Install:
npx -y agentic-ads— works as an MCP server - Search ads: Your agent calls
search_adswith the user's context - Show relevant ads: Only high-relevance ads are returned (min_relevance filtering)
- 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
{
"mcpServers": {
"agentic-ads": {
"command": "npx",
"args": ["-y", "agentic-ads"]
}
}
}
Links
Server Config
{
"mcpServers": {
"agentic-ads": {
"command": "npx",
"args": [
"-y",
"agentic-ads"
]
}
}
}