workatastartup-mcp
Work at a Startup MCP Server 🚀
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:
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 (Standard0).limit(int): Anzahl der Unternehmen pro Seite (Standard10).
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.
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.
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 (Standard10).
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-mcpOption 2: Mit pip
pip install workatastartup-mcp
workatastartup-mcpOption 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.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"
]
}
}
}🧪 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.
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