streamable-httpMITupdated 1mo ago
Search live startup.jobs listings from Claude, Cursor, ChatGPT, or any Model Context Protocol client.
Startup Jobs 能做什么?
Startup Jobs MCP Server
Search live startup.jobs listings from Claude, Cursor, ChatGPT, or any Model Context Protocol client.
Docs: https://startup.jobs/mcp
Endpoint (Streamable HTTP): https://api.startup.jobs/mcp
Smithery: https://smithery.ai/servers/jobs/startup-jobs
Official Registry: io.github.killbridge/startupjobs-mcp
This repository is the public listing + registry package for the hosted MCP server. The server itself runs on startup.jobs (not in this repo).
What you get
- Search startup jobs (keyword, role, country, remote / hybrid / on-site, employment type)
- Full job details and company profiles
- Hiring trends and salary benchmarks from listings that disclose pay
- Free anonymous access (recent listings); optional API key for attribution / full archive
Connect
Claude Code
claude mcp add --transport http startup-jobs https://api.startup.jobs/mcp
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"startup-jobs": {
"url": "https://api.startup.jobs/mcp"
}
}
}
Claude / ChatGPT
Paste https://api.startup.jobs/mcp as a custom connector. No authentication required for the free tier.
Optional API key
Create a free key at https://startup.jobs/account/api_keys and send it as:
Authorization: Bearer sj_...
or (for gateways that reserve Authorization):
X-Api-Key: sj_...
Tools
| Tool | Description |
|---|---|
search_jobs |
Search live listings with filters |
get_job |
Full job description + apply URL |
get_company |
Company profile and live listing count |
get_company_jobs |
All live listings for one company |
list_roles |
Role taxonomy for filters |
list_countries |
Countries with jobs |
job_trends |
Posting volume over time |
salary_benchmarks |
Salary percentiles from disclosed pay |
Example prompts
- Find remote senior Rails jobs at startups posted this week
- What are Series B fintech companies hiring for in Europe?
- Salary percentiles for product designer roles in the US
- Show hiring trends for AI engineer roles over the last year
Related
- REST API: https://startup.jobs/api
- Product: https://startup.jobs
License
MIT — see LICENSE. The job data remains © Killbridge / startup.jobs; this repo covers the MCP listing materials and registry metadata.
安装
把 Startup Jobs 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http startup-jobs https://api.startup.jobs/mcpcodex mcp add startup-jobs --url https://api.startup.jobs/mcp{
"mcpServers": {
"startup-jobs": {
"url": "https://api.startup.jobs/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"startup-jobs": {
"type": "http",
"url": "https://api.startup.jobs/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"startup-jobs": {
"url": "https://api.startup.jobs/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"startup-jobs": {
"serverUrl": "https://api.startup.jobs/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 个工具
Startup Jobs 向已连接的智能体提供 8 个工具。
- search_jobs
- Search live listings with filters
- get_job
- Full job description + apply URL
- get_company
- Company profile and live listing count
- get_company_jobs
- All live listings for one company
- list_roles
- Role taxonomy for filters
- list_countries
- Countries with jobs
- job_trends
- Posting volume over time
- salary_benchmarks
- Salary percentiles from disclosed pay
评分
72 / 100
良好
- 文档22/25
- 维护16/25
- 可信度16/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 31 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年7月31日 |