LIVE ENDPOINT
https://api.startup.jobs/mcp
Connect to this endpoint to inspect the live schema for list_countries and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_jobs— Search live startup job listings, newest first.get_job— Fetch a single job listing by id, including the full description.get_company— Fetch a company profile by slug, including its startup.get_company_jobs— List all live job listings for one company (no recency window), newest first.list_roles— List the role taxonomy (title, slug, parent_slug).job_trends— Job posting volume trends on startup.salary_benchmarks— Salary benchmarks (yearly, USD) computed from startup.