We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jshorwitz/synter-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jshorwitz/synter-ads",
"description": "Cross-platform advertising MCP server. Manage ad campaigns across Google, Meta, LinkedIn, Microsoft, Reddit, TikTok via AI. Create campaigns, adjust budgets, pause underperformers, generate creatives, and pull performance data.",
"status": "active",
"repository": {
"url": "https://github.com/jshorwitz/synter-mcp-server",
"source": "github"
},
"version": "1.0.6",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@synterai/mcp-server",
"version": "1.0.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "SYNTER_API_KEY",
"description": "Your Synter API key. Get one at https://syntermedia.ai/developer",
"isRequired": true,
"isSecret": true,
"format": "string"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.syntermedia.ai/mcp/",
"headers": [
{
"name": "X-Synter-Key",
"description": "Your Synter API key. Get one at https://syntermedia.ai/developer",
"isRequired": true,
"isSecret": true
}
]
}
]
}