You're viewing a demo portfolio

Join the waitlist
PRSM

abm_lookalike_account_finder

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →