JobLens MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADZUNA_APP_ID | Yes | Your Adzuna API App ID | |
| ADZUNA_APP_KEY | Yes | Your Adzuna API App Key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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