MCP Server
MCP
Campaign Manager 360 MCP Server
Campaign Manager 360 management — CRUD, Floodlight tracking, async reporting, and targeting
Install
npx -y @cesteral/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://{host}/cm360-mcp/mcp",
"variables": {
"host": {
"description": "Hostname of your deployed server instance (e.g., my-cm360-mcp-abc123.run.app)",
"isRequired": true
}
}
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@cesteral/cm360-mcp",
"version": "1.3.0",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment