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 服务器
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
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.
ArduPilot MCP Server Sandbox
hfujikawa77ArduPilotドローンをAIエージェントから操作するMCPサーバーです。
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
评论