NewsBreak MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NewsBreak MCP ServerCreate a campaign named Summer Sale"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NewsBreak MCP Server
An MCP (Model Context Protocol) server that wraps the NewsBreak Advertising API, allowing you to manage advertising campaigns, ad sets, and ads programmatically.
Features
Campaign Management
Create Campaign - Create new advertising campaigns with objectives like WEB_CONVERSION, APP_CONVERSION, REACH, WEB_TRAFFIC, APP_TRAFFIC
Get Campaigns - List and search campaigns with filters
Update Campaign - Modify campaign names
Update Campaign Status - Enable/disable campaigns (ON/OFF)
Ad Set Management
Create Ad Set - Create ad sets with targeting, budgets, schedules, and bid strategies
Get Ad Sets - List and filter ad sets by campaign, status, etc.
Update Ad Set - Modify ad set configuration including targeting, budget, and schedule
Update Ad Set Status - Enable/disable ad sets
Ad Management
Create Ad - Create ads with creative content (images, videos, GIFs)
Get Ads - List and filter ads by campaign, ad set, or status
Update Ad - Modify ad content and tracking URLs
Update Ad Status - Enable/disable ads
Asset Management
Upload Asset - Upload images, videos, or GIFs to NewsBreak CDN for use in ads
Related MCP server: Facebook/Meta Ads MCP Server
Installation
cd newsbreak-mcp-server
npm install
npm run buildConfiguration
Set the following environment variable:
export NEWSBREAK_ACCESS_TOKEN="your-access-token-here"To get an access token, follow the NewsBreak API authentication process in the NewsBreak Ad Manager.
Usage
As a stdio MCP Server (default)
npm start
# or
node dist/index.jsAs an HTTP MCP Server
TRANSPORT=http PORT=3000 npm startClaude Desktop Configuration
Add to your Claude Desktop configuration file (~/.config/claude/claude_desktop_config.json on Linux/Mac or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"newsbreak": {
"command": "node",
"args": ["/path/to/newsbreak-mcp-server/dist/index.js"],
"env": {
"NEWSBREAK_ACCESS_TOKEN": "your-access-token-here"
}
}
}
}Available Tools
Account Tools
Tool | Description |
| Get all ad accounts for specified organizations |
Campaign Tools
Tool | Description |
| Create a new campaign |
| List campaigns with optional filters |
| Update campaign name |
| Enable/disable a campaign |
Ad Set Tools
Tool | Description |
| Create a new ad set with targeting and budget |
| List ad sets with optional filters |
| Update ad set configuration |
| Enable/disable an ad set |
Ad Tools
Tool | Description |
| Create a new ad with creative content |
| List ads with optional filters |
| Update ad content and tracking |
| Enable/disable an ad |
Asset Tools
Tool | Description |
| Upload image/video/GIF to NewsBreak CDN |
Example Usage
Create a Campaign
{
"tool": "newsbreak_create_campaign",
"arguments": {
"adAccountId": "123456789",
"name": "Summer Sale Campaign",
"objective": "WEB_CONVERSION"
}
}Create an Ad Set with Targeting
{
"tool": "newsbreak_create_ad_set",
"arguments": {
"campaignId": "987654321",
"name": "Women 25-44 Ad Set",
"budgetType": "DAILY",
"budget": 5000,
"startTime": 1700000000,
"endTime": 1735793459,
"bidType": "TARGET_CPA",
"bidRate": 1000,
"trackingId": "event123",
"targeting": {
"gender": { "positive": ["female"] },
"ageGroup": { "positive": ["25-30", "31-44"] },
"location": { "positive": ["all"] }
}
}
}Create an Ad
{
"tool": "newsbreak_create_ad",
"arguments": {
"adSetId": "111222333",
"name": "Summer Sale Banner",
"creative": {
"type": "IMAGE",
"headline": "Summer Sale - 50% Off!",
"assetUrl": "https://static.particlenews.com/nova/assets/123/image.jpg",
"description": "Shop our biggest sale of the year",
"callToAction": "Shop Now",
"brandName": "MyBrand",
"clickThroughUrl": "https://example.com/summer-sale"
}
}
}Targeting Options
The ad set targeting supports the following dimensions:
Dimension | Description | Example Values |
| Geographic targeting |
|
| Gender targeting |
|
| Age group targeting |
|
| Language targeting |
|
| Interest targeting | Category IDs or |
| Operating system |
|
| Device manufacturer |
|
| Mobile carrier | Carrier codes or |
| Network type |
|
Each dimension can have positive (include) and negative (exclude) arrays.
Bid Types
Bid Type | Description | Required Fields |
| Cost per 1000 impressions |
|
| Cost per click |
|
| Target cost per acquisition |
|
| Target return on ad spend |
|
| Maximize conversions |
|
| Maximize conversion value |
|
API Reference
This MCP server wraps the NewsBreak Advertising API.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/geopopos/newsbreak-campaign-creation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server