abm_lookalike_account_finder
ActiveTool of gapup-mcp
As a CMO, discover 50 B2B accounts that closely match your top 10 customers' tech stacks and firmographics. This tool analyzes public web data including robots.txt and OpenGraph metadata to identify lookalike accounts for targeted ABM campaigns. Input your top customer domains and desired firmographic filters to receive a ranked list of potential targets with matching technologies and company attributes.
Parameters schema
{
"type": "object",
"required": [
"top_customer_domains"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"tech_stack_keywords": {
"type": "array",
"items": {
"type": "string"
},
"description": "Specific technologies to match in lookalike accounts"
},
"firmographic_filters": {
"type": "object",
"properties": {
"industry": {
"type": "string"
},
"geo_region": {
"type": "string"
},
"revenue_range": {
"type": "array",
"items": {
"type": "number"
},
"maxItems": 2,
"minItems": 2
},
"employee_range": {
"type": "array",
"items": {
"type": "number"
},
"maxItems": 2,
"minItems": 2
}
},
"additionalProperties": false
},
"top_customer_domains": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"maxItems": 10,
"minItems": 1,
"description": "List of top 10 customer domains to use as seed accounts"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries