← Registry

Data Collection

startup.jobs

Search and retrieve startup job listings, company profiles, and role taxonomy.

1 endpoint8 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

https://api.startup.jobs/mcp

No auth detected

MCP server metadata

Name
startup-jobs
Version
1.0.0
Capabilities
tools.listChangedprompts.listChangedresources.listChangedlogging
Server instructions

Startup Jobs (startup.jobs) lists thousands of live jobs at startups. Typical flow: use search_jobs to find jobs (compact summaries), then get_job for the full description. Filter values come from list_roles, list_countries, and the enums in each tool's schema. job_trends and salary_benchmarks answer market-level questions (hiring volume over time, salary percentiles) computed from the listings themselves. When you show a job to a user, include its startup.jobs URL so they can read and apply there. The free tier covers listings from the last 14 days. Historical archive access, structured salary data, company-level benchmarks, and monthly trend series require full API access: email marc@startup.jobs to get it, then connect with your API key as a bearer token (Authorization: Bearer sj_...). Keys are free at https://startup.jobs/account/api_keys.

Known tools 8

search_jobs

Search live startup job listings, newest first.

Inferred read-only
get_job

Fetch a single job listing by id, including the full description.

Inferred read-only
get_company

Fetch a company profile by slug, including its startup.

Inferred read-only
get_company_jobs

List all live job listings for one company (no recency window), newest first.

Inferred read-only
list_roles

List the role taxonomy (title, slug, parent_slug).

Inferred read-only
list_countries

List countries with jobs (name, ISO country code).

Inferred read-only
job_trends

Job posting volume trends on startup.

Inferred read-only
salary_benchmarks

Salary benchmarks (yearly, USD) computed from startup.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.startup-jobs]
url = "https://api.startup.jobs/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "startup-jobs": {
      "type": "http",
      "url": "https://api.startup.jobs/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: startup-jobs
Remote MCP URL: https://api.startup.jobs/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "startup-jobs": {
      "url": "https://api.startup.jobs/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "startup-jobs": {
      "type": "http",
      "url": "https://api.startup.jobs/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "startup-jobs",
  "transport": "streamable-http",
  "url": "https://api.startup.jobs/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.