naukri-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| naukri_loginA | Open a visible browser window for you to log in to naukri.com by hand (including any OTP/captcha step). The session is then saved and reused headlessly by every other tool. Call this first, and again any time naukri_session_status reports you're logged out. |
| naukri_session_statusA | Check whether there's a currently valid, logged-in Naukri session. |
| naukri_close_sessionA | Close the browser and free resources. A future tool call will reopen it automatically using the saved session. |
| search_jobsA | Search Naukri job listings by keywords, optional location and years of experience. |
| get_job_detailsA | Get the full description of a single job from its Naukri URL. |
| get_recommended_jobsC | Jobs Naukri is recommending for you right now. |
| save_jobC | Bookmark a job on Naukri for later. |
| get_saved_jobsA | List jobs you've previously saved/bookmarked. |
| apply_to_jobC | Apply to a job on Naukri using your existing profile/resume. |
| get_applied_jobsC | List jobs you've already applied to. |
| get_my_profileB | Your Naukri profile: headline, key skills, resume status. |
| get_profile_viewsC | Recruiters/companies that recently viewed your profile. |
| get_inboxB | List your recent recruiter conversations on Naukri. |
| get_conversationA | Open a conversation (matched by recruiter/company name) and read its message history. |
| send_messageC | Reply in an existing conversation, matched by recruiter/company name. |
| search_companiesC | Search Naukri's company directory. |
| get_company_profileB | Get a company's Naukri page: overview, ratings, open jobs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 17 tools
Every tool has a clearly distinct purpose: session management, job search/detail/save/apply, profile, messaging, and company search. No two tools overlap in functionality, so an agent can easily select the right one.
Naming is a mix of conventions: some tools use the 'naukri_' prefix (login, status, close) while others use bare verbs like 'search_jobs' or 'get_job_details'. Verb patterns are inconsistent (search vs get vs save), but names remain readable and predictable enough for navigation.
17 tools is slightly above the typical sweet spot but justified for a comprehensive job portal client covering sessions, job actions, profile, messaging, and companies. It never feels bloated or sparse.
The tool surface covers the core job-seeker lifecycle: search, view, save, apply, track applications, manage profile, view recommendations, and message recruiters. Minor gaps exist (no update/delete for saved jobs, no profile editing, no withdrawal of applications) but these are non-critical and easily worked around.