Hey everyone, built an MCP server that exposes 21 tools for GTM engineering.
Some notable examples:
๐ง research_person: fans out across LinkedIn profile, recent posts, current company, and news in one call. Returns a tight dossier with sources cited.
๐ฏ find_decision_maker: resolves a domain to a LinkedIn company, pulls employees, scores candidates against the role with token-overlap and seniority heuristics.
๐ข research_company: LinkedIn page + 6 site pages (root, about, pricing, careers, blog, press) + news search, all in parallel.
๐จ browser_inspect_styles: reads computed CSS via getComputedStyle on the rendered DOM. Real RGB values and pixel sizes, not LLM guesses.
๐ extract_structured: coerces any page into a JSON schema you specify. Fields not visible come back as null. No fabrication.
Walktrough and Repo in the thread.