Skip to main content
Glama
rohith-jpg

JobLens MCP

by rohith-jpg

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADZUNA_APP_IDYesYour Adzuna API App ID
ADZUNA_APP_KEYYesYour Adzuna API App Key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_jobsB

Search live job postings.

Args: query: role or keywords, e.g. "machine learning engineer" location: city/region filter, e.g. "Atlanta, GA" (optional) country: 2-letter country code Adzuna supports (default "us") results_per_page: how many postings to return (max ~50)

list_job_categoriesA

List the job categories the search API supports for a given country.

parse_resumeA

Parse a local resume file (PDF or .txt) into structured data: extracted skills, email, and phone number. The file never leaves your machine — this just reads it locally.

Args: file_path: absolute path to the resume file on disk

match_resume_to_jobA

Score how well a parsed resume matches a job description, based on skill-keyword overlap. Returns a 0-100 score plus matched/missing skills.

Args: file_path: absolute path to the resume file (parsed automatically if not cached) job_description: the job posting text to match against

search_and_matchA

Convenience tool: search live jobs, then rank each result by how well it matches the given resume. Returns jobs sorted by match score (desc).

Args: file_path: absolute path to the resume file query: role or keywords to search for location: city/region filter (optional) country: 2-letter country code (default "us") results_per_page: how many postings to fetch before ranking

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/rohith-jpg/joblens-mcp'

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