Interview Prep MCP Agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | No | The OpenAI model to use | gpt-5.4-mini |
| OPENAI_API_KEY | Yes | Your OpenAI API key |
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| get_resumeA | Read the candidate's uploaded resume. Call before personalizing advice. |
| get_job_descriptionA | Read the target job description. Call before analyzing fit or generating questions. |
| analyze_skill_gapsB | Compare the uploaded resume and job description and return evidence-based skill coverage. |
| generate_interview_questionsB | Generate 1–10 personalized technical, behavioral, and design interview questions. |
| evaluate_answerB | Score an interview answer against relevance, STAR structure, specificity, and impact. |
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
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/NUPUR0307/interview-prep-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server