io.github.jshorwitz/synter-ads✓
io.github.jshorwitz/synter-ads · v1.0.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jshorwitz/synter-ads",
"description": "Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.",
"repository": {
"url": "https://github.com/jshorwitz/synter-mcp-server",
"source": "github"
},
"version": "1.0.7",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@synterai/mcp-server",
"version": "1.0.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Synter API key. Get one at https://syntermedia.ai/developer",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SYNTER_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.syntermedia.ai/mcp/",
"headers": [
{
"description": "Your Synter API key. Get one at https://syntermedia.ai/developer",
"isRequired": true,
"isSecret": true,
"name": "X-Synter-Key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}