yc-mcp-connector
Related Servers
Alternatives to yc-mcp-connector
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceEnables searching YC Work at a Startup jobs, reading job and company details, inspecting application requirements, and submitting applications with dry-run safety while tracking weekly quotas and login status.15MIT
- AlicenseAqualityBmaintenanceEnables reading Y Combinator's Work at a Startup job postings and company details through a logged-in session, providing structured data to AI assistants.2MIT
- AlicenseCqualityAmaintenanceEnables AI assistants to query Y Combinator startup jobs and companies via the Work at a Startup platform, including advanced filters for skills, salary, equity, and visa sponsorship, plus tools to fetch detailed company and job information.4MIT
- FlicenseNot gradedqualityBmaintenanceEnables searching and retrieving startup job listings from Wellfound with salary, equity, and company signals like Y Combinator backing, funding stage, and remote status.-
- FlicenseNot gradedqualityDmaintenanceAutomates cold email outreach for job applications by parsing job postings, generating personalized emails using AI, and sending them or saving as drafts in Gmail with resume attachments.1-
- AlicenseBqualityCmaintenanceProvides tools to search & auto-apply to jobs directly on company websites, generate custom resumes, get contacts of recruiters and referrals and track applications easily3545 npm23MIT
TDQS
Scored across 7 tools
Most tools map to distinct resources, but yc_get_startup and yc_fetch_companies both fetch company profiles, and yc_search_startups explicitly routes to yc_fetch_companies while yc_get_startup supports the same batch lookup, creating ambiguity. The remaining search, job, and apply tools are clearly separable.
All tools share the yc_ prefix and follow a consistent snake_case verb_object pattern, such as list_, search_, get_, fetch_, and apply_to. The slight synonym difference between get and fetch does not break the naming structure.
Seven tools is well-scoped for a YC startup and job search-and-apply workflow. Each tool maps to a meaningful step: list resumes, search startups or jobs, fetch details, and apply.
The core workflow is covered: search startups, search jobs, fetch startup and job details, and submit applications with a dry-run approval flow. The main gap is lack of any post-application management or status-checking, though that may be outside the server's intended scope.