Agentic Ads
@nicofains1
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"agentic-ads": {
"command": "npx",
"args": [
"-y",
"agentic-ads"
],
"env": {
"AGENTIC_ADS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}ツール
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
概要
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.
「推論」の他のコンテンツ
MCP Servers
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
Unified MCP Suite
Godzilla675A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
End-to-End Agentic AI Automation Lab
MDalamin5This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.
n8n - Secure Workflow Automation for Technical Teams
n8n-ioFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
quarkus-langchain4j-workshop
quarkusioQuarkus LangChain4J Workshop that demonstrates both single AI service capabilities and Agentic AI orchestration
コメント