Startup Jobs
io.github.killbridge/startupjobs-mcpSearch live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.
Tools · 8
Search live startup job listings, newest first. Returns compact job summaries; use get_job for the full description. The free tier covers the last 14 days of listings; full access unlocks the archive …
Fetch a single job listing by id, including the full description. Share the job's startup.jobs URL with the user so they can apply there.
Fetch a company profile by slug, including its startup.jobs URL and live listing count.
List all live job listings for one company (no recency window), newest first. Returns compact summaries; use get_job for full descriptions.
List the role taxonomy (title, slug, parent_slug). Use slugs as the role filter in search_jobs, job_trends, and salary_benchmarks.
List countries with jobs (name, ISO country code). Use the codes as the country filter in search_jobs, job_trends, and salary_benchmarks.
Job posting volume trends on startup.jobs, optionally filtered by role and/or country. The free tier returns a 12-month summary with year-over-year change; full access unlocks the monthly time series …
Salary benchmarks (yearly, USD) computed from startup.jobs listings that disclose compensation, optionally filtered by role and/or country. The free tier returns an aggregate over the last 12 months; …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"startup_jobs": {
"url": "https://api.startup.jobs/mcp",
"transport": "streamable-http"
}
}
}