Skip to main content
Glama
MIt9

workatastartup-mcp

by MIt9

Work at a Startup MCP Server ๐Ÿš€

PyPI version MIT License Python 3.10+ MCP Specification

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:

  1. 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 (default 0).

    • limit (int): Number of companies per page (default 10).

  2. 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.

  3. 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.

  4. 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 (default 10).


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-mcp

Option 2: Using pip

pip install workatastartup-mcp
workatastartup-mcp

Option 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.json

  • Windows: %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.

Install Server
A
license - permissive license
C
quality
A
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
0dRelease cycle
2Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to search for jobs across multiple platforms (Indeed, LinkedIn, Glassdoor, etc.) using the JobSpy tool, with filtering and structured output.
    104
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
  • A
    license
    A
    quality
    B
    maintenance
    Enables reading Y Combinator's Work at a Startup job postings and company details through a logged-in session, providing structured data to AI assistants.
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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