build_abm_audience
ActiveTool of io.github.Synter-Media-AI/synter-ads
[INTERNAL — Synter staff only] Build an ad-platform Custom Audience from RevenueBase decision-maker emails for a list of target company domains. Pulls valid emails from the RevenueBase Snowflake share, SHA-256 hashes locally, uploads to the requested platform (LINKEDIN, META, GOOGLE, REDDIT, X, MICROSOFT, TIKTOK). Requires INTERNAL_ABM_SERVICE_TOKEN and INTERNAL_ABM_MCP_USER_IDS env vars to be configured; the caller's user_id must be on that allowlist.
Parameters schema
{
"type": "object",
"title": "build_abm_audienceArguments",
"required": [
"platform",
"domains",
"audience_name",
"account_id"
],
"properties": {
"domains": {
"type": "string",
"title": "Domains"
},
"platform": {
"type": "string",
"title": "Platform"
},
"account_id": {
"type": "string",
"title": "Account Id"
},
"max_contacts": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Max Contacts",
"default": null
},
"audience_name": {
"type": "string",
"title": "Audience Name"
},
"decision_makers_only": {
"type": "boolean",
"title": "Decision Makers Only",
"default": false
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries