workatastartup-mcp
Allows filtering job listings based on US visa sponsorship availability.
Provides tools for searching YC startup job listings, retrieving company profiles and job details, and filtering jobs by skills.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@workatastartup-mcpFind remote machine learning jobs at YC startups that sponsor visas."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Work at a Startup MCP Server ๐
A Model Context Protocol (MCP) server for querying Y Combinator jobs and companies via Work at a Startup.
This MCP server equips AI assistants (Claude Desktop, Cursor, Gemini CLI, Antigravity) with direct access to search YC startups, explore active job listings, inspect tech stacks, filter by required skills, salary ranges, equity, and US visa sponsorship status.
๐ ๏ธ Features & Available Tools
The server provides 4 FastMCP tools:
search_jobs: Search YC startup job listings with advanced filters.query(str): Search term (e.g."backend","AI agent","Rust").role(Optional[str]): Functional role ("eng","design","product","ops","sales","marketing").eng_type(Optional[str]): Engineering specialization ("be","fe","fs","ml","mobile").job_type(Optional[str]): Employment type (e.g."fulltime","contract").min_experience(Optional[int]): Maximum required experience level in years (min_experience <= N).max_team_size(Optional[int]): Maximum company team size (company_team_size <= N).batch(Optional[str]): YC Batch (e.g."W24","S23").remote(bool): Filter for remote positions (True/False).visa(bool): Filter for US visa sponsorship (True/False).page(int): Page index (default0).limit(int): Number of companies per page (default10).
get_company_details: Fetch detailed YC company profile & open roles.company_id(int): Unique YC company ID.Returns: YC Batch, website, team size, location, founders, tech stack description, and active open job listings.
get_job_details: Retrieve full details for a specific job listing.job_id(int): Unique job ID.Returns: Full job description (Markdown), role type, experience level, salary range, equity range, visa status, required skills, and direct application URL.
filter_jobs_by_skills: Filter active jobs matching a list of target technologies/skills.skills(List[str]): List of skills/technologies (e.g.,["Python", "PyTorch", "PostgreSQL"]).limit(int): Maximum number of matching jobs to return (default10).
Related MCP server: recruiting-jobs-mcp
๐ป Quick Start & Installation
Option 1: Using uvx or pipx (Recommended)
Run instantly without cloning or manually installing:
uvx workatastartup-mcpOption 2: Using pip
pip install workatastartup-mcp
workatastartup-mcpOption 3: Development / Source Installation
git clone https://github.com/MIt9/workatastartup-mcp.git
cd workatastartup-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -e .โ๏ธ Configuration for MCP Clients
Claude Desktop
Add to your claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"workatastartup": {
"command": "uvx",
"args": [
"workatastartup-mcp"
]
}
}
}Cursor / VS Code / Gemini CLI / Antigravity
{
"mcpServers": {
"workatastartup": {
"command": "uvx",
"args": [
"workatastartup-mcp"
]
}
}
}๐งช Running Tests
# Run unit & integration tests
.venv/bin/pytest
# Run fast unit tests only (skip live API calls)
.venv/bin/pytest -m "not integration"๐ License
Distributed under the MIT License.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
FlicenseNot gradedqualityFmaintenanceEnables AI assistants to search for jobs across multiple platforms (Indeed, LinkedIn, Glassdoor, etc.) using the JobSpy tool, with filtering and structured output.104- FlicenseNot gradedqualityCmaintenanceEnables AI agents to pull live job listings from major ATS platforms (Greenhouse, Lever, Ashby, Workable), Hacker News hiring threads, and detect hiring signals on company career pages.
- 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
- FlicenseNot gradedqualityCmaintenanceEnables searching job listings on joblet.ai by title, company, location, and employment type, and retrieving full job details including description, responsibilities, requirements, salary, and apply link.
Related MCP Connectors
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
Job platform for AI agents. Track tech jobs from companies that match your stack.
Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MIt9/workatastartup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server