InfoSec Job Board
Server Details
Search 10k+ live cybersecurity jobs from 246 security companies, plus salary benchmarks and stats.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 5 of 5 tools scored.
Each tool has a clearly distinct purpose: get_job for a single job, market_stats for aggregate stats, salary_benchmark for salary data, search_jobs for searching, and top_employers for company rankings. No overlap.
All tool names follow a consistent lowercase_with_underscores pattern (e.g., get_job, market_stats, salary_benchmark, search_jobs, top_employers). No mixing of conventions.
5 tools is well-scoped for a job board server: covers retrieval, search, statistics, benchmarks, and employer rankings without unnecessary bloat.
The tool set covers core job board functionality (search, detail, stats, salary info, top employers). Minor gap: no explicit list_all tool, but search_jobs with broad criteria and a full-list URL effectively covers that.
Available Tools
5 toolsget_jobAInspect
Get one job by id: role details, a short description excerpt, and the canonical job-page URL (which is also where to apply).
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job id from search_jobs results |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions the tool returns specific data, but it does not disclose whether the operation is read-only, requires authentication, or has any side effects. This is adequate but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that efficiently conveys the tool's purpose and output. No redundant information, and it is front-loaded with the key action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple get-by-id tool with one parameter and no output schema, the description adequately explains what the tool does and what it returns. It mentions three components of the response, which is sufficient for an agent to understand the basic behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description does not add new parameter semantics beyond the schema's 'Job id from search_jobs results'. No additional details about format or constraints are provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action: 'Get one job by id' and specifies the returned data: role details, description excerpt, and apply URL. It distinguishes from sibling 'search_jobs' which lists multiple jobs, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the id comes from 'search_jobs results' (via the parameter description), guiding the agent to use search_jobs first. However, it does not explicitly state when to use this tool over others or list any prerequisites beyond having the id.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
market_statsAInspect
Live aggregate cybersecurity hiring stats: total open security roles, new this week, remote share, salary-disclosure rate, and top specializations / seniorities / countries.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided. Description mentions 'live' but doesn't disclose data freshness, rate limits, or side effects. For a simple read-only tool, it's adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence listing all relevant stats upfront. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters and no output schema, description covers the main purpose well. Could mention output format or pagination, but tool is simple.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters; baseline is 4. Schema description coverage is 100% (trivially). Description adds no parameter info, but none needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it provides live aggregate cybersecurity hiring stats with specific metrics listed. Distinguishes from siblings like get_job (single job) and search_jobs (search).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use vs alternatives. The description implies it's for aggregate stats, but lacks direct comparison or when-not-to-use advice.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
salary_benchmarkBInspect
Curated cybersecurity salary benchmark bands (USD + local currency) across 21 countries including the US, EU, Gulf (tax-free), India, LatAm, and Africa.
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Role to benchmark | |
| country | No | Optional country name; omit for all 21 countries |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description should disclose safety traits (e.g., read-only, any authorization needs) and limitations (e.g., data freshness, defaults when country omitted). It only mentions geographic scope, lacking behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single efficient sentence that front-loads the core purpose and geographic scope. No unnecessary words, though it could be slightly expanded with usage hints without losing conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema is provided, so the description should explain what the tool returns (e.g., salary ranges, percentiles, currency bands). It only names what the tool covers, not what the output looks like or how to interpret results, leaving the agent underinformed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (both parameters described). The description adds context for the 'country' parameter by listing examples (US, EU, Gulf, India, LatAm, Africa), but adds no additional meaning for the 'role' parameter beyond its enum. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides cybersecurity salary benchmark bands across 21 countries, using specific verbs like 'curated' and 'benchmark'. It distinguishes from siblings (e.g., market_stats, search_jobs) by focusing on salary bands.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly suggests it's for salary benchmarks across countries, but does not explicitly state when to use it versus alternatives like market_stats or get_job, nor does it mention any exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_jobsAInspect
Search live cybersecurity jobs from 200+ security companies (updated hourly). Returns up to 10 matching roles plus the total match count and a browse URL for the full list. All Apply flows go through the returned job URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 5, hard cap 10) | |
| query | No | Free-text search over title / company / location | |
| remote | No | Only remote roles | |
| country | No | Country name, e.g. "Germany" or "United States" | |
| seniority | No | Seniority bucket | |
| specialization | No | Cybersecurity specialization |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses update frequency ('updated hourly'), result limit ('up to 10'), and output details (total match count, browse URL). It also clarifies that all apply flows go through the returned job URLs. This is sufficient behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three concise sentences, each purposeful. First sentence states the core action, second summarizes output, third clarifies the apply flow. No redundant or irrelevant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description covers the key output elements (matching roles, total count, browse URL). It also includes update frequency and scope. It does not cover error handling or empty results, but for a search tool this is adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description does not add new meaning beyond what the schema provides for any parameter. For example, the 'query' parameter description in the schema already states 'Free-text search over title/company/location'.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Search' and a well-scoped resource 'live cybersecurity jobs from 200+ security companies'. It clearly distinguishes this tool from siblings like 'get_job' (single job) and analytical tools like 'market_stats'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly states what the tool does and mentions it returns a browse URL for full results. However, it does not explicitly state when to use this tool versus alternatives, though the sibling context makes it somewhat clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
top_employersAInspect
The security companies with the most open cybersecurity roles right now (objective open-roles ranking with remote share and pay-transparency rate).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 5, hard cap 10) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries full burden. It mentions 'objective open-roles ranking with remote share and pay-transparency rate' but does not disclose traits like data freshness, ordering, or any limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single, concise sentence with all key information front-loaded. No filler words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given simple tool with one optional parameter and no output schema, description adequately specifies what the tool returns. Could include more detail on field names or format, but sufficient for understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the single parameter 'limit', which is well-described in the schema. The tool description adds no extra semantic beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool lists security companies with the most open cybersecurity roles, providing a ranking with remote share and pay-transparency rate. It distinguishes from siblings like get_job (individual jobs) and market_stats (general market stats).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use or when-not-to-use guidance, nor alternatives compared to siblings. The context of 'objective open-roles ranking' implies usage for rankings, but no clear exclusion criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityAmaintenanceLive tech-hiring intelligence for AI agents. Search 130K+ open jobs collected daily from ~500 tech companies' own career sites â plus company hiring profiles, tech stacks, salary benchmarks, and skill trends. Five tools work with no account.Last updated2831616MIT
- Alicense-qualityCmaintenanceEnables access to 200 compressed cybersecurity career profiles via tools for listing, searching, and invoking careers, supporting SOC, IR, pentest, GRC, IAM, and more.Last updatedMIT
- AlicenseAqualityCmaintenanceSearch Recruiter Roles: live recruiter jobs, companies, sectors, locations, and market stats.Last updated7481MIT
- Alicense-qualityAmaintenanceReal-time directory of every public VDP and bug bounty programLast updated350MIT