You're viewing a demo portfolio

Join the waitlist
PRSM

build_abm_audience

Active

Tool of io.github.Synter-Media-AI/synter-ads

declared in 1.27.0

[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
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.Synter-Media-AI/synter-ads

https://github.com/Synter-Media-AI/mcp-server

4/7 registries
View full server →
build_abm_audience — io.github.Synter-Media-AI/synter-ads — PRSM MCP