← infosecjobboard.com

INDIVIDUAL MCP TOOL

get_job

Get one job by id: role details, a short description excerpt, and the canonical job-page URL (which is also where to apply).

infosecjobboard.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.infosecjobboard.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_job and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

infosecjobboard.com

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.infosec-job-board]
url = "https://www.infosecjobboard.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "infosec-job-board": {
      "type": "http",
      "url": "https://www.infosecjobboard.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: infosec-job-board
Remote MCP URL: https://www.infosecjobboard.com/api/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": {
    "infosec-job-board": {
      "url": "https://www.infosecjobboard.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "infosec-job-board": {
      "type": "http",
      "url": "https://www.infosecjobboard.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "infosec-job-board",
  "transport": "streamable-http",
  "url": "https://www.infosecjobboard.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_jobs — Search live cybersecurity jobs from 200+ security companies (updated hourly).
  • salary_benchmark — Curated cybersecurity salary benchmark bands (USD + local currency) across 21 countries including the US, EU, Gulf (tax-free), India, LatAm, and Africa.
  • market_stats — Live aggregate cybersecurity hiring stats: total open security roles, new this week, remote share, salary-disclosure rate, and top specializations / seniorities / countries.
  • top_employers — The security companies with the most open cybersecurity roles right now (objective open-roles ranking with remote share and pay-transparency rate).