workatastartup-mcp
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.
README
workatastartup-mcp
An MCP server that reads Work at a Startup (Y Combinator) job postings through your own logged-in session.
Work at a Startup keeps its job pages behind a login, so tools that only fetch public URLs get a title and nothing else. This server signs the request with your session cookie, so an AI assistant can pull the full job description the same way you'd see it in the browser.
What it does
It exposes two tools:
get_job(jobId)— takes the numeric id from a/jobs/<id>URL and returns the job as structured data: title, company, location, job type, minimum experience, salary and equity ranges, visa policy, skills, whether your account's location is eligible for the role, and the full description.get_company(slug)— takes the slug from a/companies/<slug>URL (e.g.siphox-health) and returns the company's details — name, batch, tagline, website, location, team size, industry, and founders — along with every role it currently has open (title, id, url, role, location, experience, salary and equity ranges, visa policy, and skills).
Requirements
- Node.js 18 or newer
- A Work at a Startup account you're logged into
Install
npm install -g workatastartup-mcp
Or run it straight from npm without installing:
npx workatastartup-mcp
Getting your session cookie
The server reuses your existing session instead of storing your password. You give it your cookie once:
- Log in to https://www.workatastartup.com in your browser.
- Open the developer tools (
F12), go to the Network tab, and reload the page. - Click the first request, find the Cookie request header, and copy its whole value.
- Put that value in a
WAAS_COOKIEenvironment variable.
The cookie expires after a while. When the server starts returning "session expired", repeat the steps above for a fresh one.
Connecting it to an MCP client
Add the server to your client's MCP config. For a Claude-style config it looks like this:
{
"mcpServers": {
"workatastartup": {
"command": "npx",
"args": ["workatastartup-mcp"],
"env": {
"WAAS_COOKIE": "paste-your-cookie-here"
}
}
}
}
Once it's connected, ask your assistant to fetch a posting by id, for example: "Get Work at a Startup job 100105." — or ask for a company's open roles: "What is siphox-health hiring for on Work at a Startup?"
How it works
The job pages are an Inertia.js app: instead of server-rendering the content, they ship the whole page as JSON inside a data-page attribute and let the browser draw it. The server reads that JSON straight from the attribute, so you get clean structured fields rather than scraped text — and it needs nothing heavier than a single authenticated HTTP request per job, no headless browser.
Limitations
- Only reads public-to-you postings — anything your account can't see, the server can't see either.
- Field extraction is best-effort against the current page markup; if Work at a Startup restructures a page, the selectors in
src/job-client.jsmay need a small update. - One posting per call. Ask for several ids in sequence rather than all at once.
License
MIT — see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。