Agentic Ads
@nicofains1
About Agentic Ads
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentic-ads": {
"command": "npx",
"args": [
"-y",
"agentic-ads"
],
"env": {
"AGENTIC_ADS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
8Get formatting guidelines for how to present sponsored ads naturally in agent responses
Search for relevant ads matching a user intent/context. Returns ranked sponsored suggestions.
Report an ad event (impression, click, or conversion). Call this after showing a sponsored ad to the user.
Create a new advertising campaign with budget, pricing model, and objective
Create an ad unit within an existing campaign with creative text, link, and targeting
Get performance metrics for a campaign (impressions, clicks, conversions, spend)
Update an existing campaign: modify name, objective, budget, bid, or status (pause/resume)
List all campaigns for the authenticated advertiser with summary stats
Overview
What is Agentic Ads?
Agentic Ads is the first ad network built specifically for AI agents, enabling developers to monetize MCP servers by showing contextual, relevant ads. It provides tools to search ads, report events, and manage campaigns.
How to use Agentic Ads?
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.
Key features of Agentic Ads
- 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)
Use cases of Agentic Ads
- Monetize an MCP server with contextual ads
- Earn revenue from AI agent interactions
- Show relevant ads to users based on their context
- Build and manage an ad campaign from within an agent
FAQ from Agentic Ads
What is the revenue share for developers?
Developers earn 70% of ad revenue. Through the Founding Publisher Program, the first 10 publishers receive 90% for the first 3 months.
How do I install Agentic Ads?
Install it via npx -y agentic-ads and add the following to your MCP configuration: {"mcpServers":{"agentic-ads":{"command":"npx","args":["-y","agentic-ads"]}}}.
How do I show ads in my MCP server?
Your agent calls search_ads with the user's context. The server returns only high-relevance ads filtered by min_relevance.
What tools does Agentic Ads provide?
The server offers search_ads, report_event, create_campaign, create_ad, get_analytics, update_campaign, list_campaigns, and get_ad_guidelines.
How do I earn revenue?
Earn revenue by reporting ad events (impressions, clicks, conversions) via report_event. Revenue is shared with the platform after validation.
More Reasoning MCP servers
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
Task Planner MCP Server
CaptainCrouton89An MCP (Model Context Protocol) server that helps AI assistants (like Claude) break down complex tasks into manageable steps, track progress, and manage a hierarchical task list.
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
Comments