Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Startup Jobs

io.github.killbridge/startupjobs-mcp

Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.

Uptime
100.0%
1 direct probes · 30d
Response
1265ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

search_jobs

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 …

get_job

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.

get_company

Fetch a company profile by slug, including its startup.jobs URL and live listing count.

get_company_jobs

List all live job listings for one company (no recency window), newest first. Returns compact summaries; use get_job for full descriptions.

list_roles

List the role taxonomy (title, slug, parent_slug). Use slugs as the role filter in search_jobs, job_trends, and salary_benchmarks.

list_countries

List countries with jobs (name, ISO country code). Use the codes as the country filter in search_jobs, job_trends, and salary_benchmarks.

job_trends

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

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; …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "startup_jobs": {
      "url": "https://api.startup.jobs/mcp",
      "transport": "streamable-http"
    }
  }
}