Data Collection
startup.jobs
Search and retrieve startup job listings, company profiles, and role taxonomy.
ENDPOINT 1
https://api.startup.jobs/mcp
MCP server metadata
- Name
- startup-jobs
- Version
- 1.0.0
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
get_company_jobsList all live job listings for one company (no recency window), newest first.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.