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.