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