Skip to main content
Glama
jordan23wagner-ops

FlagCheck Job Analyzer

FlagCheck Job Analyzer

A Model Context Protocol (MCP) server that enables AI agents to analyze job descriptions for ATS compatibility, red flags, salary benchmarks, and keyword optimization.

MCP Endpoint

https://flagcheck-paid-api.vercel.app/api/mcp

Related MCP server: job-search-mcp

What it does

Analyzes job descriptions for ATS keyword alignment, flags red flags such as vague titles or unrealistic requirements, benchmarks salary ranges, and scores overall job fit.

Usage

Send a POST request with resume and jobDescription fields to the endpoint above, including an x-api-key header, and receive structured analysis in return.

Access / Payment

This endpoint is currently gated by a shared-secret x-api-key header (set via the FLAGCHECK_API_KEY environment variable on the server) rather than the x402 USDC micropayment flow this README previously (and incorrectly) advertised. No x402 payment verification is implemented in this codebase yet, so requests are not metered or charged on-chain today.

Real x402-based per-request billing is a planned follow-up, not a shipped feature. Until then, treat the x-api-key header as required for every request.

⏸ Paused (2026-07-27)

No further active development — job-description analysis is being consolidated into Job-Assistant ("Alicia AI"), which now covers this ground (Match Score + Analyze Job) inside a more mature, actively-maintained product. The fixes below are live and staying live; this repo just isn't getting new investment for now.

Fixes shipped 2026-07-27

  • Invalid AI model IDs corrected (claude-sonnet-4-5/claude-sonnet-4-6claude-sonnet-5) — these were causing live 500s on /api/scan-job.

  • MCP server rewritten/api/mcp previously called /api/analyze without the required auth header or resume field, so every tools/call failed. Now exposes two working tools: scan_job_posting and analyze_resume_fit.

  • scan-job and extract-resume gated — both were making paid Anthropic API calls with zero authentication; now require the same x-api-key header as analyze.

  • Added server.json for the official MCP registry (schema-validated, not yet published).

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    This MCP server provides hiring automation tools for recruitment processes. It enables users to generate job descriptions, score CVs, create interview questions, benchmark salaries, and draft offer letters through natural language interactions.
    Last updated
    29
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.
    Last updated
    7
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    A job-search MCP server that ranks roles, drafts cover letters, and rehearses Q&A answers using a candidate profile, with live listings from five public sources.
    Last updated
    75
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jordan23wagner-ops/flagcheck'

If you have feedback or need assistance with the MCP directory API, please join our Discord server