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

Ein Model Context Protocol (MCP)-Server zum Abfragen von Y Combinator-Stellenangeboten und -Unternehmen über Work at a Startup.

Dieser MCP-Server bietet KI-Assistenten (Claude Desktop, Cursor, Gemini CLI, Antigravity) direkten Zugriff, um YC-Startups zu durchsuchen, aktive Stellenausschreibungen zu erkunden, Tech-Stacks zu prüfen und nach geforderten Fähigkeiten, Gehaltsspannen, Equity und US-Visasponsoring-Status zu filtern.


🛠️ Funktionen & verfügbare Tools

Der Server stellt 4 FastMCP-Tools bereit:

  1. search_jobs: Durchsucht Stellenausschreibungen von YC-Startups mit erweiterten Filtern.

    • query (str): Suchbegriff (z. B. "backend", "AI agent", "Rust").

    • role (Optional[str]): Funktionale Rolle ("eng", "design", "product", "ops", "sales", "marketing").

    • eng_type (Optional[str]): Technische Spezialisierung ("be", "fe", "fs", "ml", "mobile").

    • job_type (Optional[str]): Beschäftigungsart (z. B. "fulltime", "contract").

    • min_experience (Optional[int]): Maximal erforderliches Erfahrungsniveau in Jahren (min_experience <= N).

    • max_team_size (Optional[int]): Maximale Teamgröße des Unternehmens (company_team_size <= N).

    • batch (Optional[str]): YC-Batch (z. B. "W24", "S23").

    • remote (bool): Filter für Remote-Stellen (True / False).

    • visa (bool): Filter für US-Visasponsoring (True / False).

    • page (int): Seitenindex (Standard 0).

    • limit (int): Anzahl der Unternehmen pro Seite (Standard 10).

  2. get_company_details: Ruft das detaillierte YC-Unternehmensprofil & offene Stellen ab.

    • company_id (int): Eindeutige YC-Unternehmens-ID.

    • Rückgabe: YC-Batch, Website, Teamgröße, Standort, Gründer, Tech-Stack-Beschreibung und aktive offene Stellenausschreibungen.

  3. get_job_details: Ruft vollständige Details zu einer bestimmten Stellenausschreibung ab.

    • job_id (int): Eindeutige Stellen-ID.

    • Rückgabe: Vollständige Stellenbeschreibung (Markdown), Rollentyp, Erfahrungsniveau, Gehaltsspanne, Equity-Spanne, Visastatus, geforderte Fähigkeiten und direkte Bewerbungs-URL.

  4. filter_jobs_by_skills: Filtert aktive Stellen anhand einer Liste von Zieltechnologien/-fähigkeiten.

    • skills (List[str]): Liste von Fähigkeiten/Technologien (z. B. ["Python", "PyTorch", "PostgreSQL"]).

    • limit (int): Maximale Anzahl übereinstimmender Stellen, die zurückgegeben werden sollen (Standard 10).


Related MCP server: recruiting-jobs-mcp

💻 Schnellstart & Installation

Option 1: Mit uvx oder pipx (empfohlen)

Sofort ausführen, ohne zu klonen oder manuell zu installieren:

uvx workatastartup-mcp

Option 2: Mit pip

pip install workatastartup-mcp
workatastartup-mcp

Option 3: Entwicklung / Installation aus dem Quellcode

git clone https://github.com/MIt9/workatastartup-mcp.git
cd workatastartup-mcp

python3 -m venv .venv
source .venv/bin/activate
pip install -e .

⚙️ Konfiguration für MCP-Clients

Claude Desktop

Fügen Sie Folgendes zu Ihrer claude_desktop_config.json hinzu:

  • 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"
      ]
    }
  }
}

🧪 Tests ausführen

# Run unit & integration tests
.venv/bin/pytest

# Run fast unit tests only (skip live API calls)
.venv/bin/pytest -m "not integration"

📜 Lizenz

Lizenziert unter der MIT-Lizenz.

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