Analyse your LinkedIn Ads performance. Compare to benchmarks and get optimisation recommendations.
概览
A Model Context Protocol (MCP) server implementation that provides integration with LinkedIn Ads. This server enables AI models to interact with your LinkedIn Ads data to:
- Campaign Analysis
- Creative Analysis
- Analyse Companies engaging with your campaigns
- Benchmark
- Request recommendations for improving your campaigns.
See full instructions here.
服务器配置
{
"mcpServers": {
"RadiateB2B LinkedIn Advertising": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.radiateb2b.com/sse",
"--header",
"Authorization: Bearer <your private access token>"
]
}
}
}