Server Details
Ad network for AI agents — monetize MCP servers with contextual ads. 70% revenue share.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- nicofains1/agentic-ads
- GitHub Stars
- 0
See and control every tool call
Available Tools
12 toolscreate_adInspect
Create an ad unit within an existing campaign with creative text, link, and targeting
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | Target country code or "ALL" | ALL |
| keywords | Yes | Keywords for matching (at least 1) | |
| language | No | Target language code | en |
| link_url | Yes | Destination URL when user clicks the ad | |
| categories | No | Product/service categories | |
| campaign_id | Yes | Campaign ID to attach this ad to | |
| creative_text | Yes | Ad creative text (max 500 chars) |
create_campaignInspect
Create a new advertising campaign with budget, pricing model, and objective
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Campaign name | |
| end_date | No | Campaign end date (ISO format) | |
| objective | Yes | Campaign objective | |
| bid_amount | Yes | Bid amount per event (CPM: per 1000 impressions, CPC: per click, CPA: per conversion) | |
| start_date | No | Campaign start date (ISO format) | |
| daily_budget | No | Daily budget cap in USD | |
| total_budget | Yes | Total budget in USD | |
| pricing_model | Yes | Pricing model |
get_ad_guidelinesInspect
Get formatting guidelines for how to present sponsored ads naturally in agent responses
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_campaign_analyticsInspect
Get performance metrics for a campaign (impressions, clicks, conversions, spend)
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | Campaign ID to get analytics for |
get_developer_earningsInspect
Get earnings summary for the authenticated developer: total revenue, event counts, per-campaign breakdown, and period-based earnings (24h, 7d, 30d, all-time).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_verification_statusInspect
Check the verification status of a conversion event (verified, pending, or rejected).
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The event_id returned by report_event |
list_campaignsInspect
List all campaigns for the authenticated advertiser with summary stats
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by campaign status |
register_walletInspect
Register a wallet address for receiving on-chain conversion payouts. Optionally provide a signature to prove ownership (EIP-191).
| Name | Required | Description | Default |
|---|---|---|---|
| signature | No | Optional EIP-191 signature of challenge message to prove wallet ownership | |
| timestamp | No | Timestamp used in challenge message (required if signature provided) | |
| wallet_address | Yes | Ethereum wallet address (0x...) |
report_eventInspect
Report an ad event (impression, click, or conversion). For on-chain verified campaigns, conversions require tx_hash and chain_id.
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes | The ad_id from search_ads results | |
| tx_hash | No | Transaction hash for on-chain verified conversions | |
| chain_id | No | Chain ID for on-chain verified conversions (e.g. 8453 for Base) | |
| metadata | No | Additional event metadata | |
| event_type | Yes | Type of event | |
| context_hash | No | Hash of the message containing the ad (for verification) |
request_withdrawalInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Amount in USD to withdraw. If omitted, withdraws full available balance (up to $50). |
search_adsInspect
Search for relevant ads matching a user intent/context. Returns ranked sponsored suggestions.
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | Country code (e.g. "US") | |
| query | No | Natural language intent (e.g. "best running shoes") | |
| category | No | Product/service category | |
| keywords | No | Explicit keywords to match against | |
| language | No | Language code | en |
| max_results | No | Max ads to return | |
| min_relevance | No | Minimum relevance score (0-1). Ads below this threshold are excluded. Default 0 (return all). |
update_campaignInspect
Update an existing campaign: modify name, objective, budget, bid, or status (pause/resume)
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New campaign name | |
| status | No | New status (active to pause, paused to resume) | |
| end_date | No | New end date (ISO format) | |
| objective | No | New objective | |
| bid_amount | No | New bid amount | |
| start_date | No | New start date (ISO format) | |
| campaign_id | Yes | Campaign ID to update | |
| daily_budget | No | New daily budget cap in USD | |
| total_budget | No | New total budget in USD |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.